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 parameter of the job statement is used to limit the cpu time consumed by the job?
What you mean by skeleton JCl?
What is the use of symbol // in jcl?
What is the difference between static call & Dynamic call ?
What is NOTCAT 2
how to count the number of members in pds?
Describe the JOB statement, its meaning, syntax and significant keywords?
Matching Logic in Jcl not in cobol.Could any one please answer this question
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
What is the use of ikjeft1b utility in jcl?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?