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

What statement can be used to send data to another mvs jes3 node?

821


What do you know about jcl?

645


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

650


what is the use of JCL?

660


Is it possible to left uncode disp?

711






How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

711


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1661


How jcl work to handle various input output file operations?

656


What do you understand by jcl?

625


What is the difference between the positional and keyword parameters? Give examples.

704


which utility is used to sort a file in jcl?

745


What are the difference between jcl and jes?

1048


What are the jcl procedures?

643


can any one plzzzzzz tell the jcl code for creating ps using idcams

10507


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

771