Answer Posted / suresh
only one type through returncode
sin dd,parm and files are inputs for cobol pgm
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Give the syntax of job specifying jcl statement.
Explain how can the submitting users racf authority be overridden in a job stream?
//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 /*
Are there any set of rules for the names of the steps used in a job?
What is the use of disp parameter?
what is use of disp parameter in dd statement?
How to pass data to a program that is coded in an exec statement?
Explain the function of job statement in jcl?
Must tape dataset definitions include vol=ser specifications?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How do you access an uncatalogued dataset in a jcl?
Explain about LMQUERY�give a dialog information about a data set
How to run cobol program using jcl?
Are there any set of rules for the names of the steps used in a job? What are they?