As PARM can supply information to a program ? Can PARM be
used to supply information to a cataloged or Inline
Procedure also ?
Answer Posted / prachi
PARM is basically used to send the values to cobol program
So i guess in both the cases for instream as well as for
catalog procedure ...we can use PARM parameter..
Correct me if i am wrong..
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the function of dd name parameter with a 2 part structure; audit.report?
Is acct parameter mandatory?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is DSN parameter and DISP parameter is used for?
What is jcl in mainframe?
how would you create a temporary dataset? And where will you use them?
How to submit jcl through a cobol program?
Explain about LMQUERY�give a dialog information about a data set
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how you can access an uncataloged dataset in a JCL?
//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 do you understand by the term notcat 2 – gs?
Explain how can values be passed from the job stream to an executable program?