what is inrec fields and outrec fields in sorting
Answer Posted / balaji
INREC - adds, deletes, or reformats fields before the
records are sorted or merged.
OUTREC - adds, deletes, or reformats fields after the
records are sorted or merged.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are steplib and joblib?
Can we call instream to catalog and catalog to instream?
Mention the types of job control statements?
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
For what purpose steplib and joblib are used ?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How can a stopped job be started again?
How does jcl act on a cobol code?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the function of //jcllib statement?
Explain the purpose of dd * statement in jcl?
What is the purpose of disp parameter?
how you can access an uncataloged dataset in a JCL?
What is the function of the dd avgrec keyword in sms datasets?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?