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

Force completing a job in CA-7 via a bterm


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
tedster

New User


Joined: 24 Sep 2007
Posts: 2
Location: UK

PostPosted: Tue Sep 25, 2007 3:45 pm
Reply with quote

Does anyone know the syntax of this command
(so that the job in error is cancelled off the REQ q and its successors can run)
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Sep 25, 2007 8:34 pm
Reply with quote

Hello,

I'd suggest you talk with your scheduling people. They can show what you need to do this on your system (if your id has authorization to do this).
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Tue Sep 25, 2007 10:43 pm
Reply with quote

Code:
CANCEL,JOB=jobname(or jobnum),FORCE=YES(,REASON=text)
Back to top
View user's profile Send private message
tedster

New User


Joined: 24 Sep 2007
Posts: 2
Location: UK

PostPosted: Fri Sep 28, 2007 4:30 pm
Reply with quote

Cheers for your replies,but the CANCEL command merely removes the job from the REQ queue - I want to cancel it but then for its sucessors to come onto the queue and run,as tho the job in error has run OK
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Fri Sep 28, 2007 4:51 pm
Reply with quote

Code:
RESTART,JOB=jobname,FORCECOMP=YES

Quote:
THE RESTART COMMAND RESTARTS A JOB AWAITING RESTART IN THE REQUEST QUEUE.

Quote:
FORCECOMP= INDICATES IF THE JOB IS TO BE FLAGGED AS NORMALLY
COMPLETED. IF FORCECOMP=YES, THE JOB'S PREVIOUS
ABNORMAL STATUS IS IGNORED AND NORMAL JOB COMPLE-
TION PROCESSING IS PERFORMED INSTEAD OF A RESTART.
THIS FIELD IS OPTIONAL AND DEFAULTS TO THE CA-11
INSTALL OPTION OF YES OR NO.


Is this?
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts force tablespace using LISTDEF input DB2 1
No new posts Force a Return Code and print error m... SYNCSORT 30
No new posts How to force ISPF to allocate ISPF te... TSO/ISPF 9
No new posts How to force PULL to read user-input ... CLIST & REXX 5
No new posts Need suggestion on how to force refer... DB2 7
Search our Forums:

Back to Top