Answer Posted / guest
//FBVB JOB A92,PROGRAMMER
//S1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=A123456.SORT.SAMPIN,DISP=SHR
//VBOUT DD DSN=A123456.SORT.VSAMP,DISP=
(NEW,CATLG,DELETE),
// UNIT=3390,SPACE=(CYL,(5,5))
//SYSIN DD *
OPTION COPY
OUTFIL FNAMES=VBOUT,FTOV
/*
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the function of dd disp parameter?
Which dd parameters are required?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
In sms datasets, what is the function of the dd mgmtclas keyword?
Does jcl support automatic restart?
What is the motivation behind coding class parameter in job statement?
How does jcl specify the job to the operating system?
Explain dfsort utility?
What is notcat 2 - gs?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
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 is JCL?
what is the use of JCL?