Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what is a jcl?

1179


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

1282


What is the maximum length of a single line of jcl?

1405


what are the types of abends that occur on job failure? And explain the possible causes of these

1685


List the various advantages of using jcl language?

1520


how can the same proc be re-used and called by many jobs?

1561


Explain the function of a dd statement?

1277


what is use of disp parameter in dd statement?

1152


what is DSN parameter and DISP parameter is used for?

1213


How to pass the parameter in parm using linkage section ? (syntax)?

1185


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?

2352


Explain how can return codes be tested before execution of a job step?

1374


what is the use of IEBGENER utility?

1227


How can values be passed from the job stream to an executable program?

1522


How does jcl specify the job to the operating system?

1312