There are 5 steps in a Job. How to bypass the first step
by making use of only COND Parameter and not using any
Restart and IF/THEN/ELSE parameter?
Answers were Sorted based on User's Feedback
how can i use the parameters decalred in main pgm in sub pgm
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
Explain the jcl exec statement?
I need exexution process for JCL programs
How is the record format of an output dataset specified?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
Can we use DISP=SHR in output file in JCL
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How to DEBUG a JCL?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file