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
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
is there any way to execute more than one proc in the same exec statement at the same time..?
What are hierarchy levels in jcl?
what is use of dsn parameter in dd statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Can we use DISP=SHR in output file in JCL
Name the parameters which can be used to limit the number of records written to a sysout dataset?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain the function of //jcllib statement?
Explain dfsort utility?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How is the record format of an output dataset specified?
Why block size is multiple of lrecl in jcl?
how you can access an uncataloged dataset in a JCL?