Does Any one Agree WIth Me (SSI UNDO)

2024-05-04 Thread esst...@juno.com
. In developing an SSI initialization routine, it would be useful to backout any changes made. i can release Storage in an ESTAE routine, but I can't "undo' any changes made using IEFSSI macro - I cant remove the SSVT ect . To me it would be helpful during development if there was IEFSSI

Re: 0C4 pic 11 in stimer exit on retry

2024-05-04 Thread Binyamin Dissen
All together now - "Show the code". On Fri, 3 May 2024 12:55:22 -0400 Joseph Reichman <05812645a43c-dmarc-requ...@listserv.ua.edu> wrote: :>I have recovery routine which got control on abend of stimer exit irb :>On retry I am getting S0C4 PIC 11 reloading my registers from the system

Re: DFSORT Guide feedback?

2024-05-04 Thread Paul Gilmartin
On Sat, 4 May 2024 18:52:19 +, Sri Hari Kolusu wrote: > >Also, in the PDF documentation it is divided as chapters and the web >documentation does not have that, but it is in the same chapter order as the >PDF. So here is the link to DFSORT Application Programming Guide >

Re: DFSORT Guide feedback?

2024-05-04 Thread Sri Hari Kolusu
>> How did you find that? I tried to no avail with Google keywords: Gil, I earlier provided you a link to the same in the other topic. https://www.mail-archive.com/ibm-main@listserv.ua.edu/msg137624.html Also, in the PDF documentation it is divided as chapters and the web documentation

Re: DFSORT Guide feedback?

2024-05-04 Thread Paul Gilmartin
On Sat, 4 May 2024 16:30:52 +, Sri Hari Kolusu wrote: >>> I surmise that I must do this on a web page containint the relevant topic. >>> I was unable to find ap page describing Table 109. Can someone help me? >>> Or must I submit meta-feedback, "Unable to find web page"? > >The table 109

Re: DFSORT Guide feedback?

2024-05-04 Thread Sri Hari Kolusu
>> I surmise that I must do this on a web page containint the relevant topic. >> I was unable to find ap page describing Table 109. Can someone help me? Or >> must I submit meta-feedback, "Unable to find web page"? The table 109 you refer is referring to the EBCDIC table listed here.

DFSORT Guide feedback?

2024-05-04 Thread Paul Gilmartin
I wabt to provide feedback on: DFSORT Application Programming Guide SC23-6878-60 Table 109 EBCDIC ... In that publication I read: How to provide feedback to IBM We welcome any feedback that you have, including comments on the clarity, accuracy, or completeness of the information.

Re: Continuing a reply during IPL

2024-05-04 Thread Giliad Wilf
On Sat, 4 May 2024 03:55:45 -0500, Giliad Wilf wrote: >On Mon, 22 Apr 2024 15:17:47 +0300, Binyamin Dissen > wrote: > >>Saw the example, tried with and without quotes. No luck. >> >. >. >. >Sorry, I only saw this post yesterday. >I've forced IPL to issue msg. IEA101A by changing IMSI char. from

Re: 0C4 pic 11 in stimer exit on retry

2024-05-04 Thread Peter Relson
Was your recovery routine set within the IRB or by the mainline? The reg 13 within the IRB is for the IRB and storage associated with an RB is freed when the RB terminates. If you "retry" you are retrying to the RB that set the recovery. Thus any regs for retry should be ones associated with

Re: Continuing a reply during IPL

2024-05-04 Thread Giliad Wilf
On Mon, 22 Apr 2024 15:17:47 +0300, Binyamin Dissen wrote: >Saw the example, tried with and without quotes. No luck. > . . . Sorry, I only saw this post yesterday. I've forced IPL to issue msg. IEA101A by changing IMSI char. from M to T in IPL parameter. First, I've specified SYSP=DW, because