Answer Posted / shubhanshu sharma
//SORT01 DD DSN = PDS,
DISP = (NEW,CATALOG,DELETE),
DCB = (RECFM = F, LRECL = 80, BLKSIZE = 800),
UNIT = SYSDA,
VOL = WRKA97
SPACE = (CYL,(1,4),RLSE)
//SORTIN DD*
SORTFIELD = COPY,
SKIPREC = 100,
STOPREC = 80.
/*
SKIPREC means how many records we need to skip
STOPAFT means how many records we need to put in the
file.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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
Explain how can the attributes of one sms dataset be copied to another dataset?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How can a fb file convert to vb file using sort program?
Explain how can a stopped job be started again?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the difference between run mode and addressing mode?
Is their any limit for data sets?
i want to store 20 digits . how will u do it in cobol ?
Name what parameter directs the output of the job log dataset?
Define concatenating?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Name a few IBM utility programs, and explain its function.
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
write a jcl to execute a job by 7:00 am on jan 20,1986?