IDCAMS memory leak WAS: REXX assistance

2020-06-18 Thread Jousma, David
M To: IBM-MAIN@LISTSERV.UA.EDU Subject: REXX assistance **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails** All, We have some relatively new Netview automation to process inbound FTP processing that is written in REXX, and over time

Re: REXX assistance

2020-05-24 Thread Sebastian Welton
I run some IDCAMS processing under NetView for collecting certain data and have never seen such a problem. The following are some old examples of the code and this runs a LISTCAT and puts everything into a stem: Do i = 1 To dsn.0 l

Re: ATTCHMVS (was: REXX assistance)

2020-05-22 Thread Robert Garrett
"Was the syntax upward-compatible?" Yes, it was - mostly. My ATTCHJRG command processor was 100% compatible with how you called ATTCHMVS, except it supported one additional parameter: TASKDD(ddname). If you supplied that, then it would pass whatever you had previously allocated to ddname

Re: REXX assistance

2020-05-22 Thread Jousma, David
ssage- From: IBM Mainframe Discussion List On Behalf Of Robert Garrett Sent: Friday, May 22, 2020 10:08 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: FW: REXX assistance **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails** Someh

ATTCHMVS (was: REXX assistance)

2020-05-22 Thread Paul Gilmartin
On Fri, 22 May 2020 14:07:50 +, Robert Garrett wrote: > >I've seen that kind of problem before myself invoking various IBM utilities >repeatedly. A lot of them assume that they will always run at the jobstep >level and don't ever freemain their SP0 storage, > IBM once REJected my APAR: "Us

Re: REXX assistance

2020-05-22 Thread Jousma, David
_ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 49546 616.653.8429  |  fax: 616.653.2

FW: REXX assistance

2020-05-22 Thread Robert Garrett
if that doesn't solve your problem. Rob From: Dave Jousma <01a0403c5dc1-dmarc-requ...@listserv.ua.edu<mailto:01a0403c5dc1-dmarc-requ...@listserv.ua.edu>> Sent: Wed May 20 06:48:49 CDT 2020 To: "IBM-MAIN@LISTSERV.UA.EDU<mailto:IBM-MAIN@LISTSERV.U

Re: REXX assistance

2020-05-22 Thread John S. Giltner, Jr.
As others have pointed out "IDCAMS" is a NetView command that calls IDCAMS. The original intent was to allow you to automate maintenance of the VSAM files that NetView uses without bringing down NetView. However I sure that others, like you and me, have found other purposes for it. We also u

Re: REXX assistance

2020-05-20 Thread Cieri, Anthony
Jousma, David Sent: Wednesday, May 20, 2020 1:19 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX assistance [[ SEI WARNING *** This email was sent from an external source. Do not open attachments or click on links from unknown or suspicious senders. *** ]] Thanks Tony. I see that IDCAMS

Re: REXX assistance

2020-05-20 Thread Jousma, David
mand and the TSO or batch flavor, but it likely that the storage issue is related to how Netview invokes IDCAMS. It might be help to route this question/issue to the Netview users group. I believe that they are at Groups.io. Hth Tony -Original Message

Re: REXX assistance

2020-05-20 Thread scott Ford
related to how Netview invokes IDCAMS. > > It might be help to route this question/issue to the Netview users > group. I believe that they are at Groups.io. > > Hth > Tony > > > > -Original Message- > From: IBM Mainframe Discussion List

Re: REXX assistance

2020-05-20 Thread Cieri, Anthony
Sent: Wednesday, May 20, 2020 12:26 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX assistance [[ SEI WARNING *** This email was sent from an external source. Do not open attachments or click on links from unknown or suspicious senders. *** ]] On Wed, 20 May 2020 06:45:57 -0500, Dave Jousm

Re: REXX assistance

2020-05-20 Thread Seymour J Metz
on List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Wednesday, May 20, 2020 11:55 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX assistance On Wed, 20 May 2020 06:45:57 -0500, Dave Jousma wrote: >All, > >We have some relatively new N

Re: REXX assistance

2020-05-20 Thread Paul Gilmartin
On Wed, 20 May 2020 06:45:57 -0500, Dave Jousma wrote: >All, >... In a JCL example in https://www.ibm.com/support/knowledgecenter/zosbasics/com.ibm.zos.zdatamgmt/zsysprogc_utilities_IDCAMS.htm I see: //SYSPRINT DD * Is that probably what the writer intended? Is it even legal? Write

Re: REXX assistance

2020-05-20 Thread Paul Gilmartin
On Wed, 20 May 2020 06:45:57 -0500, Dave Jousma wrote: >All, > >We have some relatively new Netview automation to process inbound FTP >processing that is written in REXX, > ITschak or Eileen can surely give you better information about TSO, IDCAMS, and Netview than I. But I know some Rexx. >L

Re: REXX assistance

2020-05-20 Thread Barkow, Eileen
AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX assistance It's simple. use "PROF VARSTORAGE(HIGH)" to direct EXECIO and other getmains above the line. ITschak ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM

Re: REXX assistance

2020-05-20 Thread ITschak Mugzach
It's simple. use "PROF VARSTORAGE(HIGH)" to direct EXECIO and other getmains above the line. ITschak ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM comming son * On Wed, May 20, 2020 at 2:46 PM Dave Jousma < 01

REXX assistance

2020-05-20 Thread Dave Jousma
All, We have some relatively new Netview automation to process inbound FTP processing that is written in REXX, and over time we’ve seen Netview abends with 878’s, etc. IBM indicates we may have a problem below the line, specifically SP0 being exhausted. They are seeing a lot junk that looks