Description:
ISPF Discussion Group
|
|
|
User line commands in z/OS 1.13
|
| |
I have used LMAC and the Linemac macro available on the internet, and now I can use z/OS 1.13 I have created a user line commands table that names those line commands available in Linemac and specifies Linemac as the macro to execute. However, commands work well when one line at a time but block commands like CMOO do not, I get CMOO is not a valid command. The line command table has Y for block commands specified. I have also tried RXX and RX2 for instance and either get a "not a valid command" message or nothing happens.... more »
|
|
ISPF Find all
|
| |
Is there a way to capture the find count from the ISPF FIND ALL command? I would like to find all occurances of a value and get the count while in a REXX exec.
|
|
ISPF browse oddity when browsing data on EAV
|
| |
Anyone:
I am seeing something odd under ISPF on z/OS V1R12 that I need some
help with.
We have a RECFM=F, LRECL=6160, BLKSIZE=6160, DSORG=PS data set that is
entirely resident in the EAS on an EAV. When I browse the DS using
ISPF option 1, ISPF says there are only 600 records in the file (each... more »
|
|
Your removal from the ISPF-L list
|
| |
Thu, 6 Oct 2011 00:00:06
You have been automatically removed from the ISPF-L list (ISPF discussion
list) as a result of repeated delivery error reports from your mail
system. This decision was based on the list's automatic error monitoring
policy and has not been reviewed or otherwise confirmed by a person. If... more »
|
|
Bugs in ISPF PANEL *REXX interface ?
|
| |
When I'm testing panels with rexx code (*REXX inline), I'm getting errors like the one below.
While the possibility that I'm coded incorrectly in some place is not of a negligibly dimension, I would not expect a S0c4 abend, rather an error message.
Does anyone have an experience with this - or any experience with rexx in panels ?... more »
|
|
CONTROL ERRORS RETURN and other means of catching errors
|
| |
Hi, Are any way to catch errors like " ISPN106 Ddname not allocated Ddname 'APCPLIB' specified on LIBDEF service not allocated. Current dialog statement: LIBDEF ISPPLIB LIBRARY ID(APCPLIB" so I don't "fall out" of the calling "parent" rexx. The rexx does: Address Ispexec 'CONTROL ERRORS RETURN' Address Ispexec 'SELECT CMD(%APC) SUSPEND'... more »
|
|
Edit macro pop-up dynamic area
|
| |
I'd like to have an edit macro to help me maintain those darned "flower
boxes" at the beginning of programs.
I'd like it to use one of the IBM-supplied dynamic area panels (ISREDDE4) to
make it easy to install if I go to a site and want to use it (no panels to
install)
When I run my FLOWER macro, it will read the existing flower box (perhaps in... more »
|
|
Scrollable Fields - My Solution. Now it works! ;-D
|
| |
This is my final solution for a (generalized) REXX function ZCSRVER which I actually built to verify that the CURSOR value used (for the FIELD scroll-control in this case) is valid.
This was really done as an educational exercise to learn about Scrollable-Fields but I believe I have a valid application for these as... more »
|
|
Edit initial macro
|
| |
I know there is an edit initial macro facility and I do use it.
However I would like an "END" macro that would be called at the time
the user terminated editing a file. Is there such a facility or how
can I setup ISPF such that my macro will be invoked upon termination
of an edit session?
|
|
|