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
how you can direct the data to spool using SYSOUT option?
How can values be passed from the job stream to an executable program?
What is the difference between the positional and keyword parameters? Give examples.
How jcl is used for testing batch programs?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Name the statement which can be used to send data to another mvs jes3 node?
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?
what is “Cond= even” and “Cond=only”?
What is the function of the dd avgrec keyword in sms datasets?
Explain the function of the dd dcb keyword?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
how you will the direct the data to spool using sysout option?
whats the diff bw the evaluate also and and?
write a jcl to execute a job by 7:00 am on jan 20,1986?