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
what is DD statement is used in JCL?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is the JCL statement consists of?
Explain the hierarchy levels in jcl?
What is the use of disp parameter?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Where can program checkpoints be stored for use in a restart?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what happens in conversion stage in job processing?
how can the same proc be re-used and called by many jobs?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
When space is allocated for an output dataset, what units can be used?