how you will define a temporary dataset in jcl?
Answer Posted / biprajit
You need to use '&&' before the Dataset name; example- DSN=&&temp ;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
in ways data can be passed to a COBOL program from JCL?
what happens in execution stage in job processing?
How to override loadlib?
what happens in conversion stage in job processing?
how you will the direct the data to spool using sysout option?
which parameter is use to declare the name of dataset in dd statement?
how do you code a null statement?
Is condition checking possible in jcl? If yes, how?
How to submit jcl through a cobol program?
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 run batch program without jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what sort card you will use to copy the data from one dataset to another dataset?