How to rename a VSAM file as well as it's index file?
Answer Posted / sai
I think by using IDCAMS-ALTER command we can rename VSAM
dataset
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What is the motivation behind coding class parameter in job statement?
How can values be passed from the job stream to an executable program?
What is the function of the dd avgrec keyword in sms datasets?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what happens in conversion stage in job processing?
Is it possible to code instream data in a PROC?
What is the function of dd name parameter with a 2 part structure; audit.report?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Name a few IBM utility programs, and explain its function.
How dummy is used in jcl?
What do you understand by jcl?
What is the format of comment statement?
what is use of space parameter in dd statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Is condition checking possible in jcl?