Answer Posted / smita
Hi,
Yes You are right.It differs from Org. to Org.
Some use : START U.8 or START U.9
whr U=User
8=IOF joblist
9=IOF job options
Let me know if U r not clear.
Thanks
Smita Padhy
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
In job processing, what happens in execution stage?
How to run cobol program using jcl?
how to do automated restart when a job abends?
Why include statement is used in a jcl?
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 need exexution process for JCL programs
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are the rules employed while naming the steps in a job?
Name what parameter directs the output of the job log dataset?
What do you understand by the term job time – out and how can you overcome that?
How can a jobs execution priority be modified?
what are the various stages of job processing?
what is the purpose of coding notify parameter in job statement?