Suppose there r 10 steps . Out fo which i want to execute
10th, 9th and 8th in reverse order without using IEBEDIT.
How can i do that..???
Answer Posted / guest
No we can't, there is no reverse reading,
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Is it possible to left uncode disp? If yes, how?
a dd statement has 2 types of parameters. Name them?
what is SOC4 error?
What is timing concept in mainframe?
Differentiate between addressing mode and run mode.
Explain how can a stopped job be started again?
What is the purpose of dd * statement in jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Which dd parameters are required?
How dummy is used in jcl?
Define concatenating?
//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 the function of the dd dcb keyword?
How to do automated restart when a job abend?
What is the function of the dd mgmtclas keyword in sms datasets?