I posted the code There was nothing in this environment that had to do with Rexx
I did it once from a clist And second time running test from the ready prompt Both times I got the 66D abend reason code 61 Thanks > On Feb 16, 2025, at 4:06 PM, Binyamin Dissen > <[email protected]> wrote: > > What do you think the CAMLST macro does? > > What might be missing? > > On Sun, 16 Feb 2025 15:54:34 -0500 Joseph Reichman > <[email protected]> wrote: > > :>? > :>I’m not at home > :> > :>But I wrote a simple program and I remember it from memory > :> > :>TESTDS CSECT > :>TESTDS AMODE 31 > :>TESTDS RMODE ANY > :> USING TESTDS,R3 > :> LR R3,R15 > :> LOCATE AB > :>AB CAMLST NAME,DS,,LOCAREA > :>DS DC CL44’MY.DATATEST’ > :> DS 0D > :>LOCAREA DS CL265 > :> END > :> > :>I ran this under TEST > :> > :>Made a break point after the SVC 26 > :> > :>And that’s where I got the abend 66D reason 61 > :> > :>The text said “Unable to serialize or release serialization when accessing > to tso/e data stack” > :> > :>The abend code was 66D reason code 61 > :> > :>Hope this explains things > :> > :>I think it has something to do with installation setup > :> > :>Thanks > :>> On Feb 16, 2025, at 3:22?PM, Binyamin Dissen > <[email protected]> wrote: > :>> ?All together now: > :>> > :>> "Show the code" > :>> > :>> On Sun, 16 Feb 2025 12:42:34 -0500 Joseph Reichman > :>> <[email protected]> wrote: > :>> > :>> :>Hi > :>> :>Sorry about the previous post > :>> :> > :>> :>I fat finger it and didn’t now how to recall or delete > :>> :> > :>> :>Well here is my question > :>> :> > :>> :> > :>> :>I am getting some strange abends fro LOCATE > :>> :> > :>> :>Specifically abend 66D reason code 61 > :>> :> > :>> :>I am running the program from a clist under TSO TEST > :>> :> > :>> :>My goal is to determine whether the dataset exists > :>> :> > :>> :>Just wondering is S99VRBIN using SVC 99 would be a better way > :>> :> > :>> :>And If so what text units should I use > :>> :> > :>> :>Thank you > :>> :>---------------------------------------------------------------------- > :>> :>For IBM-MAIN subscribe / signoff / archive access instructions, > :>> :>send email to [email protected] with the message: INFO IBM-MAIN > :>> > :>> -- > :>> Binyamin Dissen <[email protected]> > :>> http://www.dissensoftware.com > :>> > :>> Director, Dissen Software, Bar & Grill - Israel > :>> > :>> ---------------------------------------------------------------------- > :>> For IBM-MAIN subscribe / signoff / archive access instructions, > :>> send email to [email protected] with the message: INFO IBM-MAIN > :> > :>---------------------------------------------------------------------- > :>For IBM-MAIN subscribe / signoff / archive access instructions, > :>send email to [email protected] with the message: INFO IBM-MAIN > > -- > Binyamin Dissen <[email protected]> > http://www.dissensoftware.com > > Director, Dissen Software, Bar & Grill - Israel > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
