Re: ispf edit macro "HX" line command

2021-09-19 Thread Seymour J Metz
er 19, 2021 4:12 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command I remembered that (:) prefix command line (primary command) can execute line command Command ===> :hx Command ===> :i Command ===> :r etc ... https://www.ibm.com/docs/en/zos/2.1.0?top

Re: ispf edit macro "HX" line command

2021-09-19 Thread Weizman arbel
I remembered that (:) prefix command line (primary command) can execute line command Command ===> :hx Command ===> :i Command ===> :r etc ... https://www.ibm.com/docs/en/zos/2.1.0?topic=commands-line You can enter edit line commands as primary commands on the command line by prefixing them with a

Re: ispf edit macro "HX" line command

2021-09-12 Thread Hank Oerlemans
Sloppy coding then but it answers the original "is there is a way to execute "HX" line command from edit macro ? " Pick a different label name and add smarts for determining the line number. Hank -- For IBM-MAIN subscribe /

Re: ispf edit macro "HX" line command

2021-09-10 Thread Seymour J Metz
Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Hank Oerlemans [03c4d8bf55f3-dmarc-requ...@listserv.ua.edu] Sent: Friday, September 10, 2021 12:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command /* Rexx */ Address isredit "macro" "

Re: ispf edit macro "HX" line command

2021-09-09 Thread Hank Oerlemans
/* Rexx */ Address isredit "macro" "label 4 = .HX" "FLIP .HX" flips line 4. Hank -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.ed

Re: ispf edit macro "HX" line command

2021-09-09 Thread Seymour J Metz
s.net] Sent: Thursday, September 9, 2021 3:01 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command well, i conciser them line commands since I position my cursor on a line and use 'I', 'D', 'C' 'CC' 'RR' 'DD&

Re: ispf edit macro "HX" line command

2021-09-09 Thread Joe Monk
Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on > behalf of Carmen Vitullo [cvitu...@hughes.net] > > Sent: Thursday, September 9, 2021 1:55 PM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Re: ispf edit macro "HX" line command > > > > I'll have to believe

Re: ispf edit macro "HX" line command

2021-09-09 Thread Carmen Vitullo
behalf of Carmen Vitullo [cvitu...@hughes.net] Sent: Thursday, September 9, 2021 1:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command I'll have to believe you didn't find it, but I've used edit line commands in macros, like insert, repeat,copy

Re: ispf edit macro "HX" line command

2021-09-09 Thread Carmen Vitullo
sday, September 9, 2021 1:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command I'll have to believe you didn't find it, but I've used edit line commands in macros, like insert, repeat,copy, delete, and assign a label to a line, range(s) if I made an

Re: ispf edit macro "HX" line command

2021-09-09 Thread Seymour J Metz
] on behalf of Carmen Vitullo [cvitu...@hughes.net] Sent: Thursday, September 9, 2021 1:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command I'll have to believe you didn't find it, but I've used edit line commands in macros, like insert, repeat,c

Re: ispf edit macro "HX" line command

2021-09-09 Thread Seymour J Metz
To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command long before edit CUT and PASTE were readily available in ISPF I picked up a rexx exec from some toolbox online, I don't recall where, but cut and paste were a good example of using edit line commands in a

Re: ispf edit macro "HX" line command

2021-09-09 Thread Carmen Vitullo
my explanation was lost in the post, but before CUT and PASTE were available in ISPF I picked up that rexx from some MVS toolkit, it has some examples of using edit line commands in an edit macro, from that example I have used the line command in other macros when needed. Carmen On 9/9/2021

Re: ispf edit macro "HX" line command

2021-09-09 Thread Carmen Vitullo
/* REXX ***/ /*** */ /*** ISPF/PDF edit macro to write lines from a file to the user */ /*** PROFILE pool for later inclusion by the PASTE macro. */ /***

Re: ispf edit macro "HX" line command

2021-09-09 Thread Carmen Vitullo
on List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Carmen Vitullo [cvitu...@hughes.net] Sent: Tuesday, September 7, 2021 10:12 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command Like I said I never used this line command, my syntax was not correct but a quick check;

Re: ispf edit macro "HX" line command

2021-09-09 Thread Seymour J Metz
TSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command IIRC yes, then followed by an ISREDIT command to issue the line command, but again without testing and having the time to test I'm not 100% sure I made an assumption the OP had an alternate solution. Carmen On 9/9/

Re: ispf edit macro "HX" line command

2021-09-09 Thread Carmen Vitullo
hughes.net] Sent: Tuesday, September 7, 2021 10:12 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command Like I said I never used this line command, my syntax was not correct but a quick check; ISREDIT (CMD) = 'HX' should work -I've not tested you ne

Re: ispf edit macro "HX" line command

2021-09-09 Thread Seymour J Metz
U] on behalf of Carmen Vitullo [cvitu...@hughes.net] Sent: Tuesday, September 7, 2021 10:12 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf edit macro "HX" line command Like I said I never used this line command, my syntax was not correct but a quick check; ISREDIT (CMD) = 'HX'

Re: ispf edit macro "HX" line command

2021-09-07 Thread Lionel B. Dyck
line command options while in edit - unfortunately none of the enhanced edit line commands. This was my solution (reposting for fun) which can then be included in the OP's edit macro: /* -- REXX - * | ISPF Edit Macro to display the reques

Re: ispf edit macro "HX" line command

2021-09-07 Thread Carmen Vitullo
Like I said I never used this line command, my syntax was not correct but a quick check; ISREDIT (CMD) = 'HX'  should work -I've not tested you need to have the cursor positioned to where you need first. I have some examples that position the cursor and perform some tasks but none that would

Re: ispf edit macro "HX" line command

2021-09-05 Thread Weizman arbel
>I do not understand your response, you asked; I asked about line commnad >ISREDIT HX .ZCSR There was a suggestion and my response was that is a line command And it does not work. Sorry for the misunderstanding I did not know the option "quote original message" and It's tapping me to comment

Re: ispf edit macro "HX" line command

2021-09-02 Thread Carmen Vitullo
I do not understand your response, you asked; there is a way to execute "HX" line command from edit macro ? ISREDIT HX .ZCSR - is a line command now you are asking command line ? so ISREDIT (CMD) - 'HEX' Carmen On 9/2/2021 10:14 AM, Weizman arbel wrote: ISREDIT HX .ZCSR should work this

Re: ispf edit macro "HX" line command

2021-09-02 Thread Seymour J Metz
, 2021 7:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ispf edit macro "HX" line command hi, there is a way to execute "HX" line command from edit macro ? -- For IBM-MAIN subscribe / signoff / archive acces

Re: ispf edit macro "HX" line command

2021-09-02 Thread Weizman arbel
ISREDIT HX .ZCSR should work this is command line and there is Does not exist HX in command line (the command is hex on / hex off) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listse

Re: ispf edit macro "HX" line command

2021-09-02 Thread Weizman arbel
So I understand it's impossible execute "HX" line command from edit macro I know the way to do it myself in the code -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu wi

Re: ispf edit macro "HX" line command

2021-09-02 Thread Carmen Vitullo
out your character 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 Richards, Robert B. (CTR) Sent: Thursday, September 2, 2021 7:50 AM To: IBM-MAI

Re: ispf edit macro "HX" line command

2021-09-02 Thread Lionel B. Dyck
tation. Character is what you are, reputation merely what others think you are.” - - - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Richards, Robert B. (CTR) Sent: Thursday, September 2, 2021 7:50 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ispf ed

Re: ispf edit macro "HX" line command

2021-09-02 Thread Richards, Robert B. (CTR)
2, 2021 7:36 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ispf edit macro "HX" line command hi, there is a way to execute "HX" line command from edit macro ? -- For IBM-MAIN subscribe / signoff / archive acces

Re: ispf edit macro "HX" line command

2021-09-02 Thread Carmen Vitullo
I don't have any example, I've never used the hex line command but I bet if you can use a shift left or right line command you can use the HX line command. after setting your cursor to the required line ISREDIT HX .ZCSR - 'MAY' work Carmen On 9/2/2021 6:35 AM, Weizman arbel wrote: hi, the

ispf edit macro "HX" line command

2021-09-02 Thread Weizman arbel
hi, there is a way to execute "HX" line command from edit macro ? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: ISPF Edit Macro Regular Expression

2021-05-30 Thread Seymour J Metz
IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Sunday, May 30, 2021 1:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit Macro Regular Expression On Sat, 29 May 2021 20:15:17 -0700, Charles Mills wr

Re: ISPF Edit Macro Regular Expression

2021-05-30 Thread Paul Gilmartin
On Sat, 29 May 2021 20:15:17 -0700, Charles Mills wrote: >That's why we get the big bucks. > Ah! EBCDIC belongs top the Full Employment Program for coders! On Sun, 30 May 2021 15:48:01 +, Seymour J Metz wrote: >> That's not cheating; > >Of course it is cheating; it's not a faithful represe

Re: ISPF Edit Macro Regular Expression

2021-05-30 Thread Seymour J Metz
ainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Saturday, May 29, 2021 11:07 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit Macro Regular Expression On Sun, 30 May 2021 01:03:04 +, Seymour J Metz wro

Re: ISPF Edit Macro Regular Expression

2021-05-30 Thread David Spiegel
30 May 2021 at 04:15, Charles Mills wrote: That's why we get the big bucks. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Seymour J Metz Sent: Saturday, May 29, 2021 6:03 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re:

Re: ISPF Edit Macro Regular Expression

2021-05-30 Thread Sean Gleann
he big bucks. > > Charles > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Seymour J Metz > Sent: Saturday, May 29, 2021 6:03 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: ISPF Edit Macro Regular Expressi

Re: ISPF Edit Macro Regular Expression

2021-05-29 Thread Charles Mills
That's why we get the big bucks. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Seymour J Metz Sent: Saturday, May 29, 2021 6:03 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit Macro Regular Expression > I hat

Re: ISPF Edit Macro Regular Expression

2021-05-29 Thread Paul Gilmartin
On Sun, 30 May 2021 01:03:04 +, Seymour J Metz wrote: >> I hate EBCDIC issue, it's a multiple code page set issue!. Pop quiz: when >> using REXX on a PC, is � 'AA'X or 'AC'X? And, yes, you can cheat and use \ > That's not cheating; it's USASCII. Porrtable. >... so you don't have to care w

Re: ISPF Edit Macro Regular Expression

2021-05-29 Thread Seymour J Metz
du/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Tom Brennan [t...@tombrennansoftware.com] Sent: Saturday, May 29, 2021 1:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit Macro Regular Expression Hi Greg, That's pr

Re: ISPF Edit Macro Regular Expression

2021-05-29 Thread Seymour J Metz
requ...@listserv.ua.edu] Sent: Friday, May 28, 2021 7:50 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit Macro Regular Expression (This thread would better go on ISPF-L.) On Fri, 28 May 2021 13:27:23 -0400, David Spiegel wrote: > >I'm trying to write a Rexx ISPF Edit Macro which contai

Re: ISPF Edit Macro Regular Expression

2021-05-29 Thread Tom Brennan
Nice! I like the SYMSET character map too. For me, hex is no problem - I still have a couple of Casio CM-100 calculators from the 1980's, which are far above any others I used in ease of use. http://edspi31415.blogspot.com/2017/02/retro-review-casio-cm-100-computer-math.html On 5/29/2021 6:56

Re: ISPF Edit Macro Regular Expression

2021-05-29 Thread Greg Price
On 5/28/2021 10:10 PM, Tom Brennan wrote: I see my current code page 1047 showing up as 0417 hex - highlighted at the bottom of this image: http://www.mildredbrennan.com/mvs/termtest.png Right... Well done to spot it there! SYMSET0 should break that out (still in hex sorry to say) on the secon

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread Tom Brennan
Hi Greg, That's probably what I'm thinking of, or maybe in the back of my mind it was something under ISPF written by Doug Nadel. I forgot! But I just tried your program and I see my current code page 1047 showing up as 0417 hex - highlighted at the bottom of this image: http://www.mildredb

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread Greg Price
On 29/05/2021 7:30 am, Tom Brennan wrote: But years ago I remember a bit of free code that displayed many more terminal characteristics.  I'm not talking ISPF terminal types (I'd recommend using type 3 with PCOMM, some others tell ISPF to sends graphic characters to the screen).  I'm talking ab

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread Paul Gilmartin
(This thread would better go on ISPF-L.) On Fri, 28 May 2021 13:27:23 -0400, David Spiegel wrote: > >I'm trying to write a Rexx ISPF Edit Macro which contains a FIND Regular >Expression. >... >I turned HEX ON so that my square brackets can be displayed. (I used >x'

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread Seymour J Metz
metz3 From: IBM Mainframe Discussion List on behalf of Tom Brennan Sent: Friday, May 28, 2021 5:30 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit Macro Regular Expression There is a variable. I found this old panel of mine: ** * Top of

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread Tom Brennan
_ From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of David Spiegel [dspiegel...@hotmail.com] Sent: Friday, May 28, 2021 2:01 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit Macro Regular Expression Hi R'Shmuel AMV"SH, I am using PCOMM. How do I display

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread David Spiegel
M-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit Macro Regular Expression Hi R'Shmuel AMV"SH, I am using PCOMM. How do I display the Code Page? ISPF Option 0: Log/List Function keys Colors Environ Workstation Identifier Help ss

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread Seymour J Metz
du/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of David Spiegel [dspiegel...@hotmail.com] Sent: Friday, May 28, 2021 2:01 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit Macro Regular Expression Hi R'Shmuel AMV"SH, I am using PCOMM.

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread David Spiegel
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of David Spiegel [dspiegel...@hotmail.com] Sent: Friday, May 28, 2021 1:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF Edit Macro Regular Expression Hi, I'm trying to write a Rex

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread David Spiegel
I%3D&reserved=0 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of David Spiegel [dspiegel...@hotmail.com] Sent: Friday, May 28, 2021 1:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF Edit Macro Regular Expression Hi, I'm trying to wri

Re: ISPF Edit Macro Regular Expression

2021-05-28 Thread Seymour J Metz
-MAIN@LISTSERV.UA.EDU] on behalf of David Spiegel [dspiegel...@hotmail.com] Sent: Friday, May 28, 2021 1:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF Edit Macro Regular Expression Hi, I'm trying to write a Rexx ISPF Edit Macro which contains a FIND Regular Expres

ISPF Edit Macro Regular Expression

2021-05-28 Thread David Spiegel
Hi, I'm trying to write a Rexx ISPF Edit Macro which contains a FIND Regular Expression. I'm getting a ISRE997 on this line: "ISREDIT FIND R'ÝABCDEFGHIJKLMNOPQRSTUVWXYZ@#$¨'" 3 7CEDCCCE4CCDC4D7ACD775B774F444 F92954930695409DD1234567891

Re: ISPF edit macro behaivor in SDSF

2019-03-29 Thread Dana Mitchell
Thanks Rob, the top of my rexx is basically the same as your test and seemed to behave the same as mine. But your suggestion prodded me in the right direction to an explanation of whats going on. What I discovered, is in the PFKey settings used in SDSF EDIT, 'ISF Keylist ISFEDKEY' I had the

Re: ISPF edit macro behaivor in SDSF

2019-03-29 Thread Rob Scott
- From: IBM Mainframe Discussion List On Behalf Of Dana Mitchell Sent: Friday, March 29, 2019 1:15 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF edit macro behaivor in SDSF I have an edit macro that I've used in one form or another for many years, it's my version of the point a

ISPF edit macro behaivor in SDSF

2019-03-29 Thread Dana Mitchell
I have an edit macro that I've used in one form or another for many years, it's my version of the point and shoot edit. Place the cursor on a dataset name in a jcl member for instance, hit the PFK set to ';CA' and you are taken to edit of that dataset. It discerns the dataset name by doing

Re: ISPF edit macro API

2017-04-20 Thread Elardus Engelbrecht
Paul Gilmartin wrote: >I doubt this has changed (Bitsavers?) since the advent of Rexx in TSO/E r2, >MVS/XA. Ok. REXX, TSO and CLIST (and JCL!) are more or less "functionally stabilized". >>Thanks Paul for this pointer. >Jy is welkom. Groot Plesier! ;-) (Ok, for those poor guys who don't un

Re: ISPF edit macro API

2017-04-20 Thread Paul Gilmartin
On Thu, 20 Apr 2017 08:45:34 -0500, Elardus Engelbrecht wrote: > ... >You mentioned REXX Reference on 2.2, but I am currently on 1.13 (yes, I know, >shh) and 2.1, not on 2.2 sofar... > I doubt this has changed (Bitsavers?) since the advent of Rexx in TSO/E r2, MVS/XA. >Thanks Paul for this po

Re: ISPF edit macro

2017-04-20 Thread Elardus Engelbrecht
Paul Gilmartin wrote: >>ADDRESS is used to send commands to a specific environment like ISREDIT for >>example. >>AFAIK, REXX interpreter does not know _where_ the program _should be_ running. >EDIT/VIEW need only tell it. The interface exists: >The exec block (EXECBLK) is a control block that

Re: ISPF edit macro

2017-04-20 Thread Paul Gilmartin
On Thu, 20 Apr 2017 07:55:30 -0500, Elardus Engelbrecht wrote: > >>I was afraid of that. How about a wrapper macro: >Interesting. Thanks, I believe it could be really useful to the OP. > Thanks. (But I was wrong the first time.) > >>address ISREDIT /* Why isn't this the default for Macros!

Re: ISPF edit macro

2017-04-20 Thread Elardus Engelbrecht
Paul Gilmartin wrote: >I was afraid of that. How about a wrapper macro: Interesting. Thanks, I believe it could be really useful to the OP. >address ISREDIT /* Why isn't this the default for Macros!? */ Good question. ADDRESS is used to send commands to a specific environment like ISRE

Re: ISPF edit macro (metareply)

2017-04-20 Thread Paul Gilmartin
A coupld metareplies on this: On Wed, 19 Apr 2017 21:35:30 +0200, R.S. wrote: > > ...It works OK, but in "attended" mode ... > Subject: should be as meaningful as convenient. How about instead? Subject: ISPF "unattended" edit macro (I've seen worse. As bad as "Subject: Question".) Are ISPF

Re: ISPF edit macro

2017-04-20 Thread Paul Gilmartin
On Thu, 20 Apr 2017 12:49:26 +0200, R.S. wrote: >W dniu 2017-04-19 o 22:54, Paul Gilmartin pisze: >> [...] >> I believe "ADDRESS ISREDIT END" must appear *** inside nestmac ***. > >That's bad, because I want to call existing macros with no changes >inside. Otherwise I would need two flavours of ev

Re: ISPF edit macro

2017-04-20 Thread R.S.
W dniu 2017-04-19 o 22:54, Paul Gilmartin pisze: [...] I believe "ADDRESS ISREDIT END" must appear *** inside nestmac ***. That's bad, because I want to call existing macros with no changes inside. Otherwise I would need two flavours of every macro: for "standalone" use and for "nested" (all

Re: ISPF edit macro

2017-04-19 Thread Paul Gilmartin
On Wed, 19 Apr 2017 22:08:01 +0200, R.S. wrote: >No, I don't. Actually I don't know how to do it properly. >My rexx code (taken from RTFM): > >'ISREDIT MACRO (NESTMAC)' >'ISREDIT (DATA1) = DATAID' >'ISREDIT (CURMEM) = MEMBER' >Address ispexec 'LMOPEN DATAID('data1') OPTION(INPUT)' >member = ' ' >l

Re: ISPF edit macro

2017-04-19 Thread Wayne Bickerdike
I have some code that does this. I'll post it later when I get to the office. (It's 6 AM here)... On Thu, Apr 20, 2017 at 5:35 AM, R.S. wrote: > I have an edit macro for issuing another macro against all member is a > given library. > It works OK, but in "attended" mode - every change has to be

Re: ISPF edit macro

2017-04-19 Thread R.S.
0 -- Radoslaw Skorupka Lodz, Poland W dniu 2017-04-19 o 21:38, Carmen Vitullo pisze: do you perform an ISREDIT SAVE ISREDIT END ? Carmen - Original Message - From: "R.S." To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, April 19, 2017 2:35:30 PM Subject: ISPF edit macro I h

Re: ISPF edit macro

2017-04-19 Thread Mike Myers
Check Mark Zelden's web site for EDMACALL. I believe it does what you want. Mike Myers Mentor Services Corporation On 04/19/2017 03:35 PM, R.S. wrote: I have an edit macro for issuing another macro against all member is a given library. It works OK, but in "attended" mode - every change has to

Re: ISPF edit macro

2017-04-19 Thread Roach, Dennis
hone: 713-831-8799 dennis.ro...@aig.com | www.aig.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of R.S. Sent: Wednesday, April 19, 2017 2:36 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF edit macro I have an edit macro for issuing

Re: ISPF edit macro

2017-04-19 Thread Carmen Vitullo
do you perform an ISREDIT SAVE ISREDIT END ? Carmen - Original Message - From: "R.S." To: IBM-MAIN@LISTSERV.UA.EDU Sent: Wednesday, April 19, 2017 2:35:30 PM Subject: ISPF edit macro I have an edit macro for issuing another macro against all member is a given li

ISPF edit macro

2017-04-19 Thread R.S.
I have an edit macro for issuing another macro against all member is a given library. It works OK, but in "attended" mode - every change has to be confirmed by issuing PF3 (or PF12 if you don't want changes in a given member). I'm looking for something more automated - a macro, which issues ano