What is Automatic Restart ?
EXEC PGM = PROG1,
RD = R
(Is it the Restart of a JOBSTEP or Restarting the execution
of the program?)
Do we Restart it or it automatically Restarts executing
again and again ? Then when it will finish executing ?
or After Abending, when we submit it again, then it is
Restarted from the Last successful Checkpoint ?
If some JOBSTEP is abending, what is the benifit to Restart
it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
Answer / shreya
THE ABOVE ONE FOR ONLY THAT SPECIFIC JOBSTEP..& NOT FOR THE
WHOLE JOB
Is This Answer Correct ? | 0 Yes | 0 No |
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
How dummy is used in jcl?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
how to create gdg with out using idcams utility
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
Give the syntax of job specifying jcl statement.
how can you check if a file is empty using jcl?
what is a steplib
why do we use file-aid wht r the adv of using file-aid thn in ispf
write a jcl to execute a job by 7:00 am on jan 20,1986?
What are the basic JCL Statements for a Job?