Answer Posted / srinivas
if we want any file for temporary purpose we will use these
files bcz we will all our work after that it will delete
there it self so we can save the memory . for this we will
write in front of the && it will indicate that this file is
temporary..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is it possible to define dd statements as you want?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the difference between run mode and addressing mode?
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) ?
List in order the hierarchical levels of jcl?
What do you understand by the terms: joblib and steplib?
how do you code a null statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what is the purpose of coding notify parameter in job 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 disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the use of disp parameter?
when does a dataset go uncataloged?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Are there any set of rules for the names of the steps used in a job? What are they?