How can we execute only one step in a job
Answer Posted / chaitanya
in the proc call statement, EXEC PROC, we need to use
stepname.COND=(0,LE) option
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Which statement is used to identify the private libraries in job?
How dummy is used in jcl?
What is the maximum length of a single line of jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
Where can program checkpoints be stored for use in a restart?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Explain the purpose of dd dummy statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is the function of a dd statement?
what is a jcl?
How to do automated restart when a job abend?
What are the parameters that are used in creating a gdg?
how you can direct the data to spool using SYSOUT option?
How can values be passed from the job stream to an executable program?