Answer Posted / jerin jose
SYSIN DD * CANNOT BE USED SO WE CANNOT CODE IT
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What do you understand by the terms: joblib and steplib?
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain the jcl exec statement?
which parameter is use to declare the name of dataset in dd statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How can the disposition of sysout datasets be set for an entire jobstream?
what is use of disp parameter in dd statement?
What are the rules employed while naming the steps in a job?
What is the purpose of dd dummy statement?
Brief description of inline procedure of jcl.
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.
can any one plzzzzzz tell the jcl code for creating ps using idcams