Answer Posted / krishna
Control card used for passing /* ,// as input via inputstream.
if we code //sysin dd * ,we could n't pass /* and // as
input.but if we code //sysin dd data, dlm='xx' ,we can able
to pass..
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Explain how can a jobs execution priority be modified?
What is the function of //cntl statement?
What is the motivation behind coding class parameter in job statement?
Is their any set of rules for dd? Explain.
How to pass data to a program that is coded in an exec statement?
Why include statement is used in a jcl?
Explain dd statement in jcl?
What do you understand by the terms: joblib and steplib?
What do you understand by jcl?
In job processing, what happens in conversion stage?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
//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 /*
Differentiate between addressing mode and run mode.
i want to store 20 digits . how will u do it in cobol ?
what is the JCL statement consists of?