IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to REVOKE a job in Hold Queue


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
selvam

New User


Joined: 06 Aug 2003
Posts: 2
Location: West CIT Nagar,

PostPosted: Tue Sep 02, 2003 5:00 pm
Reply with quote

how we revoke a job, which is hold by using the following statements

TYPRUN = HOLD.

thanks in advance.
selvam.
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Tue Sep 02, 2003 5:51 pm
Reply with quote

Hello Selvam,

TYPRUN = HOLD

Requests that the system hold the job before execution until the operator
releases it.

The operator should release the job when a particular event occurs.
If an error occurs during input service processing, JES does not hold the job.

You will need to contact the operator to release the held job.


Hope this helps

Regards

Mayuresh Tendulkar
Back to top
View user's profile Send private message
ovreddy

Active User


Joined: 06 Dec 2004
Posts: 211
Location: Keane Inc., Minneapolis USA.

PostPosted: Mon Mar 07, 2005 8:51 pm
Reply with quote

Hi,

To release a job from TYPERUN=HOLD status use the "A" line command in IOF to release the held job, i.e., put an "A" next to the job that you want released and press ENTER. The following action characters are available on active jobs with various options...


// Block repeat; type // on the first row and
another // on the last row to be processed
= Repeat previous action character or overtype
+ Expand the NP column. (Use RESET to reset.)
? Display a list of the data sets for a job.
(Access the Job Data Set panel.)
A Release a held job.
C Cancel an active job or a job waiting to be processed
CA Cancel a job that is defined to Automatic
Restart Manager (ARM).
CD Cancel a job and take a dump.
CDA Cancel a job that is defined to ARM, and take
a dump.
D Display job information in the log.
DL Display job information in the log, long form (z/OS V1R2)
E Process a job again.
EC Process a job again, but hold it prior to execution.
H Hold a job.
I Display job delay information.
J Start a job immediately (WLM-managed classes only).
L List a job's output status in the log.
LL List a job's output status in the log, long form.
O Release held output for printing.
P Cancel a job and purge its output.
PP Cancel a protected job and purge its output.
Q Display output descriptors for all of the data sets for
a job. (Access the Output Descriptors panel.)
S Display the data sets for a job.
(Access the Output Data Set panel.)
SB - Use ISPF Browse.
SE - Use ISPF Edit.
SJ - Use ISPF Edit to edit the JCL.
W Cause job and message logs to spin (z/OS V1R2).
X Print output data sets. You can add the following:
C - Close the print file after printing (XC)
D - Display the Open Print Data Set panel (XD or XDC)
F - Display the Open Print File panel (XF or XFC)
S - Display the Open Print panel (XS or XSC)

Bye,
Reddy
Back to top
View user's profile Send private message
lnvrn

New User


Joined: 24 Feb 2005
Posts: 8
Location: Mumbai

PostPosted: Tue Mar 08, 2005 6:24 pm
Reply with quote

Hi OVREDDY,

At what situation this will be useful please let me know,should we give like this on command prompt

JobNmae A AND Enter --is it correct

Regards
Back to top
View user's profile Send private message
ovreddy

Active User


Joined: 06 Dec 2004
Posts: 211
Location: Keane Inc., Minneapolis USA.

PostPosted: Tue Mar 08, 2005 6:32 pm
Reply with quote

Hi BVReddy,

This is not possible at command prompt. First submit a job with TYPRUN=HOLD then follow these steps...

1. Goto Spool using =S.ST or SD;ST at command prompt
2. Type A in opposite ( left side in same line) to the job name, which you want to release. Generally we type ? to see Datasets instead of ? type A.
3. All the above said Action characters also will work in the same way.

I think its clear now. If not let me know, I will send Screen Shots to your personal id.

Bye,
Reddy.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts MQ response when MQGET of a stopped q... Java & MQSeries 2
No new posts IOF Output Queue & REXX(?) All Other Mainframe Topics 2
No new posts RABBIT HOLE NEEDED - "Live"... All Other Mainframe Topics 0
No new posts IMS queue causing page through diffic... IMS DB/DC 1
No new posts Revoke USER in DB2 DB2 1
Search our Forums:

Back to Top