Please give me the coding for converting VB to FB and FB to VB
Answer Posted / sr
//STEP1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=SDS.OUTPUT.FBVB,DISP=SHR
//OUT1 DD DSN=SDS.OUTPUT.VBFB,
// DISP=(NEW,CATLG,DELETE),UNIT=SYSDA,
// SPACE=(TRK,(5,5)),
// DCB=(RECFM=FB,LRECL=80)
//SYSIN DD *
OPTION COPY
OUTFILE FNAMES=OUT1,VTOF,OUTREC=(5,80)
/*
SDS.OUTPUT.FBVB is a VB file of Record length=
84
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how to run batch program without jcl?
what happens in conversion stage in job processing?
How can a jobs execution priority be modified?
Is automatic restart possible in jcl?
What are the utility programs in jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
is there any way to execute more than one proc in the same exec statement at the same time..?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Explain how can a jobs execution priority be modified?
What do you understand by the terms: joblib and steplib?
How does jcl act on code(if you take a cobol program)?
what sort card you will use to copy the data from one dataset to another dataset?
Is it possible to code instream data in a PROC?
What is multithreading in jcl?
Differentiate between the joblib and the steplib statements?