Answer Posted / srinivasa rao
//SYSIN DD *
COPY INDD= DATASET NAME,OUTDD=SAME DATASET NAME AS IN
INDD
*
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
Which statement is used to identify the private libraries in job?
List the various advantages of using jcl language?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
whats the diff bw the evaluate also and and?
Explain the purpose of the dd keylen parameter?
Give the syntax of job specifying jcl 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
What are the 4 fields in dd statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Name a few IBM utility programs, and explain its function.
What is the purpose of dd * statement in jcl?
What do you understand by the term job time – out and how can you overcome that?