How can we execute only one step in a job
Answer Posted / deb
as per Sravanthi's answer.. A null (/*) statement at the
end of this step can be given for running this step alone
but we have to give restart in job.
suresh,the second method that u have suggested its not
correct, coz if u have more than one step in the same job
then u have to code the same COND parameter for each step.
this will stop the execution of 2 step...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
Is their any limit for data sets?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Is condition checking possible in jcl?
What do you know about jcl?
How is the record format of an output dataset specified?
Is acct parameter mandatory?
What do you understand by jcl?
How do you access an uncatalogued dataset in a jcl?
How can a fb file convert to vb file using sort program?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
how you can access an uncataloged dataset in a JCL?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the function of the dd dcb keyword?