what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
1 5838i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
1 4746I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
2 9294
what is DD statement is used in 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.
List in order the hierarchical levels of jcl?
What is the purpose of dd?
How do you overcome this limitation ?
What do you understand by the term job time – out and how can you overcome that?
What is the format of comment statement?
What is the difference between the positional and keyword parameters? Give examples.
Explain the purpose of dd * statement in jcl?
how you can direct the data to spool using SYSOUT option?
when can a job time-out occur? How to overcome that?
How to pass data to a program that is coded in an exec statement?
How does jcl specify the job to the operating system?
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' ?
Which statement is used to identify the private libraries in job?