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 methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What dd statement is used to supply the name of a dataset?
what is the purpose of coding class parameter in job statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Can we call instream to catalog and catalog to instream?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain the jcl exec statement?
Explain the job statement in jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Does jcl support automatic restart?
How can the submitting users racf authority be overridden in a job stream?
How can a jobs execution priority be modified?