How to rename a VSAM file as well as it's index file?
Answer Posted / santy
we can rename the VSAM file as well as it's INDEX file
using the ALTER command under IDCAMS utility.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the maximum length of a single line of jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
In job processing, what happens in execution stage?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How jcl is used for testing batch programs?
How can the submitting users racf authority be overridden in a job stream?
Differentiate between addressing mode and run mode.
Explain the hierarchy levels in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what happens in execution stage in job processing?
How to pass data to a program that is coded in an exec statement?
How do you overcome this limitation ?
how can you check if a file is empty using jcl?
Explain the jcl exec statement?
I need exexution process for JCL programs