General info - The base program I'm putting together is a REXX that runs under NetView. It must be that way as I'm accessing global variables in there.
For job step completion info, I remember seeing that in one of BMC's REXX'es that belongs to the ICE/cloning package. One of the REXXes was named JOBINFO. The idea was, they'd insert an ISPF batch step in each of the install jobs. That would collect the job statistics of the previous steps. - Vignesh Mainframe Admin -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Paul Gilmartin Sent: 18 April 2014 00:02 To: [email protected] Subject: Re: Sorting CSV data that begins with an IP address On Thu, 17 Apr 2014 17:41:12 -0500, Norbert Friemel wrote: >On Thu, 17 Apr 2014 19:26:17 +0000, Sankaranarayanan, Vignesh wrote: > >>Ok.. Is it possible to fire off other REXXes repetitively (let's say 2 or 3, >>each doing one function) that will not RETURN to the main, but write their >>output to a dataset once done? > >Submit batch jobs (PGM=IKJEFT01,PARM='%rxsub?? p1 p2 p3) from the main? > Neither DDLIST nor Google gives me relevant hits for RXSUB. (But it really shouldn't be that hard. For each job: RC = BPXWDYN( 'alloc rtddn(RDR) sysout writer(INTRDR) msg(WTP)' ) /* write JCL to RDR with EXECIO. */ RC = BPXWDYN( 'free dd('RDR') msg(WTP)' ) The hard part is detecting completion and getting status back.) -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN MARKSANDSPENCER.COM ________________________________ Unless otherwise stated above: Marks and Spencer plc Registered Office: Waterside House 35 North Wharf Road London W2 1NW Registered No. 214436 in England and Wales. Telephone (020) 7935 4422 Facsimile (020) 7487 2670 www.marksandspencer.com Please note that electronic mail may be monitored. This e-mail is confidential. If you received it by mistake, please let us know and then delete it from your system; you should not copy, disclose, or distribute its contents to anyone nor act in reliance on this e-mail, as this is prohibited and may be unlawful. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
