What does the statements: typrun=scan and typrun=hold do in
a JCL statement
Answer Posted / guest
typrun=scan checks the JCL for errors, typrun=hold holds the
job until further notice.
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
Explain the purpose of the dd keylen parameter?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how to do automated restart when a job abends?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is acct parameter mandatory?
what is DSN parameter and DISP parameter is used for?
Explain the function of a dd statement?
What is the difference between the positional and keyword parameters? Give examples.
How can an in-stream dataset be terminated?
How can unused space allocation be returned to the system when a dataset is closed?
List the various advantages of using jcl language?
//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 syntax of JCL statement?
What are steplib and joblib? What for they are used?
Can I share my data with other jobs? How?