if we are specifing joblib as well as steplib in job
then at the time of execution how the process will complete
Answer Posted / vikas bhardwaj
Ramesh's ans is wrong, Abhinandan is correct
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
I need exexution process for JCL programs
what is the resolution for sb37 error
What are the 2 types of parameters in dd statement?
what is DSN parameter and DISP parameter is used for?
Give the syntax of job specifying jcl statement.
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the maximum length of a single line of jcl?
What statement can be used to send data to another mvs jes3 node?
Explain how can the submitting users racf authority be overridden in a job stream?
what is the JCL statement consists of?
how do you code a null statement?
Is it possible to define dd statements as you want?
//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 /*
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?