How would you understand error(execution phase)?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
describe the dd statement,its meaning,syntax and keywords?
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 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.
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
What is the purpose of include statement in a JCL?
Explain COND used in JCL?
what is the purpose of SYSOUT parameter in the DD statement?
How to submit a jcl from cics?
If your job fails at particular step then what would be the return code for next steps
What is catelog procedure and how many catelog procedure to use in one job?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?