Re: How to capture LOGS of system running tasks (was Job submit using REXX )

2018-05-17 Thread Tim Hare
I am not sure why you want to capture this with Rexx, but I will second the idea of using the SPIN= keyword to spin off log entries on a regular interval. If you just want to capture to disk, you can use one of the products mentioned, or if you don't have such a product, you can create an exte

[SUSPECTED SPAM] Re: Job submit using REXX

2018-05-09 Thread John McKown
On Tue, May 8, 2018 at 9:29 AM, Tony Thigpen wrote: > Phil, > > Per your link: > > The null queue is only needed if using '*' for the count. In the program > posted, the following was used: > "EXECIO" QUEUED()" DISKW ISFIN (FINIS" > > Since the number of records was specified using QUEUED(), then

Re: Job submit using REXX

2018-05-08 Thread Carmen Vitullo
ok, Understand, then I think Lizette's suggestion would work best for you. Carmen Vitullo - Original Message - From: "venkat kulkarni" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Tuesday, May 8, 2018 2:18:30 PM Subject: Re: Job submit using REXX Hello Carmen, Thanks for

Re: Job submit using REXX

2018-05-08 Thread venkat kulkarni
d > even if zero. For example, SPIN=(UNALLOC,'+00:20') specifies > that the data set be spun at 20 minute intervals. Note that the > time interval must be specified within apostrophe characters. > > > > Carmen Vitullo > > - Original Message - > >

How to capture LOGS of system running tasks (was Job submit using REXX )

2018-05-08 Thread Lizette Koehler
fied is 10 minutes (mm). Hours hh > must be specified even if zero. For example, SPIN=(UNALLOC,'+00:20') > specifies that the data set be spun at 20 minute intervals. Note that the > time interval must be specified within apostrophe characters. > > > > Carmen

Re: Job submit using REXX

2018-05-08 Thread Carmen Vitullo
the data set be spun at 20 minute intervals. Note that the time interval must be specified within apostrophe characters. Carmen Vitullo - Original Message - From: "venkat kulkarni" To: IBM-MAIN@LISTSERV.UA.EDU Sent: Tuesday, May 8, 2018 1:56:07 PM Subject: Re: Job submit

Re: Job submit using REXX

2018-05-08 Thread venkat kulkarni
t;> M: 480-235-2837 | phil.carl...@aexp.com<mailto:phil.carl...@aexp.com> >> TEKSystems >> >> “The Universe is made up of Protons, Neutrons, Electrons & Morons!” >> >> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On >> Behalf Of

Re: Job submit using REXX

2018-05-08 Thread Tony Thigpen
l...@aexp.com<mailto:phil.carl...@aexp.com> TEKSystems “The Universe is made up of Protons, Neutrons, Electrons & Morons!” From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Monday, May 7, 2018 3:43 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: Job submit using REXX

2018-05-08 Thread Phil Carlyle
ssion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Monday, May 7, 2018 3:43 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Job submit using REXX On Mon, 7 May 2018 20:46:36 +, Phil Carlyle wrote: >When using QUEUE() for output the last record needs to be NUL

Re: Job submit using REXX

2018-05-08 Thread Brian Fraser
stem > > > > > > This is not a simple process. And will require a lot of knowledge of > > REXX, Netview, SDSF REXX and possibly other processes. > > > > > > > > There are several people on this list that could provide you with > > consultation fun

Re: Job submit using REXX

2018-05-07 Thread venkat kulkarni
es. > > > > There are several people on this list that could provide you with > consultation functions > > > Lizette > > > > > > -Original Message- > > From: IBM Mainframe Discussion List On > Behalf Of > > venkat kulkarni > > Sen

Re: Job submit using REXX

2018-05-07 Thread Paul Gilmartin
On Mon, 7 May 2018 20:46:36 +, Phil Carlyle wrote: >When using QUEUE() for output the last record needs to be NULL in order to >completely flush the buffers. > I see no such statement in: TSO/E REXX Reference Version 2 Release 3 SA32-0972-30 Where do you see it? What do you mean by "

Re: Job submit using REXX

2018-05-07 Thread Phil Carlyle
utrons, Electrons & Morons!” From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Monday, May 7, 2018 12:17 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Job submit using REXX On Mon, 7 May 2018 14:57:34 -0400, Tony Thigpen wrote: >

Re: Job submit using REXX

2018-05-07 Thread Lizette Koehler
nal Message- > From: IBM Mainframe Discussion List On Behalf Of > venkat kulkarni > Sent: Monday, May 07, 2018 11:54 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Job submit using REXX > > Hello Phil, > > Thanks for reply. As I am new to REXX, can you please help m

Re: Job submit using REXX

2018-05-07 Thread Paul Gilmartin
On Mon, 7 May 2018 14:57:34 -0400, Tony Thigpen wrote: >Phil, > >Your statement confuses me. Please elaborate. >What you are stating does not match my knowledge of REXX, QUEUE, and EXECIO. >Tony Thigpen > >Phil Carlyle wrote on 05/07/2018 02:46 PM: >> You forgot the QUEUE ‘’ to flush out the queue.

Re: Job submit using REXX

2018-05-07 Thread Tony Thigpen
AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Job submit using REXX REXX i used to copy DCON address space message into ps file is ADDRESS TSO DO I=0 TO 4 "ALLOC F(ISFIN) TRACKS SPACE(1) REU" "ALLOC F(ISFOUT) NEW DELETE REU ", "TRACKS SPACE(100,100) LRECL(133) RECFM(F,B) DSOR

Re: Job submit using REXX

2018-05-07 Thread venkat kulkarni
BM-MAIN@LISTSERV.UA.EDU] On > Behalf Of venkat kulkarni > Sent: Monday, May 7, 2018 10:16 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Job submit using REXX > > REXX i used to copy DCON address space message into ps file is > > ADDRESS TSO > DO I=0 TO 4 > "ALLOC F

Re: Job submit using REXX

2018-05-07 Thread Phil Carlyle
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of venkat kulkarni Sent: Monday, May 7, 2018 10:16 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Job submit using REXX REXX i used to copy DCON address space message into ps file is ADDRESS TSO DO I=0 TO 4 "ALLOC F(ISFIN) TRACKS SPACE(1

Re: Job submit using REXX

2018-05-07 Thread Cieri, Anthony
List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Monday, May 07, 2018 12:51 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Job submit using REXX On Sun, 6 May 2018 14:45:24 +0300, venkat kulkarni wrote: > >We have requirement of setting up process of handling FTP and th

Re: Job submit using REXX

2018-05-07 Thread venkat kulkarni
t; > Subject: Re: Job submit using REXX >> > >> > If it is only in the STC Job log, or other DD statement, then no. >> > >> > The request would then require something like ISFEXEC (SDSF REXX) and it >> > would not be real time. It would then have to be run at

Re: Job submit using REXX

2018-05-07 Thread venkat kulkarni
able before the next job is submitted > > Unless the OP has other requirements, I think the three listed are what > are needed. > > Lizette > > > > > > -Original Message- > > From: IBM Mainframe Discussion List On > Behalf Of > > Lizette Koehle

Re: Job submit using REXX

2018-05-07 Thread Paul Gilmartin
On Sun, 6 May 2018 14:45:24 +0300, venkat kulkarni wrote: > >We have requirement of setting up process of handling FTP and then submit >Job with FTP dataset. ... > FTP has the ability to submit jobs directly with the command: QUOTE SITE FILETYPE=JES Would this meet your reaquirement? -- gi

Re: Job submit using REXX

2018-05-07 Thread Phil Carlyle
“The Universe is made up of Protons, Neutrons, Electrons & Morons!” From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Monday, May 7, 2018 5:41 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Job submit using REXX If this is only for one datas

Re: Job submit using REXX

2018-05-07 Thread Lizette Koehler
; From: IBM Mainframe Discussion List On Behalf Of > Lizette Koehler > Sent: Monday, May 07, 2018 5:25 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Job submit using REXX > > If it is only in the STC Job log, or other DD statement, then no. > > The request would then requir

Re: Job submit using REXX

2018-05-07 Thread Lizette Koehler
MPF exit. Lizette > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Elardus Engelbrecht > Sent: Monday, May 07, 2018 12:43 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Job submit using REXX > > Lizette Koehler wrote: > > >Th

Re: Job submit using REXX

2018-05-07 Thread Elardus Engelbrecht
Lizette Koehler wrote: >This process can be done by using a trap for a message on your system. >MPF Exit might work >CBTTAPE.ORG might have a process you can tailor >Any Scheduling software will have a file trigger function >This is more complicated without scheduling software. You will need to f

Re: Job submit using REXX

2018-05-06 Thread Brian Westerman
Sorry in advance for the product plug. Our syzMPF/z console automation product (and SyzEMAIL/z if you want to get really fancy with the process) will do this and it's a lot cheaper than other automation software. The script can key off the message ID (and fully parse the message) and can set v

Re: Job submit using REXX

2018-05-06 Thread Lizette Koehler
is trivial. You could also look at SYSTEM REXX for a possible solution. Lizette > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > venkat kulkarni > Sent: Sunday, May 06, 2018 4:45 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Job submit using REXX

Job submit using REXX

2018-05-06 Thread venkat kulkarni
Hello Group, We have requirement of setting up process of handling FTP and then submit Job with FTP dataset. The process goes like this, a) We use DCON for communication purpose and receive files in our local z/OS system in GDG format from remote site b) once we receive this file, operator p