how can we override data definitions in jcl.
can any one give detailed example
Answer Posted / meenu
CODE:STEPNAME.DDNAME DD PARAMETERS;
in place of parameters we can write the parameters which we want to override
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the function of job statement in jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain dd statement in jcl?
what is the use of JCL?
What is the maximum length of a single line of jcl?
What are the parameters that are used in creating a gdg?
how do you code a null statement?
what sort card you will use to copy the data from one dataset to another dataset?
is there any way to execute more than one proc in the same exec statement at the same time..?
Can an individual step be restricted from using all the jobs allowed cpu time?
when can a job time-out occur? How to overcome that?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
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 is use of disp parameter in dd statement?