I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / satyasivaji.ch
We can submitt as many number of jobs as we can,but each job
seperated by // statement.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
what is the purpose of coding notify parameter in job statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How can a stopped job be started again?
what is a jcl?
Is automatic restart possible in jcl? If yes, how?
How can an in-stream dataset be terminated?
What is the purpose of the dd keylen parameter?
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?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the purpose of dd * statement in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
How to do automated restart when a job abend?