what is the difference between JES3 and JES2?
No Answer is Posted For this Question
Be the First to Post Answer
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
How is a GDG base created?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
if we give two job cards in a single what happens
What all are the changes to be made in JCL so as to do testing?
What parameter of the job statement is used to limit the cpu time consumed by the job?
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 ?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.