Re: Mysterious S0C4 pic 10 figured it out

2023-09-12 Thread Binyamin Dissen
t; > :>> > > * ST R9,RECCTLMD :>> > > :>> > > MVCRECRTRY,=A(RETURN) :>> > > :>> > > LR R8,R0 :>> > > :>> > > * LR R8,R0 :> :>-Original Mess

Re: Mysterious S0C4 pic 10 figured it out

2023-09-12 Thread Joseph Reichman
R9,RECCTLMD > > > > > > MVCRECRTRY,=A(RETURN) > > > > > > LR R8,R0 > > > > > > * LR R8,R0 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Seymour J

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Seymour J Metz
; Behalf Of Joseph Reichman > > Sent: Monday, September 11, 2023 3:33 PM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Re: Mysterious S0C4 pic 10 > > > > Totally different that my program not one is in the program storage > > > > > On Sep 11, 2023, at

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Joseph Reichman
ph Reichman > > Sent: Monday, September 11, 2023 3:33 PM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Re: Mysterious S0C4 pic 10 > > > > Totally different that my program not one is in the program storage > > > > > On Sep 11, 2023, at 3:08 PM, Seymo

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Bill Hitefield
> Behalf Of Joseph Reichman > Sent: Monday, September 11, 2023 3:33 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Mysterious S0C4 pic 10 > > Totally different that my program not one is in the program storage > > > On Sep 11, 2023, at 3:08 PM, Seymour J Metz wrote:

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Joseph Reichman
he PIC '10'X? > > > From: IBM Mainframe Discussion List on behalf of > Joseph Reichman > Sent: Monday, September 11, 2023 9:32 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Mysterious S0C4 pic 10 > > Hi > > > > I have the following

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Seymour J Metz
AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Mysterious S0C4 pic 10 Hi I have the following lines of code which basically sets up the parameter list to an ESTAE and calls it Later on when I populate Parse Parameter list and call IKJPARS I get a s0c4 pic 10 right after the BALR When I comme

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Mike Schwab
alf of > Joseph Reichman > Sent: Monday, September 11, 2023 4:09:35 pm > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Mysterious S0C4 pic 10 > > EXTERNAL EMAIL > > > > > > No it’s not the ESTAE but the code that populates the parameter list to it > it when I comment

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Rob Scott
ehalf of Joseph Reichman Sent: Monday, September 11, 2023 4:09:35 pm To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Mysterious S0C4 pic 10 EXTERNAL EMAIL No it’s not the ESTAE but the code that populates the parameter list to it it when I comment that out Later on the BASR to pars works Is there

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Joseph Reichman
Thank you all :) > On Sep 11, 2023, at 11:39 AM, Tom Marchant > <000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote: > > SLIP trap will just give you another dump. You do have a dump DD statement, > don't you? > If you have a SYSMDUMP DD the resulting dump will be very similar to an SVC >

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Tom Marchant
SLIP trap will just give you another dump. You do have a dump DD statement, don't you? If you have a SYSMDUMP DD the resulting dump will be very similar to an SVC dump. -- Tom Marchant On Mon, 11 Sep 2023 11:09:08 -0400, Joseph Reichman wrote: >Is there some thing like setting a slip trap t

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Tony Harminc
On Mon, 11 Sept 2023 at 11:09, Joseph Reichman wrote: > > No it’s not the ESTAE but the code that populates the parameter list to it > it when I comment that out > > Later on the BASR to pars works (As an aside, it would be really great if you could avoid starting every line with a capital lette

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Joseph Reichman
No it’s not the ESTAE but the code that populates the parameter list to it it when I comment that out Later on the BASR to pars works Is there some thing like setting a slip trap that might help me Thanks Joe Reichman On Mon, Sep 11, 2023 at 11:05 AM Tony Harminc wrote: > On Mon, 11 Sept 20

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Tony Harminc
On Mon, 11 Sept 2023 at 09:33, Joseph Reichman wrote: > I have the following lines of code which basically sets up the parameter > list to an ESTAE and calls it > Later on when I populate Parse Parameter list and call IKJPARS I get a > s0c4 pic 10 right after the BALR There's no BALR in the c

Re: Mysterious S0C4 pic 10

2023-09-11 Thread Gord Tomlin
On 2023-09-11 09:32 AM, Joseph Reichman wrote Later on when I populate Parse Parameter list and call IKJPARS I get a s0c4 pic 10 right after the BALR Does the PSW point right after the BALR, or elsewhere? XC ESTAED,ESTAED Clear ESTAE parameter list You cleared an area named EST

Mysterious S0C4 pic 10

2023-09-11 Thread Joseph Reichman
Hi I have the following lines of code which basically sets up the parameter list to an ESTAE and calls it Later on when I populate Parse Parameter list and call IKJPARS I get a s0c4 pic 10 right after the BALR When I comment out the code below (that sets up the ESTAE parameter list) e