How to submit multiple jobs. These jobs are members in PDS.
The second job should run if the first job runs
successfully and so on.
Answer / rahul kumar
use INTRDR.. see teh systax on how to use it.
| Is This Answer Correct ? | 2 Yes | 2 No |
How to change default PROCLIB?
How do you send the output of a COBOL program to a member of a PDS?
what will be the error code if duplicate key of VSAM file is found?
Explain the job statement in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
Can we create VSAM file by using IEBGENER?
i need some shortcuts and tso commands can any on ehelp me in these ?
How do you submit JCL via a Cobol program?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
using cursor how can you fetch more than one record into a variable
Which dd parameters are required?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??