Answer Posted / srk
the mainframe operating systems identifies the resources that are needed for the execution of a program through the jcl statements.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
Is automatic restart possible in jcl?
how can the same proc be re-used and called by many jobs?
what is use of disp parameter in dd statement?
What is the purpose of disp parameter?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
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 is the function of dd name parameter with a 2 part structure; audit.report?
Differentiate between addressing mode and run mode.
What are hierarchy levels in jcl?
What is timing concept in mainframe?
in ways data can be passed to a COBOL program from JCL?
what happens in execution stage in job processing?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How to execute 2nd and 4th steps among 5 steps in jcl proc?