How can we execute only one step in a job
Answer Posted / sravanthi
We cannot specify COND parameter for the first step in JCL.
So if there are many steps in JCL, we need to restart the
job from the required step. A null statement at the end of
this step can be given for running this step alone. If any
other step also need sto be run, then we can go for the COND
parameter instead of the null statement
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what is DSN parameter and DISP parameter is used for?
what JCL Procedures?
Is there any command to check wether the ps file is in sorted order?
Can we use DISP=SHR in output file in JCL
How can unused space allocation be returned to the system when a dataset is closed?
What statement can be used to send data to another mvs jes3 node?
what is use of space parameter in dd statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Is it possible to define dd statements as you want?
List the various advantages of using jcl language?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
can any one plzzzzzz tell the jcl code for creating ps using idcams
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 how can values be passed from the job stream to an executable program?
how you will the direct the data to spool using sysout option?