Re: Setting as CSECT or on using

2023-12-19 Thread Joe Reichman
The macro was invoked in the context of unnamed csect However the Macro established CSECT would having a macro Whitin a macros solve this I guess the first macro would establish the CSECT allowing me to use in the second macro thanks -Original Message- From: IBM Mainframe Assembler

Re: Setting as CSECT or on using

2023-12-19 Thread Joe Reichman
2420+ PRINT ON 50 B240 00E0 2421+ BAKR 14,0 54 51CF 0 2422+ LAE 12,0(15,0) 58 41A0 CFFF00FFF 2423+ LA10,4095(,12) 5C 41A0

Can seem to get IDF to display source

2023-02-25 Thread Joe Reichman
Hi I went thru the IDF user guide put HLA.SASMMOD1 and HLA.SASMMOD1 in the link list as well as my program (I also updated apf list with SASMMOD1 and 2) I Allocated FI(ASMLANGX) DA('TO.MY.EXTRACRFILE') SHR ( I ran ASMLANGX program successfully to produce the extract file)

Re: External symbol record for CATTR

2023-01-10 Thread Joe Reichman
Its there Let me look thru the adata - BROWSEJOER.DBGR.SYSPRINT(GETMACIN) Line 0 Command ===> GETMACIN LD 0006 0038 0004 02 IEWBLIT

Re: External symbol record for CATTR

2023-01-09 Thread Joe Reichman
These were my parms No Overriding ASMAOPT Parameters Overriding Parameters- OBJ,ADATA,SYSPARM(DEBUG),GOFF No Process Statements

Re: Debugging Assembler Rexx programs

2022-01-26 Thread Joe Reichman
marc-requ...@listserv.uga.edu> wrote: > > On Jan 26, 2022, at 08:09:14, Joe Reichman wrote: >> >> Thanks but that would never here at the IRS this place is highly >> sensitive to anything from the outside >> > It's hard for these fora to help you if: >

Re: Debugging Assembler Rexx programs

2022-01-26 Thread Joe Reichman
Thanks but that would never here at the IRS this place is highly sensitive to anything from the outside -Original Message- From: IBM Mainframe Assembler List On Behalf Of Dave Clark Sent: Wednesday, January 26, 2022 10:04 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Debugging

Re: A question about an Authorizing PC Service Routine

2021-10-31 Thread Joe Reichman
Thanks for getting back 1) I am still debugging my code what I mean to say by that is that my errors were incurred running under TESTAUTH (which really shouldn't matter its just that I am sharing my findings under TEST) 2) I have 2 load modules that I would like to be accessed by other address

Re: Metal C CATTR Assembly error

2021-01-03 Thread Joe Reichman
: Friday, January 1, 2021 10:12 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Metal C CATTR Assembly error Ref: Your note of Fri, 1 Jan 2021 07:31:30 -0500 Joe Reichman writes: > I am getting the following error on a CATTR Assembly statement > > 0001B0A 1B

Re: Metal C CATTR Assembly error

2021-01-01 Thread Joe Reichman
Scott [jonathan_sc...@vnet.ibm.com] Sent: Friday, January 1, 2021 10:12 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Metal C CATTR Assembly error Ref: Your note of Fri, 1 Jan 2021 07:31:30 -0500 Joe Reichman writes: > I am getting the following error on a CATTR Assembly statement > >

Re: Metal C CATTR Assembly error

2021-01-01 Thread Joe Reichman
Thanks -Original Message- From: IBM Mainframe Assembler List On Behalf Of Jonathan Scott Sent: Friday, January 1, 2021 10:12 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Metal C CATTR Assembly error Ref: Your note of Fri, 1 Jan 2021 07:31:30 -0500 Joe Reichman writes: > I

Metal C CATTR Assembly error

2021-01-01 Thread Joe Reichman
Hi I am getting the following error on a CATTR Assembly statement 0001B0A 1B51 2833 OPENFI#C CSECT , 00 2834 M_WSACATTR RMODE(ANY),PART(openfile),NOTEXECUTABLE,ALIGN(2) 00 ** ASMA155S

CATTR and XATTR

2020-11-22 Thread Joe Reichman
Hi I have SRB code in my Assembly which I segregated with a CLASS via CATTR In that SRB routine I am calling CSRC4BLD statically i.e with a VCON Since I am going to move this code to CSA I would like the =V(CSRC4BLD) to be in the same class where I defined my SRB so when I MVCL the

CATTR for SRB code

2020-11-22 Thread Joe Reichman
Hi I wrapped my SRB code around a CATTR since it going to be moved my question now is to reference the starting address is that a V con or A con thanks

CATTR usage

2020-11-22 Thread Joe Reichman
Asking a few questions to see I understand the usage of CATTR Would I uses a CATTR assembler instruction if for example My program CSECT is RMODE 31 And if I am doing I/O in 24 bit mode I would define a class rmode 24 Would the binder take the piece of code and

Re: Finding abending PSW and registers

2020-07-07 Thread Joe Reichman
I output WTO it in my recovery I always use the same base register and branch around the eyecatcher so I can compare program name to insure I am using the right regs whether that's SDWASRSV or SDWAGRSV so In my latest abort 201 (invalid ECB list) my regs where in SDWASRSV GRSV was the wait module.

Help building a parameter list

2020-03-22 Thread Joe Reichman
Hi I have a macro which takes a variable number of parameters as parameters to a called program best I give any example CALLPGM ,, LCLA ,, LCLC SETAN' SETA3 SETA

IARST64 OWNER SECONDARY ?

2019-11-24 Thread Joe Reichman
There doesn't seem to be any documentation on what this parm means. Seems like I would have to do a SSAR to point to the secondary asid and I am guessing the storage would reside in that asid and reference it with AR value of 1 ?

BASR to AMODE 64

2019-11-21 Thread Joe Reichman
Hi I have a amode 64 rmode 31 program I would like to do I/O So I have to have the DCB below 16mb So I have LOAD a module amode 64 rmode 24 After loading I turn the 1 bit to the right off now I have a clean half address when I BASR to it bombs and the PSW has the one bit on A funny

Re: Global character not keeping value

2019-11-19 Thread Joe Reichman
I agree I have to look at the program I must be re-setting the GLBC somewhere thanks -Original Message- From: IBM Mainframe Assembler List On Behalf Of Peter Relson Sent: Tuesday, November 19, 2019 8:26 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Global character not keeping

Re: Global character not keeping value

2019-11-18 Thread Joe Reichman
make sure that there is no reference of at another place, which may reset its value to the empty string. Kind regards Bernd Am 18.11.2019 um 00:00 schrieb Joe Reichman: > I have a prolog and eplog macros as exit and entry to program > > > > The

Re: Global character not keeping value

2019-11-18 Thread Joe Reichman
that there is no reference of at another place, which may reset its value to the empty string. Kind regards Bernd Am 18.11.2019 um 00:00 schrieb Joe Reichman: > I have a prolog and eplog macros as exit and entry to program > > > > The prolog is coded as such > >

Global character not keeping value

2019-11-17 Thread Joe Reichman
I have a prolog and eplog macros as exit and entry to program The prolog is coded as such MACRO PRLG GBLC SETC '' When used in the prolog As such

Questions about Invoking the Assembler Dynamically

2016-09-15 Thread Joe Reichman
Hi I am invoking ASMA90 Dynamically two questions If I am using the standard DDNAMES I don't have to specify a second param only a options list correct ? Also If I don't specify a ADATA param do I have to allocate a SYSADATA ?