how to convert fb to vb in jcl ?

Answer Posted / sneha

//copy exec pgm=idcams
//syprint dd sysout=*
//sysut1 dd dsn=x.y.z.fb,disp=shr
//sysut2 dd dsn=a.b.c.vb,
// disp=(new,catlg,delete),
// dcb=(recfm=vb,lrecl=80,blksize=1600),
// unit=sysda,space=(cyl,(10,10),rlse)
//sysin dd *
repro infile(sysut1)-
outfile(sysut2)
/*
//sysout dd sysout=*

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can you check if a file is empty using jcl?

816


In job processing, what happens in conversion stage?

739


What parameter of the job statement is used to limit the cpu time consumed by the job?

840


what is a jcl?

687


when does a dataset go uncataloged?

835






define cond parameter in jcl?

775


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1931


what are JCLLIB and STEPLIB in JCL?

675


Can I send output of job to my remote device careerride123?

666


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

875


a dd statement has 2 types of parameters. Name them?

647


How does the jcl specify the job to os?

696


How dummy is used in jcl?

647


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

679


how to run batch program without jcl?

10076