Answer Posted / muttaiah
Rams:
Can you Give clearly what does the ISPF option
9.s.St stands for
Awaiting ur reply
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
//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 is the function of job statement in jcl?
What do you understand by the term notcat 2 – gs?
What is the difference between the positional and keyword parameters? Give examples.
Explain the function of dd name parameter with a 2 part structure; audit.report?
how you will the direct the data to spool using sysout option?
Is it possible to code instream data in a PROC?
In sms datasets, what is the function of the dd avgrec keyword?
List the different components of jcl statement?
For what purpose steplib and joblib are used ?
what sort card you will use to copy the data from one dataset to another dataset?
How to do automated restart when a job abend?
what is use of dsn parameter in dd statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?