what is inrec fields and outrec fields in sorting
Answers were Sorted based on User's Feedback
Answer / karthik
Inrec- Used to format the records before sorting
Outrec - Used to format the records after sorting
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / 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 |
Answer / sushant kumar mohanty
INREC : Used to reformat records before they are processed by the SORT program.
OUTREC : Used to specify the format of records before they are written.
Is This Answer Correct ? | 0 Yes | 3 No |
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
List the different components of jcl statement?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
how to resolve the soc4 error?
Are there any set of rules for the names of the steps used in a job?
how do u see jobs submitted before ur job ?
how many types of sorts are there in jcl?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".