can anyone explain me about sort in jcl with inrec and
outrec ?
Answer Posted / challa srinivas
In short,INREC i used before SORT and OUTREC is used after SORT.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of dd dummy statement?
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.
Explain the hierarchy levels in jcl?
Explain the function of //cntl statement?
What is NOTCAT ?
what is a jcl?
what happens in conversion stage in job processing?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What are s0c1, s0c4, s0c5, s0c7 and socb?
How can the attributes of one sms dataset be copied to another dataset?
what is “Cond= even” and “Cond=only”?
Explain how can a stopped job be started again?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?