what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the format of comment statement?
which utility is used a dummy utility?
what is a jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Describe the various parameters utilized in the creation of a gdg?
Differentiate between the joblib and the steplib statements?
What is the purpose of dd?
Explain the function of //jcllib statement?
what is the JCL statement consists of?
Is automatic restart possible in jcl? If yes, how?
How jcl work to handle various input output file operations?
what is the compile process of cobol program expalin with code
what are the types of abends that occur on job failure? And explain the possible causes of these
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the purpose of the dd keylen parameter?