How do you create a temporary dataset? Where will you use them?
Answer Posted / guest
Temporary datasets can be created either by not specifying
any DSNAME or by specifying the temporary file indicator as
in DSN=&&TEMP. We use them to carry the output of one step
to another step in the same job. The dataset will not be
retained once the job completes.
Is This Answer Correct ? | 48 Yes | 3 No |
Post New Answer View All Answers
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How can a stopped job be started again?
What is the function of the dd mgmtclas keyword in sms datasets?
What are the 4 fields in dd statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is SOC4 error?
Is condition checking possible in jcl? If yes, how?
What is the use of disp parameter?
How jcl is used for testing batch programs?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Explain about LMQUERY�give a dialog information about a data set
State the uses of syspring, sysin, sort fields, sum fields and dummy.