how to convert a file form fixed Length to variable length?
Answer Posted / 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 |
Post New Answer View All Answers
Is automatic restart possible in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
which parameter is use to declare the name of dataset in dd statement?
When output dataset space is required, what quantity categories are used?
What are some jcl statements that are not allowed in procedures?
Explain how can return codes be tested before execution of a job step?
i want to store 20 digits . how will u do it in cobol ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are the 4 fields in dd statement?
what is the difference between JES3 and JES2?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Can I share my data with other jobs? How?
How can unused space allocation be returned to the system when a dataset is closed?
How jcl work to handle various input output file operations?