How to release a JOB (from the input queue) held by TYPRUN =
HOLD ? and how to see the installation default time after
which a JOB will be automatically released ? How to see the
list of currently HELD JOBS ?
Answers were Sorted based on User's Feedback
Answer / abid
Answer to your first question is -- go to SDSF and give ST
in command line to enter the SDSF Status of Jobs menu.
Here you'll be able to see the held jobs [Held will be
written in front of the job].
To release the job, simly go in front of the job and type A
which stands for 'activate' to activate your job.
There are two ways to check which jobs are being held;
method 1 is SD.H menu; second method is SD.ST menu both
menus display the held jobs; difference is that SD.ST shows
status of all jobs in spool, and SD.H shows status of only
held jobs.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / reader
we can see the jobs which are held in sysview
by giving the command S.L at start and at sysview give the
command Prefix XXXXX(Job name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kamal
to release the job just type in command sd;st>enter>ainstead of using ? then enter to release
| Is This Answer Correct ? | 1 Yes | 1 No |
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
At what stage, operator can change the class and priority of a submitted job?
How is a new GDG coded?
What are the default system and catalog libraries in JCL?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
How do you overcome this limitation ?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
what is JCLLIB and PROCLIB in jcl and their syntax
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.