how to convert a file form fixed Length to variable length?
Answers were Sorted based on User's Feedback
Answer / harsh
//FBVB JOB A92,PROGRAMMER
//S1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=A123456.SORT.SAMPIN,DISP=SHR
//VBOUT DD DSN=A123456.SORT.VSAMP,DISP=(NEW,CATLG,DELETE),
// UNIT=3390,SPACE=(CYL,(5,5))
//SYSIN DD *
OPTION COPY
OUTFIL FNAMES=VBOUT,FTOV
/*
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / 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 |
How to copy one PS file to multiple PS files with same data?
what are the ways of passing data to a cobol program from jcl?
A job has 150 steps i want to execute only 57th step
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
there are 10 steps in jcl how to execute the steps from step2 to step8 only
How to pass data to a program that is coded in an exec statement?
When we give TYPERUN = SCAN , what are the syntax errors we get?
What are the common jcl syntax errors you get? This is not abends?
What does the one advantange of using IEBUPDTE?????
How can u know the current date using jcl?
if we give two job cards in a single what happens
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?