Suppose I have 5 dataset listed under a single DD name in a
catlogued PROC. How can I override one of those 5 dataset
(say 3rd dataset)?
Answer Posted / sivaram
by using symbolic parameters u can override the 3rd DSN.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do you understand by jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
in ways data can be passed to a COBOL program from JCL?
how you will the direct the data to spool using sysout option?
Define concatenating?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are s0c1, s0c4, s0c5, s0c7 and socb?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain how can values be passed from the job stream to an executable program?
Explain the jcl exec statement?
What are the parameter we cannot use in procedure?
What are steplib and joblib? What for they are used?
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?
Is there any command to check wether the ps file is in sorted order?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?