how to convert fb to vb in jcl ?

Answer Posted / fazrudeen

//COPY EXEC
PGM=FILEAID
//DD01 DD DISP=SHR,DSN=QU1DAAT.CLIP.VBINPUT.GDG
(0)
//DD01O DD DSN=QU1DAAT.MMMYY.CLIP.RAW.FILE,
// DISP=
(NEW,CATLG,DELETE),
// SPACE=(CYL,
(10,10),RLSE),
// DCB=
(DSORG=PS,RECFM=FB,LRECL=200,BLKSIZE=0)
//SYSIN DD
*
$$DD01 COPY
PADCHAR=X'40'
/*

//SYSOUT DD
SYSOUT=*
//SYSPRINT DD
SYSOUT=*
//*

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the attributes of one sms dataset be copied to another dataset?

848


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

579


What is the function of the dd avgrec keyword in sms datasets?

835


what is DSN in JCL and what are the parameters to declare the DSN?

716


Is it possible to define dd statements as you want?

644






What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1991


What are the parameters that are used in creating a gdg?

737


Why block size is multiple of lrecl in jcl?

908


How jcl is used for testing batch programs?

718


Explain how can the disposition of sysout datasets be set for an entire jobstream?

634


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

615


List the various advantages of using jcl language?

852


what sort card you will use to copy the data from one dataset to another dataset?

726


In job processing, what happens in execution stage?

696


what is use of dcb parameter in dd statement?

769