How does jcl act on code(if you take a cobol program)?
No Answer is Posted For this Question
Be the First to Post Answer
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
What is the significance of addrspc parameter in the exec statement?
What is timing concept in mainframe?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
What is the motivation behind coding class parameter in job statement?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Definition of COND parameter in JCL
Name the statement which can be used to send data to another mvs jes3 node?
how can u understand ps and pds from their names ?
Can we change a FB file to VB file in JCL? Please help
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
How to check empty file in jcl?