what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
Answers were Sorted based on User's Feedback
Answer / ravindran
The dataset with single & is called Symbolic parameter. The
dataset with double && is called temporary dataset.
The Symbolic parameter gets the value from PROC. The
temporary datasets are created in the job flow and gets
deleted at the end of the job.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / srk
symbolic param : which allow multiple users to specify their
own values to a paramaeters(specified as ¶mname in
procedures) in jcl which are commonly used.
temporary data sets : data sets whose life time is till the
execution of the job itself(specified as dsn=&&datasetname
or with out specification of dsn parameter in dd statement)
| Is This Answer Correct ? | 3 Yes | 2 No |
Can I send output of job to my remote device careerride123?
In job processing, what happens in execution stage?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
how to edit a tape dataset ? asked in wipro
Please explain with syntax and an example, the Inrec fields and Outrec build in sort.
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
how you can direct the data to spool using SYSOUT option?
How to find the number of duplicates in a file using Sort?
Whats error code s222?
can any one plzzzzzz tell the jcl code for creating ps using idcams
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file