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

how to check job submitted has run


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

New User


Joined: 29 Jul 2005
Posts: 3

PostPosted: Sat May 13, 2006 11:09 pm
Reply with quote

Hi All,

Let us suppose I submit a job X.Is there some way we can check that I can check it is complete ? I dont want to manually check or see the TSO message given by NOTIFY. Is there something like triggers in DB2 for SDSF???

Thanks,
Anandana
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon May 15, 2006 8:11 am
Reply with quote

The TSO STATUS command perhaps?
Back to top
View user's profile Send private message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Tue May 16, 2006 1:03 pm
Reply with quote

Hi Anandana:

I think you can see the completed jobs in a separate region.OMCS is such a place where all produciton jobs willbe present after execution.
Even the ABEND jobs.

Orelse you can add a step so that whenever you submit that job, at the end of the job it will send a mail to you.
Back to top
View user's profile Send private message
RaviKiran

New User


Joined: 16 May 2006
Posts: 5
Location: Sunnyvale

PostPosted: Wed May 17, 2006 2:21 am
Reply with quote

SDSF

COMMAND INPUT ===> TSO STATUS BRKSTTSR

IKJ56192I JOB BRKSTTSR(J0823724) ON OUTPUT QUEUE
IKJ56192I JOB BRKSTTSR(J0824538) ON OUTPUT QUEUE
IKJ56192I JOB BRKSTTSR(J0847370) ON OUTPUT QUEUE
***
Back to top
View user's profile Send private message
gskulkarni

New User


Joined: 01 Mar 2006
Posts: 70

PostPosted: Fri May 19, 2006 2:41 pm
Reply with quote

You dont want to go to sdsf or don't want to receive notification and still want to find out that the job has ended or not!!!!!!

why?? in the name of god, why???

let us know what has prompted this need. Perhaps we could suggest something
Back to top
View user's profile Send private message
anandana10

New User


Joined: 29 Jul 2005
Posts: 3

PostPosted: Mon Jun 26, 2006 6:57 am
Reply with quote

I want to know the job status without using the sdsf. this is required to web enable that. So if a command can tell me the status of a job, then i need to automate the reports for the client

Thanks,
Anandana
Back to top
View user's profile Send private message
srks_mca

New User


Joined: 05 Jan 2006
Posts: 1

PostPosted: Mon Jun 26, 2006 12:50 pm
Reply with quote

COMMAND INPUT ===> TSO STATUS BRKSTTSR , doesn't need SDSF, its just a TSO command. You can run this command from a REXX or CMDPROC
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 SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts How to check whether who renamed the ... JCL & VSAM 3
No new posts No ++JCLIN, APPLY CHECK job JCL & VSAM 1
No new posts EMPTY file check scenario JCL & VSAM 6
Search our Forums:

Back to Top