Answer Posted / muthiah
it will depend upon the environment default 24 hrs
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What do you understand by the term notcat 2 – gs?
What parameter directs the output of the job log dataset?
How do you create a temporary dataset?
What is job control language?
What are the parameter we cannot use in procedure?
Explain the function of //jcllib statement?
What are the 4 fields in dd statement?
//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 methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the purpose of disp parameter?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
which utility is used to run a cobol-db2 program?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?