wht do u mean by inrec and outrec ?
Answer / shaan
Both are used during sort program..inrec is used to format
the records of the file before sorting while outrec is ued
after sorting the records.
| Is This Answer Correct ? | 31 Yes | 3 No |
How to execute step2,step1, step3 if step1,2,3 are in order
How to fetch even records from one file to another file by using ICETOOL in JCL?
What is 'S0C7' abend?
What parameter directs the output of the job log dataset?
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
What will happen if we write two STOP RUN's in a COBOL program?
Is their any limit for data sets?
What is the purpose of dd * statement in jcl?
What are some jcl statements that are not allowed in procedures?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How can a fb file convert to vb file using sort program?