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
Mainframe Discussion List On Behalf Of Carmen Vitullo Sent: Tuesday, September 7, 2021 9:13 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' shou

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
ISPF does not have an equivalent to SET PENDING in XEDIT. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Weizman arbel [wwar...@gmail.com] Sent: Thursday, September 2,

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)
Can you tell us what you are trying to accomplish? That may help us determine if HX is the best way or the use of HEX ON and proceeding to use ISREDIT commands from there. Bob -Original Message- From: IBM Mainframe Discussion List On Behalf Of Weizman arbel Sent: Thursday, September 2

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