How to rename a VSAM file as well as it's index file?
Answer Posted / giri
Sai, using File Master tool we can rename the VSAM file.
Option 3.2 in File Master tool.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the purpose of dd * statement in jcl?
Explain how can an in-stream dataset be terminated?
How can a stopped job be started again?
What is condition checking in jcl? Is this possible?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
//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 /*
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are the parameter we cannot use in procedure?
Explain the purpose of dd dummy statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Is automatic restart possible in jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain the function of job statement in jcl?
How is the record format of an output dataset specified?