what is static and dynamic call with examples?
Answer Posted / naga
in ou
Frequently changes in our program we using dynamic call
otherwise we using static call.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the function of //cntl statement?
Explain the jcl exec statement?
Suppose I have five jobs to do. But I want to hold one?
Which dd parameters are required?
can any one plzzzzzz tell the jcl code for creating ps using idcams
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?
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 do you access an uncataloged dataset in a jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are the parameters that are used in creating a gdg?
What is the purpose of the dd keylen parameter?
How dummy is used in jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
Is it possible to code instream data in a PROC?
What does a disposition of (new,catlg,keep) for a dsn mean?