Answer Posted / vinay sonar
A job can remain in SPOOL for 24 hours
and a job can run on server for 248 and half days
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How can values be passed from the job stream to an executable program?
what is a jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
how to run batch program without 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 /*
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What are the parameter we cannot use in procedure?
What is multithreading in jcl?
What is the difference between run mode and addressing mode?
what is the purpose of coding class parameter in job statement?
How jcl is used for testing batch programs?
When output dataset space is required, what quantity categories are used?
How do you overcome this limitation ?
What is catelog procedure and how many catelog procedure to use in one job?