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
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
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 /
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"
"
/* 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
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&
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
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
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
] 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
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
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
/* REXX ***/
/*** */
/*** ISPF/PDF edit macro to write lines from a file to the user */
/*** PROFILE pool for later inclusion by the PASTE macro. */
/***
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;
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/
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
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'
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
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
>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
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
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,
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
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
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
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
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
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
28 matches
Mail list logo