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
what is a jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the maximum length of a single line of jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
List the various advantages of using jcl language?
how can the same proc be re-used and called by many jobs?
Explain the function of a dd statement?
what is use of disp parameter in dd statement?
what is DSN parameter and DISP parameter is used for?
How to pass the parameter in parm using linkage section ? (syntax)?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain how can return codes be tested before execution of a job step?
what is the use of IEBGENER utility?
How can values be passed from the job stream to an executable program?
How does jcl specify the job to the operating system?