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
when does a dataset go uncataloged?
How does jcl act on a cobol code?
How can an in-stream dataset be terminated?
how can you check if a file is empty using jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is the function of the dd mgmtclas keyword in sms datasets?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What do you understand by the term job time – out and how can you overcome that?
Where can program checkpoints be stored for use in a restart?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How jcl is used for testing batch programs?
Which dd parameters are required?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
what is use of space parameter in dd statement?