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 ? ---

was rc 38

2019-11-21 Thread Joe Reichman
Wasn't the usall s0c4 rc 4 or 10 or 11 but 38 when I looked at the registers in TEST none had the high order bit on regardless I did a LLGTR and it solved my problem thanks -- For IBM-MAIN subscribe / signoff / archive access

Re: In what context/amode BSAM/BPAM READ with SF64

2019-11-17 Thread Joe Reichman
Charles As an aside LE has too many problems I am using Metal I like the flexibility it has no I/O routines so I am using my own thus ran into the problem seem like read can run in 31 or 24 Seems LIKE SF64 only works for extended datasets Thanks -Original Message- From: IBM Mainfram

Abend cross memory post

2018-03-21 Thread Joe Reichman
.hi I am getting an abend on xmem post I’ll post the macro POST (R4),X (R7), X ASCB=(R2), X

Re: Using Pseudo Post

2018-03-19 Thread Joe Reichman
on List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Joe Reichman Sent: Monday, March 19, 2018 3:25 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Using Pseudo Post The ECB is in Fixed CSA running under a different Address space for some reason even after posted the task is still not dispatched

Re: Using Pseudo Post

2018-03-19 Thread Joe Reichman
The ECB is in Fixed CSA running under a different Address space for some reason even after posted the task is still not dispatched I know this because I have placed a WTO right after I am running under TESTAUTH and can observe the ECB before with the 80 bit and the RB and after with 40 bit usi

Using Pseudo Post

2018-03-18 Thread Joe Reichman
Hi There is an example of using bypassing post routine in the Authorized Assembler guide eliminate the requirement to use the CS instruction. Figure 1 demonstrates an example of how to quick post an ECB. Figure 1. Bypassing the POST Routine L RX,ECB Get contents of ECB.

Re: PC rtn AKM=(0:15) Getting S0C2 REASON 002 MY APOLGIES BINYIAMIN was right I had the wrong PC number he knows me to well thank you

2018-01-09 Thread Joe Reichman
-- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: PC rtn AKM=(0:15) Getting S0C2 REASON 002 Posted code

2018-01-09 Thread Joe Reichman
From: Joe Reichman [mailto:reichman...@gmail.com] Sent: Tuesday, January 9, 2018 2:44 PM To: 'IBM Mainframe Discussion List' Subject: This is the program that is causing the abend TESTRCOV AMODE 31 TESTRCOV RMODE ANY YREGS AR0 EQU 0 AR1 EQU 1 AR2

Re: PC rtn AKM=(0:15) Getting S0C2 REASON 002

2018-01-08 Thread Joe Reichman
[mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Joe Reichman Sent: Monday, January 8, 2018 7:29 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: PC rtn AKM=(0:15) Getting S0C2 REASON 002 I have an OLD ESA/390 Pops book I am quoting from "if the current PSW specifies problem state the current PS

Re: PC rtn AKM=(0:15) Getting S0C2 REASON 002

2018-01-08 Thread Joe Reichman
Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Joe Reichman Sent: Monday, January 8, 2018 3:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: PC rtn AKM=(0:15) Getting S0C2 REASON 002 Hi I have a PC rtn defined in the following way with AK

PC rtn AKM=(0:15) Getting S0C2 REASON 002

2018-01-08 Thread Joe Reichman
Hi I have a PC rtn defined in the following way with AKM=(0:15) meaning all keys can access ETDEF TYPE=SET,ETEADR=ETD,ROUTINE=(R2),SSWITCH=YES, X STATE=SUPERVISOR,AKM=(0:15),EKM=0,PC=STACKING And yet while running under TESTAUTH I get the following ABEND

Storage Key question

2017-08-13 Thread Joe Reichman
Hi, I executed IVSK instruction and got a value in bits 24 - 31 of R1 of X'A0' Looking at Pops book its say bits 24 - 31 are broken up as the following 24 - 27 is access control bit 28 fetch bit and 29 - 31 all zeros So that means X'A0' is storage key A (typically ranging from 0 - F)

Various 052 abends with LINKAGE=SYSTEM calls in SRB

2017-08-07 Thread Joe Reichman
Hi I am getting intermittent abends with a couple of macros that use linkage=system in a SRB The first is with AXSET macro LAR2,1 Give us the AXSET AX=(R2) Power

PGSER FIX returns CC = 18A Reason=35000301

2017-08-04 Thread Joe Reichman
Hi, I am getting an error for PGSER Fix that the storage has not been getmain'ed I have tried different subpool(s) 0 and 10 with same result AND same address was returned Here is the storage macro whose storage I am trying to fix USING VALSTOR,R3

PGSER R,FIX question

2017-07-30 Thread Joe Reichman
Hi It is my understanding the I can page fix any storage whiting a page, the storage does not have to start on page boundary. I am getting a 18A abend with R0= 35000301 indicating The page had not been obtained by a GETMAIN macro Here is my STORAGE OBTAIN STORAGE OBTAIN,LENGTH=(R0

Re: Question about VSMLIST and LSQA

2017-07-30 Thread Joe Reichman
: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Question about VSMLIST and LSQA On Sat, 29 Jul 2017 21:48:24 -0400 Joe Reichman wrote: :>Since LSQA is System Private Storage how come there isn't a TCB associated :>with it Who said there isn't? -- Binyamin Dissen http://www.dissens

VSMLIST and LSQA question

2017-07-30 Thread Joe Reichman
Hi Since LSQA is System Private Storage how come there isn't a TCB associated with it thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: I

Question about VSMLIST and LSQA

2017-07-29 Thread Joe Reichman
Hi Since LSQA is System Private Storage how come there isn't a TCB associated with it thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INF

Re: Assembly Error IEAMSCHD I can't see it may be you can and can Help thanks

2017-02-25 Thread Joe Reichman
Feller AGT Mainframe Technical Support -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Joe Reichman Sent: Saturday, February 25, 2017 23:03 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Assembly Error IEAMSCHD I can't see it may be yo

Re: Assembly Error IEAMSCHD I can't see it may be you can and can Help thanks

2017-02-25 Thread Joe Reichman
continuation part of your macro. Are your continuations in the correct column? Did you start the next line in the right column? The error message seems to be truncated, can you repost it? Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LIST

Assembly Error IEAMSCHD I can't see it may be you can and can Help thanks

2017-02-25 Thread Joe Reichman
Hi I put the parameters in the right order from what I see 1387 IEAMSCHD EPADDR=SRB_EPA, ENV=STOKEN, TARGETSTOKEN=TARGETSTOKN,

Re: VSMLIST

2017-02-21 Thread Joe Reichman
I am Looking for Storage that was GetMain'ed and Page'ed out -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jim Mulder Sent: Tuesday, February 21, 2017 4:11 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: VSMLIST > I'm trying to find da

TPROT question

2017-02-18 Thread Joe Reichman
Hi, If I would like to access say 20 bytes of core (to see if I have both fetch and store capability) I would have to loop incrementing B1 checking against TCBPKF (where TCB is pointing to PSATOLD) LA R0,20 LAR2,STORSCESS LOOP

FW: FRR Clarification One More Thing I forgot

2017-02-11 Thread Joe Reichman
From: Joe Reichman [mailto:reichman...@gmail.com] Sent: Saturday, February 11, 2017 7:16 PM To: 'IBM Mainframe Discussion List' Subject: FRR Clarification Hi, When trying to cover my code I always choose an FRR If I am in Supervisor State * Always g

FRR Clarification

2017-02-11 Thread Joe Reichman
Hi, When trying to cover my code I always choose an FRR If I am in Supervisor State * Always get an SDWA * Would get control before an ESTAE So If I'm In SRB mode I have no choice in task mode I can code EUT=YES. However now looking over the Doc "Once a program

Re: IEAVPSE2 in type 2 SVC

2017-01-17 Thread Joe Reichman
Peter, Sorry I was clear I meant can I use IEAVPSE2 service in a type 2 SVC the service never returned (which would be normal as it is suspended) However I did get an abend and I am thinking it is due to not being able to use IEAVPSE2 In a type 2 SVC thing is for those SVC which it says cannot s

Re: IEAVPSE2 in type 2 SVC

2017-01-17 Thread Joe Reichman
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Relson Sent: Tuesday, January 17, 2017 8:23 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: IEAVPSE2 in type 2 SVC >For type 2 says can not suspend their caller This sounds wrong. And w

Re: Current work unit

2017-01-15 Thread Joe Reichman
Jim Mulder said the Current work unit is in the Web I looked at that and saw a field WEBUPTR however the documentation says it not always valid If an SRB is suspended another SRB could be next to run not necessarily a TCB I just downloaded the latest RD&T seems like you guys (IBM) included omega

Multi SRB

2016-12-27 Thread Joe Reichman
Hi Follow up question to my earlier post can there be multiple SRB's executing the same piece code in the same address space -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listser

Re: Multitasking question

2016-12-27 Thread Joe Reichman
: Multitasking question On 12/27/2016 9:41 AM, Joe Reichman wrote: > The RB's associated with the task/TCB differentiate the programs but > the code can live in same private address - range > > Correct ? Yes. That is essentially the definition of reentrant code. -- Edward E Jaffe

Multitasking question

2016-12-27 Thread Joe Reichman
Hi Unlike other programming platforms where a program is associated with a thread or in z/os jargon Task There can be number of programs running in the same private address space under one Task aka TCB The RB's associated with the task/TCB differentiate the programs but the code can liv

Re: ftp connection dies ?

2016-10-16 Thread Joe Reichman
let 30 seconds pass before resuming, the IIS FTP server will drop the connection. Or your IIS "unauthenticatedTimeout" might be set to something less than 30 seconds. Bill On Sun, 16 Oct 2016 15:13:29 -0400, Joe Reichman wrote: > > >Hi > > > >I am hoping som

ftp connection dies ?

2016-10-16 Thread Joe Reichman
Hi I am hoping someone can help me This my trace output my traceid is JOE the trace is saying I must first issue OPEN seems like I have done this I don't understand Date - 10/16/2016 Time - 18:52:31 Process ID - 33619975 TC JOE SCMD >OPEN 10.0.0.205 21 JOE Con

intermittent errors using FTP program Interface EZAFTPKS

2016-10-08 Thread Joe Reichman
Hi I am getting intermittent errors using the FTP program interface The Client Error Code is X'0A' or 10 FTP_SESSION_ERROR This happens when I issue the User Reichman joecool -- User Id and password SCMD The INIT works okay so Does the Open Thing is sometimes it works

FTP_SESSION_ERROR using EZAFTPKS

2016-10-04 Thread Joe Reichman
I am getting a x'0A' or 10 in the FCAI_CEC field of the FCAI map field The documentation for Client Error code says this is a sockets error This return code is coming on the User Subcommand Thing I have a batch job with the same parameters that is working fine So the batch job has the f

Re: S99ERROR = 21C For &&OBJ UNIT=VIO

2016-09-26 Thread Joe Reichman
Just NODECK but it still looked for SYSLIN I allocated with VIO but dummied it got the Asssembly list -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Edward Gould Sent: Monday, September 26, 2016 4:44 PM To: IBM-MAIN@LISTSERV.UA.EDU S

ibm-main@listserv.ua.edu

2016-09-25 Thread Joe Reichman
: Sunday, September 25, 2016 5:17 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: S99ERROR = 21C For &&OBJ On Fri, 23 Sep 2016 17:17:03 -0400, Joe Reichman wrote: > >I am trying to dynamic allocate files for HLASM When I get to SYSLIN > Here's a solution in Rexx. BPXWDYN is a fr

Re: S99ERROR = 21C For &&OBJ UNIT=VIO SYSOUT Class Question

2016-09-25 Thread Joe Reichman
to me > > Doesn't the assembler CLOSE sysprint > > If so wouldn't the CLOSE catalogue the dataset > >>> On Sep 25, 2016, at 2:15 PM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> wrote: >>> >>> On Sun, 25 Sep 2016 13:47:15

Re: S99ERROR = 21C For &&OBJ UNIT=VIO SYSOUT Class Question

2016-09-25 Thread Joe Reichman
Charles I don't know if this solution will work for me I would like to FTP the assembler listing to my PC Don't think can do this with a SYSOUT class -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Charles Mills Sent: Sunday, Septem

Re: S99ERROR = 21C For &&OBJ UNIT=VIO

2016-09-25 Thread Joe Reichman
Just looked at it so I am assuming the Assembler will close the SYSPRINT dataset when it is done so if I have text unit DALCLOSE I should be able to see it as soon as the assembler is done "BR or BSM 0,14" -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSER

Re: S99ERROR = 21C For &&OBJ UNIT=VIO

2016-09-25 Thread Joe Reichman
thanks -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Charles Mills Sent: Sunday, September 25, 2016 11:19 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: S99ERROR = 21C For &&OBJ UNIT=VIO You know you can allocate to SYSOUT with SVC 99

Re: S99ERROR = 21C For &&OBJ UNIT=VIO

2016-09-24 Thread Joe Reichman
you will call, like an assembler and the binder? That works just fine. Just choose a DD name, or let SVC 99 choose one, and pass that name to both programs. >>>> >>>> You may or may not want to specify UNIT=VIO. I think the usual technique these days is to let SMS pick a unit type. It m

Re: S99ERROR = 21C For &&OBJ UNIT=VIO

2016-09-24 Thread Joe Reichman
Hi I have UNIT=VIO I just read where this can only be specified on a temporary dataset and as I have been told I can't do that with SVC 99 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Friday, September 23,

ibm-main@listserv.ua.edu

2016-09-23 Thread Joe Reichman
hI, I am trying to dynamic allocate files for HLASM When I get to SYSLIN I get a 21C return code which the doc says has something to do with my dataset name I just use whats in proc ASMAC which is DSN=&&OBJ Thanks

Re: SVC 99 Quick Question

2016-09-18 Thread Joe Reichman
:31, Joe Reichman wrote: > > Hi > > > > I am allocating a new ds using SVC 99 does the order the Text Units matter ? > or as long as I have them all there > > > > Thanks > > > > > > >

SVC 99 Quick Question

2016-09-18 Thread Joe Reichman
Hi I am allocating a new ds using SVC 99 does the order the Text Units matter ? or as long as I have them all there Thanks -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@li

FW: FTP_NEEDS_CONNECTION return From EZAFTPKS interface

2016-09-13 Thread Joe Reichman
Hi I originally posted on the TCP/IP list but saw FTP issues on IBMMAIN From: Joe Reichman [mailto:reichman...@gmail.com] Sent: Tuesday, September 13, 2016 8:21 AM To: 'ibmtc...@vm.marist.edu' Subject: FTP_NEEDS_CONNECTION return From EZAFTPKS interface Hi I got the a

Deleting FRR

2016-07-28 Thread Joe Reichman
Hi, I have a FRR covering a SRB it not a parameter on the SCHEDULE or IEAMSCHD but rather invoked inside the SRB. The documentation says to delete it just code SETFRR D,WORKREGS However I am guessing it has to be in the context of the SRB or in the FRR on the SETRP REMREC=YES But that's only i

RDW corruption

2016-07-18 Thread Joe Reichman
Hi, I have a program that generates a corrupted RDW The file is a VB file. I coded a synad exit but it didn't take (it was never given control) When I go into ISPF and I do a max down I can see where ISPF can't read the next record as I get "* * * I/O error detected, i/o terminated * * *"

Re: subscribing options

2016-07-12 Thread Joe Reichman
, Jul 12, 2016 at 6:58 AM, Joe Reichman wrote: > Hi > > > > I would like to subscribe to IBM-MAIN on my Work Email but since its > work I would only like to receive messages that I have posted to as > opposed to my personal e-mail where I receive all messages > > Can anyon

subscribing options

2016-07-12 Thread Joe Reichman
Hi I would like to subscribe to IBM-MAIN on my Work Email but since its work I would only like to receive messages that I have posted to as opposed to my personal e-mail where I receive all messages Can anyone point me in the direction Thanks ---

ibm-main@listserv.ua.edu

2016-07-07 Thread Joe Reichman
So let me post the code SET &SYSSCAN = 2 SET LINE = &NRSTR(&&SYSOUTLINE1) SET &SYSSCAN = 16 SET LINE1 = &STR(&LINE) SET KEYWORD = &SUBSTR(50:54,&LINE1) IF &KEYWORD = OPEN/* HERE IS WHERE THE ERROR OCCURS IF KEYWORD IS '*' */ . . -Original Message- From: IBM Mainframe Discussion Li

ibm-main@listserv.ua.edu

2016-07-06 Thread Joe Reichman
Its all clist -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Beaver Sent: Wednesday, July 6, 2016 5:40 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Character data returned from &STR In REXX use TRACE I -Original Message

ibm-main@listserv.ua.edu

2016-07-06 Thread Joe Reichman
I am scanning input cards which all have characters A - Z there is one card with a * that causes the problem -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Wednesday, July 6, 2016 5:38 PM To: IBM-MAIN@LISTSERV.UA.

Re: TSO TEST and SYSOUTTRAP/SYSOUTLINE

2016-07-05 Thread Joe Reichman
gt; . >>>>> . >>>>> . >>>>> J.O.Skip Robinson >>>>> Southern California Edison Company Electric Dragon Team Paddler >>>>> SHARE MVS Program Co-Manager >>>>> 323-715-0595 Mobile >>>>> 626-302-7535 O

Re: Relationship of C signals to z/OS terminology?

2012-07-13 Thread Joe Reichman
Sent from my MetroPCS 4G Android deviceCharles Mills wrote:>I have looked in the manuals but I can't find this. Is there anywhere any >documentation mapping the relationship between z/OS events as we have known >and loved them for years, and C signals? > >I have figured out that SIGILL = S0C1 and

Re: IEF352I ADDRESS SPACE UNAVAILABLE

2012-06-19 Thread Joe Reichman
You are right its the least I can do for free help sorry Sent from my MetroPCS 4G Android devicePeter Relson wrote:>>Found out the problem it's not supported on Z/OS 1.7 > >Please help the readers of this fine forum by including information about >your z/OS release, particularly when you post