Answer Posted / raju
by using restart option
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How to run cobol program using jcl?
what is DSN parameter and DISP parameter is used for?
whats the diff bw the evaluate also and and?
What is the function of dd disp parameter?
What are steplib and joblib?
what is the purpose of coding notify parameter in job statement?
what is “Cond= even” and “Cond=only”?
//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 /*
How can an in-stream dataset be terminated?
Name the statement which can be used to send data to another mvs jes3 node?
what are the types of abends that occur on job failure? And explain the possible causes of these
Is their any set of rules for dd? Explain.
Is condition checking possible in jcl?