in ways data can be passed to a COBOL program from JCL?
No Answer is Posted For this Question
Be the First to Post Answer
How do you submit JCL via a Cobol program?
restart logic ?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
How to find out the number of records in a file using JCL
What is Backward Referencing ?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
What you mean by skeleton JCl?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
What is the purpose of include statement in a JCL?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??