how to convert fb to vb in jcl ?

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


Please Help Members By Posting Answers For Below Questions

if the submitter of a job wants to inform another user about the job completion, how can it be done?

754


What are steplib and joblib?

721


What are the 4 fields in dd statement?

740


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

971


In sms datasets, what is the function of the dd avgrec keyword?

650






How do you access an uncatalogued dataset in a jcl?

724


List in order the hierarchical levels of jcl?

664


Explain the purpose of the dd keylen parameter?

670


Can I send output of job to my remote device careerride123?

663


What is notcat 2 - gs?

932


What is condition checking in jcl? Is this possible?

624


What is multithreading in jcl?

939


What is Cataloged Procedures?

711


a dd statement has 2 types of parameters. Name them?

645


Is it possible to left uncode disp?

711