how to create gdg with out using idcams utility
Answer Posted / nohar
through failaid
Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Brief description of inline procedure of jcl.
What is the use of symbol // in jcl?
Can we call instream to catalog and catalog to instream?
Suppose I have five jobs to do. But I want to hold one?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What are the parameters that are used in creating a gdg?
Explain the function of //jcllib statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is the JCL statement consists of?
which utility is used a dummy utility?
//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 /*
Define concatenating?
What are steplib and joblib?
What do you understand by the term job time – out and how can you overcome that?
What does a disposition of (new,catlg,keep) for a dsn mean?