Please give me the coding for converting VB to FB and FB to VB
Answer Posted / allu prakash
//STEP1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=SAS12D.G4662V00.TEST,DISP=SHR
//SORTOUT DD DSN=GGJ67D.TEST4,
// DISP=(NEW,CATLG,DELETE),
// SPACE=(TRK,(10,10),RLSE),
// RECFM=FB,LRECL=10,DSORG=PS
//SYSIN DD *
OPTION VLSHRT
SORT FIELDS=COPY
INCLUDE COND=(89,1,CH,EQ,C'Y',AND,5,3,ZD,EQ,120)
OUTREC FIELDS=(8,2,PD,EDIT=(TTTTTTTTTT))
i hope this is the right to convert the VB TO FB..let me
know if the given answer is wrong......
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How is the record format of an output dataset specified?
Explain the jcl exec statement?
What is NOTCAT ?
Define concatenating?
What is the function of the dd avgrec keyword in sms datasets?
What are the rules employed while naming the steps in a job?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How does jcl act on code(if you take a cobol program)?
what operation is performed by job statement?
What is the function of a dd statement?
How is a type of file defined in the jcl that executes the cobol program?
Differentiate between the joblib and the steplib statements?
how do you access an uncataloged dataset in a jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what is use of dsn parameter in dd statement?