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 |
what is XSUM in some fields= none, xsum ??
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
how to run batch program without jcl?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
Are there any set of rules for the names of the steps used in a job? What are they?
what is mainframe?
Are there any set of rules for the names of the steps used in a job?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is a COND parameter in JCL?
what is the difference between return code and maxcc?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
what does mvs stand for?