How can we execute only one step in a job
Answer Posted / sathishkumar
Hi,
Use cond=(0,LE) in jobcard and also specify
Restart=Stepname,the step you want to execute.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
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.
if the submitter of a job wants to inform another user about the job completion, how can it be done?
is there any way to execute more than one proc in the same exec statement at the same time..?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
how would you create a temporary dataset? And where will you use them?
how to compare two datasets without using superce because output is limited to 133 bytes
Is automatic restart possible in jcl? If yes, how?
what is DD statement is used in JCL?
What is jcl in mainframe?
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 pgm opens the file in EXTEND mode. What happens ?
What is the function of //cntl statement?
How can values be passed from the job stream to an executable program?
define cond parameter in jcl?
What are the utility programs in jcl?
How can the submitting users racf authority be overridden in a job stream?