What do you know about jcl?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
What is the function of the steplib dd statement?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
How do you restart a step in JCL?
can we bowse or edit the GDG dataset if it is a tape entry?
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
I need exexution process for JCL programs
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
how to identify a vasam dataset by seeing in 3.4(browse)
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
What is the difference between BLKSIZE and LRECL?