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??
Answer Posted / msm
//SYSIN DD *
DEBUG ABEND
SORT FIELDS=(8,11,CH,A)
SORT FIELDS=COPY,STOPAFT=200
END
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
how do you access an uncataloged dataset in a jcl?
Explain the purpose of dd dummy statement?
Explain about ISPF/TSO Commands
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
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.
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How to submit a jcl from cics?
Explain dd statement in jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Brief description of inline procedure of jcl.
What do you understand by the terms: joblib and steplib?
How to override loadlib?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the syntax of JCL statement?