What does it mean by Restart and Checkpoint in JCL ? How are
checkpoints being taken and what is their usage ?
How to use Checkpoint macro on a JOBSTEP ?
No Answer is Posted For this Question
Be the First to Post Answer
how to put a dependency on job in jcl using opc scheduler?
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
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
how JCL works?
which are the parameters mandatory in job card ?
How many days does a job remain in spool
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what is JCLLIB and PROCLIB in jcl and their syntax
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
When should DISP=MOD is used?