I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / suresh babu
see there should be only one job card in one jcl but there
can be 255 steps
for example in C land there should be only one main right
can N E body tell me more plz
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
in ways data can be passed to a COBOL program from JCL?
How can a stopped job be started again?
Explain about LMFREE�free data set from its association with data ID
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What are the utility programs in jcl?
How does jcl act on code(if you take a cobol program)?
how can the same proc be re-used and called by many jobs?
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.
i want to store 20 digits . how will u do it in cobol ?
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.
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How jcl work to handle various input output file operations?
how do you code a null statement?
Name what parameter directs the output of the job log dataset?
How can the attributes of one sms dataset be copied to another dataset?