Re: One more REXX Question

2023-03-04 Thread Paul Gilmartin
On Sat, 4 Mar 2023 14:25:25 +, Jeremy Nicoll wrote: >On Sat, 4 Mar 2023, at 01:54, Paul Gilmartin wrote: > >> Good idea, since IEBCOPY can SELECT a pattern and/or a list of members >> and will perform the operation in a single CALL. LMCOPY does not allow >> a list of members. > >Is there an e

Re: One more REXX Question

2023-03-04 Thread Jeremy Nicoll
On Sat, 4 Mar 2023, at 01:54, Paul Gilmartin wrote: > Good idea, since IEBCOPY can SELECT a pattern and/or a list of members > and will perform the operation in a single CALL. LMCOPY does not allow > a list of members. Is there an enqueue issue doing that? I'd assume that the LM services

Re: One more REXX Question

2023-03-03 Thread Paul Gilmartin
On Sat, 4 Mar 2023 00:59:55 -, Lennie Dymoke-Bradshaw wrote: >I think you may be at the point where you need to ditch the LMCOPY interface >and directly invoke IEBCOPY. > Good idea, since IEBCOPY can SELECT a pattern and/or a list of members and will perform the operation in a single CALL.

Re: One more REXX Question

2023-03-03 Thread Lennie Dymoke-Bradshaw
Question Thanks for the suggestion. That did not work either, …….Cameron From: IBM Mainframe Discussion List On Behalf Of Itschak Mugzach Sent: Friday, March 3, 2023 11:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Re: One more REXX Question So try isplog do ddname=syspront בתאריך יום ו׳

Re: One more REXX Question

2023-03-03 Thread Cameron Conacher
Thanks for the suggestion. That did not work either, …….Cameron From: IBM Mainframe Discussion List On Behalf Of Itschak Mugzach Sent: Friday, March 3, 2023 11:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Re: One more REXX Question So try isplog do ddname=syspront בתאריך יום ו׳, 3

Re: One more REXX Question

2023-03-03 Thread Lionel B. Dyck
ions just go directly to your TSO session (SYSOUT(*) goes to your terminal session). There may not be any way around it. Peter -Original Message- From: IBM Mainframe Discussion List On Behalf Of Itschak Mugzach Sent: Friday, March 3, 2023 11:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Su

Re: One more REXX Question

2023-03-03 Thread Farley, Peter
on (SYSOUT(*) goes to your terminal session). There may not be any way around it. Peter -Original Message- From: IBM Mainframe Discussion List On Behalf Of Itschak Mugzach Sent: Friday, March 3, 2023 11:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: One more REXX Question EXTERNAL EMA

Re: One more REXX Question

2023-03-03 Thread Itschak Mugzach
nerates its own files and > nothing is written to the ISPLOG file specified by the DD statement. > > > Thanks > > …….Cameron > > From: IBM Mainframe Discussion List On Behalf > Of Lionel B. Dyck > Sent: Friday, March 3, 2023 10:13 AM > To: IBM-MAIN@LISTSERV.UA.EDU

Re: One more REXX Question

2023-03-03 Thread Paul Gilmartin
On Fri, 3 Mar 2023 15:29:55 +, Farley, Peter wrote: >I don't know about LMCOPY, but my experience with TRANSMIT is similar. >Running a batch IKJEFT01 with a SYSPRINT DD in the JCL allocated to SYSOUT=* >and executing multiple TRANSMIT commands in SYSTSIN you still get SYS3, >SYS4,

Re: One more REXX Question

2023-03-03 Thread Cameron Conacher
Much appreciated Lionel. I will keep investigating and share whatever I may find. Thanks …….Cameron From: IBM Mainframe Discussion List On Behalf Of Lionel B. Dyck Sent: Friday, March 3, 2023 10:34 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Re: One more REXX Question I've no

Re: One more REXX Question

2023-03-03 Thread Lionel B. Dyck
cter than your reputation. Character is what you are, reputation merely what others think you are.” - - - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Cameron Conacher Sent: Friday, March 3, 2023 9:29 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: One more REXX Q

Re: One more REXX Question

2023-03-03 Thread Farley, Peter
he generated DD name to IEBCOPY in the callable PARM list. Peter -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lionel B. Dyck Sent: Friday, March 3, 2023 10:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: One more REXX Question Just alloc dd ISPLOG to the dataset

Re: One more REXX Question

2023-03-03 Thread Cameron Conacher
Behalf Of Lionel B. Dyck Sent: Friday, March 3, 2023 10:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Re: One more REXX Question Just alloc dd ISPLOG to the dataset you want with a DISP=MOD That should do it Lionel B. Dyck <>< Website: https://www.lbdsoftware.

Re: One more REXX Question

2023-03-03 Thread Lionel B. Dyck
think you are.” - - - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Cameron Conacher Sent: Friday, March 3, 2023 9:04 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: One more REXX Question Hello Lionel, I am assuming that dataset LBDYCK.SPFLOG1.LIST co

Re: One more REXX Question

2023-03-03 Thread Cameron Conacher
Behalf Of Lionel B. Dyck Sent: Friday, March 3, 2023 9:22 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Re: One more REXX Question In my simple test I don't see any sysout. in = 'lbdyck.test.pds' out = 'lbdyck.test.pdse' Address ISPexec "lminit dataid(indd1) d

Re: One more REXX Question

2023-03-03 Thread Lionel B. Dyck
READY But no other sysout datasets. Lionel B. Dyck <>< Website: https://www.lbdsoftware.com Github: https://github.com/lbdyck “Worry more about your character than your reputation. Character is what you are, reputation merely what others think y

Re: One more REXX Question

2023-03-03 Thread Paul Gilmartin
On Fri, 3 Mar 2023 09:40:18 +0200, ITschak Mugzach wrote: >Allocate syspront as MOD instead of share and all outputs will be written >to same file (do not free and allocate syspront every call) > Does the description of LMCOPY in the ISPF Services Guide,SC19-3626-50, mention the use of SYSPRONT o

Re: One more REXX Question

2023-03-02 Thread ITschak Mugzach
Allocate syspront as MOD instead of share and all outputs will be written to same file (do not free and allocate syspront every call) ITschak בתאריך יום ו׳, 3 במרץ 2023 ב-5:02 מאת Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu>: > This is less a REXX question than an ISPF questio

Re: One more REXX Question

2023-03-02 Thread Paul Gilmartin
This is less a REXX question than an ISPF question, and might get more focused replies in ISPF-LIST. On Thu, 2 Mar 2023 23:56:52 +, Cameron Conacher wrote: >... >When the LMCOPY runs, it writes some IEBCOPY processing messages to a >generated file name, which has a high level qualifier o

Re: One more REXX Question

2023-03-02 Thread Steve Thompson
Check the JESMSGLOG to see what DD name has been generated/being used. You may be able to redirect that to a different DDNAME. I am in the process of doing something similar with something I am doing and I was surprised to read your experience. I don't know if I will get all my LM code and loo

Re: One more REXX Question

2023-03-02 Thread Bob Bridges
Others may tell you authoritatively whether you can or cannot. I'll just add that if you can't, it shouldn't be very difficult to have the REXX read all the generated IEBCOPY files and display their contents in one, and even have it delete the originals if you feel daring. --- Bob Bridges, robhbr