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 difference between JES3 and JES2?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what is the compile process of cobol program expalin with code
When space is allocated for an output dataset, what units can be used?
How can the disposition of sysout datasets be set for an entire jobstream?
what is DSN in JCL and what are the parameters to declare the DSN?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain the function of job statement in jcl?
what is use of dcb parameter in dd statement?
What parameters can be used to limit the number of records written to a sysout dataset?
Explain how can values be passed from the job stream to an executable program?
What do you understand by jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the difference between run mode and addressing mode?
Name the statement which can be used to send data to another mvs jes3 node?