Re: Relation between ASMLANGX and EQALANGX

2024-05-16 Thread Joseph Reichman
Seymour when I was I. Development they encouraged me to stop using TSO TEST and use to debug tool let me look at my assembly JCL On Thu, May 16, 2024 at 11:51 AM Seymour J Metz wrote: > The HLASM Toolkit includes ASMLANGX and the z/OS debugger includes > EQALANGX; are their outputs

Re: IEABRC anomaly

2024-05-01 Thread Joseph Reichman
There is a B2D2 there just the mask is zero So it falls thru > On May 1, 2024, at 11:06 AM, Pieter Wiid wrote: > > NOP translates to BC 0 > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Paul Gilmartin > Sent:

Re: Setting as CSECT or on using

2023-12-20 Thread Joseph Reichman
I understand if I want to make it work I’ll have to break up the macro into parts finish the fest after I have a CSECT statement Thanks > On Dec 20, 2023, at 11:18 AM, Jonathan Scott > wrote: > > It is clearly documented that is set to the current > section name on entry to the macro and

Re: Setting as CSECT or on using

2023-12-20 Thread Joseph Reichman
I’m at work right now will get back to you later Thank you > On Dec 20, 2023, at 10:03 AM, Phil Smith III wrote: > > Joe, > > > > Your posts are incoherent, and lack much supporting detail necessary for > anyone to help you. Folks are trying anyway, but you're wasting their time > and

Re: Setting as CSECT or on using

2023-12-20 Thread Joseph Reichman
e parameters >register equates > END > > On Tue, 19 Dec 2023 21:18:05 -0500 Joseph Reichman > wrote: > > :>I tried it and and generated a value > :> > :>> On Dec 19, 2023, at 8:17?PM, Tony Thigpen wrote: > :>>

Re: Setting as CSECT or on using

2023-12-19 Thread Joseph Reichman
The definition of the macro was before a CSECT was established the macro module from file192 established a CSECT When I established a CSECT before the macro definition the picked it up > On Dec 19, 2023, at 10:07 PM, Paul Gilmartin > <0014e0e4a59b-dmarc-requ...@listserv.uga.edu> wrote: >

Re: Setting as CSECT or on using

2023-12-19 Thread Joseph Reichman
GRECOV >> //SYSTIME 005 18.04 >> //SYSDATE 008 12/19/23 >> -Original Message- >> From: IBM Mainframe Assembler List On >> Behalf Of Binyamin Dissen >> Sent: Tuesday, December 19, 2023 6:27 PM >> To: ASSEMBLER-LIST@LIST

Setting as CSECT or on using

2023-12-19 Thread Joseph Reichman
Hi When I use the following Using ,12,10 comes up blank even though I know it had been set Thanks

Dumping

2023-12-19 Thread Joseph Reichman
Anyway using MHELP to dump system variables Tried 71 Just LCLC Thanks

Re: Variable symbol without leading

2023-06-28 Thread Joseph Reichman
er to accept it but issue a > warning. > > > From: IBM Mainframe Assembler List on > behalf of Joseph Reichman > Sent: Wednesday, June 28, 2023 10:09 AM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Variable symbol without leadin

Variable symbol without leading

2023-06-28 Thread Joseph Reichman
Hi Just looked at the doc for LCLC says for variable symbol says can be with or with out leading & I did try to assemble a symbol without leading & and it did a assemble however I would think without the leading & it’s an ordinary symbol However when I tried to do a SETC against it I got a

Re: Conditional assembly variable scope

2023-06-27 Thread Joseph Reichman
; the global , even if there is a GBLx in open code. > > > From: IBM Mainframe Assembler List on > behalf of Joseph Reichman > Sent: Tuesday, June 27, 2023 12:44 PM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: Conditional a

Re: Conditional assembly variable scope

2023-06-27 Thread Joseph Reichman
Got it thanks > On Jun 27, 2023, at 1:09 PM, Jonathan Scott > wrote: > >  >> >> Would any know the difference in scope >> Of a local used in open code and a global used >> In a macro the both seem to have a scope of the entire assembly > > A local variable is unique to the context where

Re: Conditional assembly variable scope

2023-06-27 Thread Joseph Reichman
ote: > > The scope of the global is those units containing GBLx , where a > unit is either a macro or the open code. > > > From: IBM Mainframe Assembler List on > behalf of Joseph Reichman > Sent: Tuesday, June 27, 2023 11:30 AM > To: A

Conditional assembly variable scope

2023-06-27 Thread Joseph Reichman
Would any know the difference in scope Of a local used in open code and a global used In a macro the both seem to have a scope of the entire assembly

Re: Can seem to get IDF to display source

2023-02-28 Thread Joseph Reichman
e re-entrant. > > I think that says that you can’t use ASMIDF as an authorized application and > therefore you cannot use it on authorized code. > > Peter > > -Original Message- > From: IBM Mainframe Assembler List On > Behalf Of Joseph Reichman > Sent: T

Re: Can seem to get IDF to display source

2023-02-28 Thread Joseph Reichman
Thanks I just came across what I think is big impediment got abend 0047 when trying to go to supervisor state from a MODESET Is it possible IDF doesn’t run in supervisor state and or key zero > On Feb 28, 2023, at 5:51 PM, Janko Kalinic wrote: > > The SYSCMD exec example in the IDF User

Re: Can seem to get IDF to display source

2023-02-28 Thread Joseph Reichman
That was it thank you > On Feb 27, 2023, at 4:00 PM, Janko Kalinic wrote: > >  >> >> >> After the initial screen try pressing PF1 (StmtStep), then PF9 (DISASM).

Re: External symbol record for CATTR

2023-01-09 Thread Joseph Reichman
:21:58 -0500 > > Joseph Reichman wrote: >> Just to let you know I searched the sysadata >> For M_WSA and there was only a source record type 30 >> >> There were no type 20 records > > The same information should also be present in the ESD report in >

Re: External symbol record for CATTR

2023-01-09 Thread Joseph Reichman
Just to let you know I searched the sysadata For M_WSA and there was only a source record type 30 There were no type 20 records The code was compiled under z/os 2.4 I’m now running z/os 2.5 B version ADCD I have zdpt personal edition > On Jan 9, 2023, at 11:24 AM, Jonathan Scott >

External symbol record for CATTR

2023-01-08 Thread Joseph Reichman
I just compiled a Metal C program and generated sysadata I see a number CATTR assembler instructions There are 0030 records but I don’t see 0020 external symbol records for the CATTR

Re: Debugging Assembler Rexx programs

2022-01-26 Thread Joseph Reichman
I just made the code le compliant invoked CEETEST to get debug tool up from there I should be able to extract register 0 This is the Rexx Address tso “Call ‘mylosdlib(Myprog)’ passenvb” > On Jan 26, 2022, at 7:16 PM, Seymour J Metz wrote: > > For the newbies, Chuck is the father of the

Re: Debugging Assembler Rexx programs

2022-01-26 Thread Joseph Reichman
-debugger" options for debugging: > > 1. WTO's. Good especially for tracing how far you got in your logic. > 2. The old DC H'0' and debug from the dump. > > Charles > > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LI

Re: Debugging Assembler Rexx programs

2022-01-26 Thread Joseph Reichman
The copy book is assembler It tells me the name of the variable it’s length And it’s offset which would be it’s value I have one Simple question This url https://share.confex.com/share/115/webprogram/Handout/Session7691/S7691bla.pdf Contains what I want to do it says how to write The

Debugging Assembler Rexx programs

2022-01-26 Thread Joseph Reichman
Hi Don’t know if this is the right forum But I’m posting in regards to ASMIDF I need to debug a program called as such Call ‘myloadlib.lib(MYPROG)’ PASSENVB I tried running under TSO TEST using CP and from there getting the ECT then the ECTENVBK but had problems I saw a section in the

Re: Determining a group item

2022-01-03 Thread Joseph Reichman
I want to use the AREAD past experience has thought me all of you know better > On Jan 3, 2022, at 2:47 PM, Paul Gilmartin > <0014e0e4a59b-dmarc-requ...@listserv.uga.edu> wrote: > > On Jan 3, 2022, at 12:06:53, Joseph Reichman wrote: >> >> I’m just trying

Re: Determining a group item

2022-01-03 Thread Joseph Reichman
://mason.gmu.edu/~smetz3 > > > From: IBM Mainframe Assembler List [ASSEMBLER-LIST@LISTSERV.UGA.EDU] on > behalf of Joseph Reichman [reichman...@gmail.com] > Sent: Monday, January 3, 2022 2:06 PM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: Determining a grou

Re: Determining a group item

2022-01-03 Thread Joseph Reichman
OPULATE_A_RECORD > > and then have variables LASTNAME FRSTNAME ZIPCODE and BIRTHYR populates > with valid data. > > > Best > > > Martin > > -----Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf

Re: Determining a group item

2022-01-03 Thread Joseph Reichman
Peter The data is the layout of a VB file it doesn’t have orgs for group items has 0 or nothing What I am trying and am not sure if I will succeed is read in the data via AREAD Using ADATA is not practical as there isn’t Production adata file of the record layout I could haphazardly take

Re: Determining a group item

2022-01-02 Thread Joseph Reichman
ave done. > > ii. Turn it into the Rexx statements that you need. > > Charles > > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Joseph Reichman > Sent: Sunday, January 2, 2022 1:31

Re: Determining a group item

2022-01-02 Thread Joseph Reichman
That’s what I thought not punching out but doing a number of SETC to generate dc’s That will help me define/populate Rexx variables Thanks > On Jan 2, 2022, at 4:27 PM, Steve Smith wrote: > > When I've done similar things, I just wrote a macro to replace DS, and it > punched out the

Re: Determining a group item

2022-01-02 Thread Joseph Reichman
My initial thoughts were having the copybook preceded my AREAD Bottom line with AREAD I get the entire 80 byte assembler sysin Many have said I can’t do this way I may give it a try I need to generate 4 fields for rexx 1) address of the name 2) length of the name 3) address of the value

Re: Determining a group item

2022-01-01 Thread Joseph Reichman
ADATA,DISP=(OLD,DELETE) > Etc. > > Charles > > > -----Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Joseph Reichman > Sent: Saturday, January 1, 2022 5:12 PM > To: ASSEMBLER-LIST@LISTSERV.

Re: Determining a group item

2022-01-01 Thread Joseph Reichman
an ADATA file, and then refined that until it was producing the desired > output (with the dump available as a debugging option in the finished > program). > > Charles > > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@

Re: Determining a group item

2021-12-30 Thread Joseph Reichman
> I'm not clear on what you (Joseph Reichman) are attempting to > accomplish. If you are going to produce a Rexx program that does > something with symbols which appear in some form of an assembler > data structure, then you could do something like the example shown > below and (as

Re: Determining a group item the entire picture

2021-12-29 Thread Joseph Reichman
The data I am trying to access is variable and complex to get too Would like to read the asm copybook via assembler AREAD generate and put them into variables with Rexx variable having the same name as the assembler Thanks > On Dec 29, 2021, at 12:00 PM, Paul Gilmartin >

Re: Determining a group item

2021-12-29 Thread Joseph Reichman
Thanks > On Dec 29, 2021, at 10:34 AM, Jonathan Scott > wrote: > > There is no current way to determine the duplication factor > (also known as the multiplicity) using the conditional assembly > language. This is a known requirement for which the suggested > solution is a new SYSATTRD

Re: Determining a group item

2021-12-29 Thread Joseph Reichman
r J.) Metz > http://mason.gmu.edu/~smetz3 > > > From: IBM Mainframe Assembler List [ASSEMBLER-LIST@LISTSERV.UGA.EDU] on > behalf of Joseph Reichman [reichman...@gmail.com] > Sent: Wednesday, December 29, 2021 9:34 AM > To: ASSEMBLER-LI

Re: Determining a group item

2021-12-29 Thread Joseph Reichman
J.) Metz > http://mason.gmu.edu/~smetz3 > > > From: IBM Mainframe Assembler List [ASSEMBLER-LIST@LISTSERV.UGA.EDU] on > behalf of Joseph Reichman [reichman...@gmail.com] > Sent: Wednesday, December 29, 2021 8:42 AM > To: ASSEMBLER-LIST@LISTSERV.UGA.E

Determining a group item

2021-12-29 Thread Joseph Reichman
Is there any way of determine a group item I was always under the impression that For instance FIELDA DS0CL10 The L’FIELDA length would by zero Just ran an assembly and did a SETA L’FIELDA and then. DC F’’ and it was 10 So my question becomes is there any way of determining

Re: Type attribute for data

2021-12-28 Thread Joseph Reichman
No just wanted to verify Thanks > On Dec 28, 2021, at 8:14 PM, Gord Tomlin > wrote: > > On 2021-12-28 15:36 PM, Joseph Reichman wrote: >> I am going through a copy book in a macro >> Via the AREAD assembler instruction the copy book is a Dsect >> >>

Type attribute for data

2021-12-28 Thread Joseph Reichman
I am going through a copy book in a macro Via the AREAD assembler instruction the copy book is a Dsect It seem whether data is defined ds cl6 or ds pl6 the T’ is always a C if it’s defined storage as a constant I.E DC Pl6 would be P Thanks

CSRC4EXP

2020-11-25 Thread Joseph Reichman
I’m looking at the Parms for this call there is one alet and pointers to the anchor, extent and cells How can it be the anchor extents in address space and the cells in other More so can you call CSRC4GET From address space A were the cells reside in B Thanks

Re: CATTR for SRB code

2020-11-23 Thread Joseph Reichman
I thought I could segregate the SRB code which had references to external module Meaning put the external =V CSRC calls And keep it in the same Class from the doc it seemed that XATTR would have external module in the same class I could then move the entire class to CSA You seem to say

Re: CATTR and XATTR

2020-11-22 Thread Joseph Reichman
and probably would not resolve satisfactorily > in the addres space the SRB is scheduled for execution > > > Keven > >> On Nov 22, 2020, at 21:05, Joseph Reichman wrote: >> >> It would seem to me that if CATTR segregates the code I should be able to >&

Re: CATTR and XATTR

2020-11-22 Thread Joseph Reichman
It would seem to me that if CATTR segregates the code I should be able to dine how put the external reference for CSR4BLD in that class Thanks > On Nov 22, 2020, at 10:01 PM, Keven Hall wrote: > > If your SRB code needs to be in common storage, maybe an better solution > might be to put

Re: CATTR usage

2020-11-22 Thread Joseph Reichman
Thanks I seen it with METAL C using far pointers The only reason I can imagine the use of class is for using the Q con to get an offset As I think Q con only supports DSECT DXD or sections in class names Thanks > On Nov 22, 2020, at 12:04 PM, Jonathan Scott > wrote: > > Ref: Your

Re: Finding abending PSW and registers

2020-07-08 Thread Joseph Reichman
t; > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Joseph Reichman > Sent: Wednesday, July 8, 2020 10:21 AM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: Finding abending PSW and registe

Re: Finding abending PSW and registers

2020-07-08 Thread Joseph Reichman
I would guess you can do an RFE for almost anything. > > Charles > > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Joseph Reichman > Sent: Wednesday, July 8, 2020 6:00 AM > To: ASSEMBLER-LIST@LIS

Re: Finding abending PSW and registers

2020-07-08 Thread Joseph Reichman
The error was in the wait module however EC2 and SDWSRSV was where in my program I issued the wait Can I do a RFE to Have the SDWARC4 contain 64 bit gpr and PSW for ec2 and SDWASRV registers. Thanks > On Jul 8, 2020, at 8:35 AM, Peter Relson wrote: > >  > Problem is the 64 bit regs

Finding abending PSW and registers

2020-07-06 Thread Joseph Reichman
I’m posting this to see if my understanding is correct. If your program abends lets say from a S0C7, then most likely the abending PSW and registers would be at SDWAEC1 and SDWAGR00. If on the in the other the abend occurred from a system service your PSW would be SDWAEC2 and SDWASR00. This

Re: Help building a parameter list

2020-03-24 Thread Joseph Reichman
The call turns the last parameter high order Bit on I am using the last parameters as as follows header And starting and ending pairs of storage to dump Using LIST parameter on SNAP Towards that it’s not the last parameter the I need x’80’ bit on but the one before the last Thanks > On

Re: Help building a parameter list

2020-03-23 Thread Joseph Reichman
In case of a bad return code I WTO r15 and r0 in ebcdic and then use the wto message as a header as the first parameter when I build a parameter list to call a program to snap relevant variables the variables in the macro I use to build LIST= parm on the SNAP On Mar 23, 2020, at 8:44 AM, Peter

Re: Help building a parameter list

2020-03-22 Thread Joseph Reichman
Thanks Joe Reichman Lead Developer Sam Golob Systems Programming 71-28 163 rd st apt 1A Fresh meadows NY 11365 > On Mar 22, 2020, at 11:24 AM, Seymour J Metz wrote: >

Re: BASR to AMODE 64

2019-11-22 Thread Joseph Reichman
My mistake was jumping the gun and not looking at the reason code It clearly stated that S0C4 Reason code 38 Had to do with AMODE 64 when the high order bit of a 31 bit pointer ( which is not part of the address in amode 31 but is in amode 64 ) it is best practice to do a LLGTR RX before

Re: BASR to AMODE 64

2019-11-22 Thread Joseph Reichman
I understand haven’t program that much in amode 64 Thanks Joe Reichman 170-10 73 rd ave Fresh meadows NY 11366 > On Nov 22, 2019, at 5:50 AM, Jonathan Scott > wrote: > > Ref: Your note of Thu, 21 Nov 2019 22:26:07 -0500 > > BASR doesn't switch AMODE. If you want to switch AMODE you

Re: Global character not keeping value

2019-11-18 Thread Joseph Reichman
Thanks let me search the program > On Nov 18, 2019, at 8:12 AM, Jonathan Scott > wrote: > > Ref: Your note of Mon, 18 Nov 2019 07:33:29 -0500 > > The only way the value could change is if it is modified by > another macro (or by an open code GBLC and SETC) after the > DBGRPRLG and

Re: C DLL Code from Assembler

2019-07-03 Thread Joseph Reichman
' from a non-LE conforming program and then control > the execution of main programs, subprograms, dlls, etc. underneath. > > It is documented in chapter 30 of the LE Programming Guide. > > HTH, > Mike > > > From: IBM Mainframe Assemble

Re: C DLL Code from Assembler

2019-07-03 Thread Joseph Reichman
om a LE enabled "main". > > void main(char * parm) > { >Int rc; > rc = Asmfunc(); > } > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Joseph Reichman > Sent: Wedne

Re: C DLL Code from Assembler

2019-07-03 Thread Joseph Reichman
I saw reference to DLL’s in the XL C bookshelf Unlike Windows there doesn’t seem to be a DLLMAIN function Thanks > On Jul 3, 2019, at 3:46 PM, Tony Harminc wrote: > >> On Tue, 2 Jul 2019 at 17:24, Joseph Reichman wrote: >> >> I am hoping to have the Assemble

Re: HLASM calling C DLL

2019-07-03 Thread Joseph Reichman
examples in several languages (including HLA). For me, > it's been several years but it don't remember it being difficult. >On Tuesday, July 2, 2019, 02:51:38 PM PDT, Joseph Reichman > wrote: > > I got a bounce back trying to reply too many lines > > > > C

Re: HLASM calling C DLL

2019-07-02 Thread Joseph Reichman
presentation at ftp://ftp.software.ibm.com/s390/zos/le/an8130.pdf which shows both sides with examples in several languages (including HLA). For me, it's been several years but it don't remember it being difficult. On Tuesday, July 2, 2019, 02:51:38 PM PDT, Joseph Reichman wrote: I got a bounce

HLASM calling C DLL

2019-07-02 Thread Joseph Reichman
I got a bounce back trying to reply too many lines Charles Thanks for the Hyperlink example but I am looking for HLASM doing the LoadLibrary and GetProcAddress

Re: C DLL Code from Assembler

2019-07-02 Thread Joseph Reichman
thinking there is a naming conflict or something about binder name resolution? On Tuesday, July 2, 2019, 01:20:24 PM PDT, Joseph Reichman wrote: Plain and simple I need to write code the majority of which is same in both a windows platform and z/os hence C/C++ I can encapsulate

Re: C DLL Code from Assembler

2019-07-02 Thread Joseph Reichman
restate the > question. > Regards, Jon. > On Monday, July 1, 2019, 02:40:21 PM PDT, Joseph Reichman > wrote: > > I have most of it written in Assembler as .a TCP/IP server > > With Windows being the client it issues command to the tcp/ip server > Each co

Re: C DLL Code from Assembler

2019-07-02 Thread Joseph Reichman
The DLL has nothing do with the I/O as I said I have similar code for both Windows and Z/os > On Jul 2, 2019, at 12:31 PM, Charles Mills wrote: > > @Peter is (of course!) correct. I just accepted your premise and went from > there. You need a 24-bit GETMAIN for the DCB, but a separate DLL

Re: C DLL Code from Assembler

2019-07-01 Thread Joseph Reichman
t I/O, and does it in a way > that is for the most part -- depending on exactly what you are trying to > accomplish -- compatible with Windows C. > > Charles > > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Be

Re: C DLL Code from Assembler

2019-07-01 Thread Joseph Reichman
lish. > > Charles > > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Joseph Reichman > Sent: Monday, July 1, 2019 1:25 PM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: C DLL Code from Assembler

C DLL Code from Assembler

2019-07-01 Thread Joseph Reichman
Hi I have some code the majority of which I would like to duplicate on a Windows platform. It occurred to me that if I write the code as a C/C++ DLL the changes most of which I can segregate with a #ifdef. Is this doable using Metal C or do I have to use language environment. I am looking

Re: SETRP retry for 64 code

2019-06-27 Thread Joseph Reichman
I understand Thank you > On Jun 27, 2019, at 8:43 AM, Peter Relson wrote: > > > I think RTM does a RP and RP is setup for a 16 byte PSW you think they > could of found 8 bytes in SDWARC4 > > > RTM does not do a "resume program" (RP instruction). Even if this were > available for

Re: SETRP retry for 64 code

2019-06-26 Thread Joseph Reichman
I think RTM does a RP and RP is setup for a 16 byte PSW you think they could of found 8 bytes in SDWARC4 > On Jun 26, 2019, at 3:42 PM, Jonathan Scott > wrote: > > Ref: Your note of Wed, 26 Jun 2019 09:43:30 -0400 > > If you have the linkage stack available and storage containing > the

Re: SETRP retry for 64 code

2019-06-26 Thread Joseph Reichman
marc-requ...@listserv.uga.edu> wrote: > >> On Wed, 26 Jun 2019 07:39:38 -0400, Joseph Reichman wrote: >> >> Ultimitly I would need to do a LPSWE to get to where I need to go > > No you wouldn't. > >> I guess 64 bit support isn’t there yet > > I guess you did

Re: SETRP retry for 64 code the value of 15 is not preserved

2019-06-26 Thread Joseph Reichman
What if I have a value in 15 I need Thanks > On Jun 26, 2019, at 7:37 AM, Peter Relson wrote: > > > I was hoping to see STG R4 but the code still had ST R4 > > > Please re-read what Chuck A wrote. > > You can’t retry to rmode64 code. You have to have a stub code below the > bar to

Re: SETRP retry for 64 code

2019-06-26 Thread Joseph Reichman
Sorry didn’t fully read your response > On Jun 26, 2019, at 7:37 AM, Peter Relson wrote: > > > I was hoping to see STG R4 but the code still had ST R4 > > > Please re-read what Chuck A wrote. > > You can’t retry to rmode64 code. You have to have a stub code below the > bar to retry to

Re: SETRP retry for 64 code

2019-06-26 Thread Joseph Reichman
Ultimitly I would need to do a LPSWE to get to where I need to go I guess 64 bit support isn’t there yet Thanks > On Jun 26, 2019, at 7:37 AM, Peter Relson wrote: > > > I was hoping to see STG R4 but the code still had ST R4 > > > Please re-read what Chuck A wrote. > > You can’t

Re: ltorg question

2019-06-25 Thread Joseph Reichman
se... ONE DCFD'1' > > > I was surprised to stumble across this myself some years ago. > > HTH, > Mike > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Joseph Reichman > Sent:

Re: ltorg question

2019-06-25 Thread Joseph Reichman
e double word constants, you can use... ONE DCFD'1' > > > I was surprised to stumble across this myself some years ago. > > HTH, > Mike > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > O

ltorg question

2019-06-25 Thread Joseph Reichman
I see the following literal 41101403=D'1' Shouldn't it of translated to 0001 And the same for -4 C1401406=D'-4' Shouldn't it of translated to To FFFC thanks

Re: SETRP retry for 64 code

2019-06-25 Thread Joseph Reichman
have to have a stub code below the bar to retry to and have the stub enter your rmode64 code. Chuck Arney > On Jun 25, 2019, at 3:16 PM, Joseph Reichman wrote: > > Would any one know the parms on the SETRP when retrying 64 bit code It tred > > > > I tried SETRP RC=4,RE

SETRP retry for 64 code

2019-06-25 Thread Joseph Reichman
Would any one know the parms on the SETRP when retrying 64 bit code It tred I tried SETRP RC=4,RETADDR=(R4),RETREGS=64,DUMP=NO,RETRYAMODE=64 and I saw the same ST R4 without the RETRYAMODE64 PARAMTER was hoping to see STG

Re: IDF 64 bit code

2019-06-24 Thread Joseph Reichman
File 300 on the CBT LG reg > On Jun 24, 2019, at 6:41 PM, Tony Harminc wrote: > >> On Mon, 24 Jun 2019 at 18:18, Janko Kalinic >> wrote: >> >> Does this imply that TSO TEST supports 64-bit addressing? > > Sadly, TSO TEST is a *very* long way from supporting 64-bit > addressing. You

Re: IDF 64 bit code

2019-06-23 Thread Joseph Reichman
Subject: Re: IDF 64 bit code Ref: Your note of Sun, 23 Jun 2019 09:05:57 -0400 Joseph Reichman writes: > Does anyone know if IDF debugs 64 bit code Yes if on z/OS. Jonathan Scott, HLASM and Toolkit IBM Hursley, UK

Re: IDF 64 bit code

2019-06-23 Thread Joseph Reichman
Thanks Trying it now did IARV64 to get above the bar executable storage doing a BASSM with bit 63 on hope it will follow the code > On Jun 23, 2019, at 4:35 PM, Jonathan Scott > wrote: > > Ref: Your note of Sun, 23 Jun 2019 09:05:57 -0400 > > Joseph Reichman writ

IDF 64 bit code

2019-06-23 Thread Joseph Reichman
Hi Does anyone know if IDF debugs 64 bit code Thanks

Re: Address Space Storage Map Think I got it

2019-05-27 Thread Joseph Reichman
-05-27 08:26, Joseph Reichman wrote: > Hi > > > >>From the CVT I can get M,F,L Extended LPA Start and Ending Storage >>Ranges > and I can also get Nucleus Extended Read Only and Read Write Starting > and ending Ranges > > > >>From

Re: Address Space Storage Map

2019-05-27 Thread Joseph Reichman
Assembler List On Behalf Of Gord Tomlin Sent: Monday, May 27, 2019 8:44 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Address Space Storage Map On 2019-05-27 08:26, Joseph Reichman wrote: > Hi > > > >>From the CVT I can get M,F,L Extended LPA Start and Ending Storage

Address Space Storage Map

2019-05-27 Thread Joseph Reichman
Hi >From the CVT I can get M,F,L Extended LPA Start and Ending Storage Ranges and I can also get Nucleus Extended Read Only and Read Write Starting and ending Ranges >From the LDA I can get Private / Extended Starting and Ending Private Ranges >From the GDA I can get SQA and CSA /

Fwd: Sysadata symbol and literal cross reference record type x’44’ re-post from IBMMAIN

2019-04-23 Thread Joseph Reichman
Begin forwarded message: > From: Joseph Reichman > Date: April 23, 2019 at 10:48:07 AM EDT > To: Martin Ward > Subject: Re: Sysadata symbol and literal cross reference record type x’44’ > re-post from IBMMAIN > > I work for the IRS and the tax processing code is H

Re: Sysadata symbol and literal cross reference record type x’44’ re-post from IBMMAIN

2019-04-22 Thread Joseph Reichman
Sysadata type 44 will catch most > On Apr 22, 2019, at 5:54 PM, Paul Gilmartin > <0014e0e4a59b-dmarc-requ...@listserv.uga.edu> wrote: > >> On 2019-04-22, at 15:38:03, Joseph Reichman wrote: >> >> To be more clear this goes back to the original probl

Re: Sysadata symbol and literal cross reference record type x’44’ re-post from IBMMAIN

2019-04-22 Thread Joseph Reichman
Yes > On Apr 22, 2019, at 5:25 PM, Robert Netzlof wrote: > >> On 4/22/19, Keven wrote: >> >> There’s almost no >> reason to use self-modifying code that makes sense anymore... > > My impression was that the original poster was hoping to use the > assembler's facilities to root out

Re: Sysadata symbol and literal cross reference record type x’44’ re-post from IBMMAIN

2019-04-22 Thread Joseph Reichman
On Mon, Apr 22, 2019 at 10:06 AM -0500, "Joseph Reichman" wrote: Had second thoughts and thought this forum to be more appropriate Thanks J Begin forwarded message: > From: Joseph Reichman > Date: April 22, 2019 at 9:25:10 AM

Re: Sysadata symbol and literal cross reference record type x’44’ re-post from IBMMAIN

2019-04-22 Thread Joseph Reichman
at 10:06 AM -0500, "Joseph Reichman" wrote: Had second thoughts and thought this forum to be more appropriate Thanks J Begin forwarded message: > From: Joseph Reichman > Date: April 22, 2019 at 9:25:10 AM EDT > To: ibm-m...@listserv.ua.edu > Subject: Sysad

Fwd: Sysadata symbol and literal cross reference record type x’44’ re-post from IBMMAIN

2019-04-22 Thread Joseph Reichman
Had second thoughts and thought this forum to be more appropriate Thanks J Begin forwarded message: > From: Joseph Reichman > Date: April 22, 2019 at 9:25:10 AM EDT > To: ibm-m...@listserv.ua.edu > Subject: Sysadata symbol and literal cross reference record type x

Re: Sysadata to linear

2019-04-02 Thread Joseph Reichman
Thanks hope to see you next week At the TDM in pok > On Apr 2, 2019, at 8:21 AM, Peter Relson wrote: > > Loop > - Read each individual record (probably into 31-bit storage) > - Copy into your data space (or 64-bit storage) wherever you want > EndLoop > > Peter Relson > z/OS Core

Re: Modify ECB COMECBPT Intermittent response

2018-12-09 Thread Joseph Reichman
> > Charles > > > -Original Message- > From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Joseph Reichman > Sent: Sunday, December 9, 2018 12:20 PM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: Modify ECB COMECBPT Int

Re: Modify ECB COMECBPT Intermittent response

2018-12-09 Thread Joseph Reichman
,CIBCTR=4 Thanks Joe Reichman 170-10 73 rd ave Fresh meadows NY 11366 > On Dec 7, 2018, at 9:27 AM, Joseph Reichman wrote: > > Let me check > Thanks > > > >> On Dec 7, 2018, at 9:20 AM, Charles Mills wrote: >> >> Do you perhaps have a logic err

Re: Modify ECB COMECBPT Intermittent response

2018-12-07 Thread Joseph Reichman
bler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] > On Behalf Of Joseph Reichman > Sent: Thursday, December 6, 2018 10:48 AM > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: Modify ECB COMECBPT Intermittent response > > It doesn’t have a wait bit there is only one tas

Re: Modify ECB COMECBPT Intermittent response

2018-12-06 Thread Joseph Reichman
I will later on tonite Thanks > On Dec 6, 2018, at 1:44 PM, Jonathan Scott > wrote: > > Ref: Your note of Thu, 6 Dec 2018 08:27:17 -0600 > > John K writes: >> Just curious. Are you using the WAIT or EVENTS macro? > > Last time I tried, EVENTS couldn't be used with the > communications

Re: Modify ECB COMECBPT Intermittent response

2018-12-06 Thread Joseph Reichman
It doesn’t have a wait bit there is only one task waiting on it The main task has 2 ECB’s in the list One for the EZASMI SELECT and one for the communication ECB The one task that got dispatched has a number of ECB’s waiting Things is 1 out of 4 times the posted logic works > On Dec 6,

Modify ECB COMECBPT Intermittent response

2018-12-05 Thread Joseph Reichman
Hi I have started task which is a TCP/IP concurrent server both the main task and the subtask have SELECT API (the main task to listen for incoming connections) the subtask for multiple reads/writes The main task has an ECBLIST which contains the communication ECB. Thing is the modify command

  1   2   >