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 point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
Which statement is used to identify the private libraries in job?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
what is the Difference between SYSIN and PARM ?
what are the options in file-aid to edit vsam dataset and to compare data sets.
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
whats SOC7?
A job has 90 steps i want to execute only step7 and step15
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Explain about Cobol Subroutines
what is A-MODE and R-MODE?