Search found 8 matches

by Sunilkumar
Tue Jan 29, 2013 3:30 pm
Forum: CHANGE MAN
Topic: precompile variables
Replies: 1
Views: 5481

precompile variables

Hi,
While compiling the DB2 module there comes an option 'precompile variables = (Y/N)'. I want to know when and why we use it.
by Sunilkumar
Tue Oct 30, 2012 12:02 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: user defined function
Replies: 1
Views: 3302

user defined function

Where is the user defined function(db2 mainframe) is stored? and where can i see the user defined function created by others?
by Sunilkumar
Thu Oct 04, 2012 5:48 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort card
Replies: 11
Views: 13296

Can I get an equivalent of sort card for ICETOOL utility? I don't have any experience on ICETOOL.
by Sunilkumar
Thu Oct 04, 2012 3:50 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort card
Replies: 11
Views: 13296

After searching google I received following two ways to pass the value.

1. DFSPARM
2. SYMNAMES

I think (whatever the examples I saw) we can only pass some hard-coded value. Instead of these hard-coded value I want to pass the variable which hold the date.
by Sunilkumar
Thu Oct 04, 2012 3:25 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort card
Replies: 11
Views: 13296

In my jcl there is a variable GL0066 which I'm using to hold the required date and want it pass to the build parameter in outrec of the sort sysin.
by Sunilkumar
Thu Oct 04, 2012 3:18 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort card
Replies: 11
Views: 13296

JPn is supported only in DFSORT/ICETOOL but not in SYNCSORT.
by Sunilkumar
Thu Oct 04, 2012 3:10 pm
Forum: COBOL
Topic: s9(04) comp used to store the length of the field.
Replies: 3
Views: 4628

s9(04) comp used to store the length of the field.

Hi,
The S9(04) COMP PIC clause is used to store the length of the PARM field from JCL or the length of the variable length column of the table.

When length of any field cannot be negative then why we mention sign in the COMP pic clause?????? :?

For NULL indicator keeping sign I can see much use.
by Sunilkumar
Thu Oct 04, 2012 2:59 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort card
Replies: 11
Views: 13296

Sort card

Hi All, In my application, for every new FTP card we write a module so that the we can use the current working day or previous working day as a part of the Non-Mainframe file name. Rest of the parameter is hard coded. ex: ABCDEFGH.US.COM USERNAME PASSWORD CD FOLDER1 CD FODLER2 PUT HXXXXXX.X.XXXXXX.X...