Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is the difference between static call and dynamic call?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
how many max steps can we use in a job? pls answer to my question
Does jcl support automatic restart?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
what is force complete
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What parameters can be used to limit the number of records written to a sysout dataset?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?