Re: How to Submit and monitor a Job?

2006-08-12 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 08/11/2006 at 11:01 AM, Wade Curry [EMAIL PROTECTED] said: I don't know if this is an installation-specific feature or not... I'm able to add a parm to the jobcard like this: NOTIFY=SYSUID That's standard. I will then get console messages telling me when it has

Re: How to Submit and monitor a Job?

2006-08-11 Thread Wade Curry
Michael Knigge([EMAIL PROTECTED])@Tue, Aug 08, 2006 at 07:08:36AM -0500: Steve, What is it you need to do once it ends? Do *you* just need to know that it has run? Do you need to do something once it runs? Do you need to know how it completed? Well, currenty I only need to submit the job

Re: How to Submit and monitor a Job?

2006-08-09 Thread Brian Westerman
Sure, Send me an email offline and I'll send it to you. I have several versions, so let me know which one you need. BRian -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with

Re: How to Submit and monitor a Job?

2006-08-09 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 08/08/2006 at 07:08 AM, Michael Knigge [EMAIL PROTECTED] said: I could use the internal reader, but the problem is that I don't get back the Jobid of the job Write an assembler subroutine to submit the job via VSAM; ENDREQ will return the job id. -- Shmuel

Re: How to Submit and monitor a Job?

2006-08-08 Thread Michael Knigge
Steve, What is it you need to do once it ends? Do *you* just need to know that it has run? Do you need to do something once it runs? Do you need to know how it completed? Well, currenty I only need to submit the job and need the information that it ended. But I guess in the near future I need

Re: How to Submit and monitor a Job?

2006-08-08 Thread Steve Comstock
Michael Knigge wrote: Steve, What is it you need to do once it ends? Do *you* just need to know that it has run? Do you need to do something once it runs? Do you need to know how it completed? Well, currenty I only need to submit the job and need the information that it ended. But I guess

Re: How to Submit and monitor a Job?

2006-08-08 Thread Gilbert Saint-Flour
On Tuesday 08 August 2006 08:08, Michael Knigge wrote: Well, currenty I only need to submit the job and need the information that it ended. ... You can use the TSO STATUS command or roll your own; the JOBRLSE member in file 183 at http://gsf-soft.com/Freeware/ show you how to use the

Re: How to Submit and monitor a Job?

2006-08-08 Thread Thompson, Steve (SCI TW)
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Michael Knigge Sent: Tuesday, August 08, 2006 7:09 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: How to Submit and monitor a Job? snip But I guess in the near future I need more: is it running, which

Re: How to Submit and monitor a Job?

2006-08-08 Thread Brian Westerman
I have a assembler program that can be added as the last step of the JOB which will send you an email (via SMTP) with the step return codes (and abend codes if applicable) and the start, end and soem other additional information. I also have a facility that I wrote, that will do this same

Re: How to Submit and monitor a Job?

2006-08-08 Thread Thomas Kern
I used to have such a program but I misplaced it over the years. Can you share your 'last-step' program? /Tom Kern /301-903-2211 --- Brian Westerman [EMAIL PROTECTED] wrote: I have a assembler program that can be added as the last step of the JOB which will send you an email (via SMTP) with

Re: How to Submit and monitor a Job?

2006-08-07 Thread Charles Mills
There are probably better answers, but depending on what you mean by monitor, you *may* be able to do the job with FTP. Look at the section of the manual on submitting jobs. The TCP/IP address of this machine is always 127.0.0.1 Charles -Original Message- From: IBM Mainframe Discussion

Re: How to Submit and monitor a Job?

2006-08-07 Thread Thompson, Steve (SCI TW)
What is it you need to do once it ends? Do *you* just need to know that it has run? Do you need to do something once it runs? Do you need to know how it completed? With a bit more information you might get an answer that hits what you need just by making use of built in functionality. Later,

Re: How to Submit and monitor a Job?

2006-08-07 Thread Gilbert Saint-Flour
On Monday 07 August 2006 13:15, Michael Knigge wrote: I need to submit a Job and monitor it (at least wait for it to end). Is there an official API? I've heard about the SAPI, but if I got it right it uses a SSI which I can't use/access from C (-- I need a C solution). Submitting a job