Answer Posted / nag
hi,
In IBM, we used directly S.ST at ISPF main menu.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can I share my data with other jobs? How?
Is it possible to left uncode disp? If yes, how?
which utility is used to sort a file in 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 /*
Explain how can an in-stream dataset be terminated?
What is timing concept in mainframe?
how you will the direct the data to spool using sysout option?
What is multithreading in jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how to do automated restart when a job abends?
In job processing, what happens in conversion stage?
What is the syntax of JCL statement?
How do you create a temporary dataset?
Define concatenating?
Explain the function of a dd statement?