how to convert a file form fixed Length to variable length?
Answer Posted / naga
In recfm=fb is fixed. instead of fb put vb in record format
is variable file,in variable file extra 4 byte control
information is added
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
Why block size is multiple of lrecl in jcl?
How jcl work to handle various input output file operations?
What do you understand by the term job time – out and how can you overcome that?
which utility is used to sort a file in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Where & How Do You Code Identifier In Jcl?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
List the different components of jcl statement?
Name the statement which can be used to send data to another mvs jes3 node?
What is the syntax of JCL statement?
Is it possible to define dd statements as you want?
What parameter directs the output of the job log dataset?
What is the use of symbol // in jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?