the command to open a dataset directly from the JCL instead
of opening it separately using 3.4 option.
Answer Posted / vani
In changeman tool,
at the command prompt give b/v/d and hit enter placing the
cursor on the DSN which you want to open.
In rational tool,
at the command prompt give du b/v/d and hit enter placing
the cursor on the DSN which u want to open
b-browse
v-view
d-delete
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what are JCLLIB and STEPLIB in JCL?
Where & How Do You Code Identifier In Jcl?
Is it possible to code instream data in a PROC?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the purpose of dd dummy statement?
What is condition checking in jcl? Is this possible?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
//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 /*
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Are there any set of rules for the names of the steps used in a job?
Suppose I have five jobs to do. But I want to hold one?
What are the difference between jcl and jes?
what are the types of abends that occur on job failure? And explain the possible causes of these
how you can direct the data to spool using SYSOUT option?
What are the parameter we cannot use in procedure?