Re: IBM health checker(user checks)

2012-06-10 Thread Joe Reichman
Sent from my MetroPCS 4G Android deviceJohn s justfor...@gmail.com wrote:I am trying to write checks(user) in IBM health checker using SYSREXX.I have gone through the sample -HZSSXCHK.This sampleoutlines the skeleton for writing the user checks. My question is ...lets say for example if I want

Re: JES2 Exit 53 problem

2010-07-11 Thread Joe Reichman
Doesn't reg 0 point to the XPL ??? -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mark Yuhas Sent: Saturday, July 10, 2010 11:43 PM To: IBM-MAIN@bama.ua.edu Subject: JES2 Exit 53 problem Maybe another set of eyes can show me the error of

Re: Weird sysrem code 102

2010-07-06 Thread Joe Reichman
Reason code 0 Checking storage key -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Binyamin Dissen Sent: Monday, July 05, 2010 7:19 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Weird sysrem code 102 On Mon, 5 Jul 2010 18:47:24 -0400 Joe

Re: ECB parameter on attach

2010-07-05 Thread Joe Reichman
thankx -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Binyamin Dissen Sent: Monday, July 05, 2010 2:10 AM To: IBM-MAIN@bama.ua.edu Subject: Re: ECB parameter on attach On Sun, 4 Jul 2010 19:13:20 -0400 Joe Reichman joereich

Re: ECB parameter on attach

2010-07-05 Thread Joe Reichman
paulgboul...@aim.com Subject: Re: ECB parameter on attach On Sun, 4 Jul 2010 19:13:20 -0400, Joe Reichman wrote: The system posts it when the Subtask does a BR R14 ... and I always thought it was when the subtask issues SVC 3. (Or do I have the number wrong?) -- gil You have it just about

Weird sysrem code 102

2010-07-05 Thread Joe Reichman
Just tried to post a ECB drive the subtak to finish and got system completion code 102 Ran it under TESTAUTH and the ECB the Wait bit 80 was on and the low order 3 bytes sure looked liKe an RB ??? -- For IBM-MAIN

Re: ECB parameter on attach

2010-07-05 Thread Joe Reichman
Since my subtask are waiting for work I post them to terminate This automatically sets 40 bit on and clears the ECB -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Peter Relson Sent: Monday, July 05, 2010 9:43 PM To: IBM-MAIN@bama.ua.edu

ecb paramter on Attach

2010-07-04 Thread Joe Reichman
Just to clarify the ECB= parameter on the Attach Is posted when the Main Task does a DETACH -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET

Re: ECB parameter on attach

2010-07-04 Thread Joe Reichman
The system posts it when the Subtask does a BR R14 -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of john gilmore Sent: Sunday, July 04, 2010 4:58 PM To: IBM-MAIN@bama.ua.edu Subject: Re: ECB parameter on attach If I understand you

Is Commuication ECB valid for subtask

2010-07-02 Thread Joe Reichman
Hi, If I get address of a communication ECB in a main program then I create subtasks should I be waiting on that ECB (for a stop or Modify command) in the main program or in the subtasks as well In other words Can the communication ECB be posted in the subtasks as well

Re: Is Commuication ECB valid for subtask

2010-07-02 Thread Joe Reichman
thankx -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Binyamin Dissen Sent: Friday, July 02, 2010 9:58 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Is Commuication ECB valid for subtask On Fri, 2 Jul 2010 09:46:34 -0400 Joe Reichman joereich

Problem with allocating ISPCTLXX

2010-05-05 Thread Joe Reichman
Hi, All of the sudden I am having problems Logging on to ISPF seems like the culprit in my ISPF login proc is the ddnames ISPCTL1-4 Looked at the JCL it had unit=sysallda Can I point these ddnames to a particular VOL where I know I have room or maybe UNIT=VIO to allivate This problem

Re: Repro Variable blocked records

2010-04-23 Thread Joe Reichman
Found the problem If go into ISPF/EDIT on the ds it chops off trailing blanks Thankx Sent from my iPhone On Apr 23, 2010, at 9:48 AM, Paul Gilmartin paulgboul...@aim.com wrote: On Fri, 23 Apr 2010 06:16:57 -0500, Jim Marshall wrote: I am reproing a VB qsam file to Variable KSDS When I

Repro Variable blocked records

2010-04-22 Thread Joe Reichman
Hi I am reproing a VB qsam file to Variable KSDS When I look the VB qsam in ISPF there are 50 trailing blanks at the end of the record However after the repro The 50 trailing blanks get trucated Sent from my iPhone -- For

Re: Repro Variable blocked records

2010-04-22 Thread Joe Reichman
...@gmail.com wrote in message news: j2h21d1f8c21004220723lc4f0f15bi861d4c3d01ce...@mail.gmail.com... On Thu, Apr 22, 2010 at 3:00 PM, Joe Reichman joereich...@optonline.netwrote: Hi I am reproing a VB qsam file to Variable KSDS When I look the VB qsam in ISPF there are 50 trailing blanks

Re: Repro Variable blocked records

2010-04-22 Thread Joe Reichman
Don't know if they will let me down load anything work for Emigrant Bank I think they do auditing to see if down load any files Sent from my iPhone On Apr 22, 2010, at 11:01 AM, John P Kalinich jkali...@csc.com wrote: Joe Reichman of the IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu

Re: Repro Variable blocked records

2010-04-22 Thread Joe Reichman
Just did that with dump option record is truncated Sent from my iPhone On Apr 22, 2010, at 11:29 AM, John Kelly john_j_ke...@ao.uscourts.gov wrote: snip is there any way to dump the RDW /snip IDCAMS's PRINT should print the entire record in hex for you. Or if you have the TTR, then use

Arithmetic on COBOL usage is pointer

2010-04-16 Thread Joe Reichman
I redefined a usage pointer to PIC 9(8) comp to do arithmetic and got weird results Are there any rules for doing math on Usage is pointer Sent from my iPhone -- For IBM-MAIN subscribe / signoff / archive access

Re: Arithmetic on COBOL usage is pointer

2010-04-16 Thread Joe Reichman
TRUNC(BIN). Worked than Sent from my iPhone On Apr 16, 2010, at 11:47 AM, David Andrews d...@lists.duda.com wrote: On Fri, 2010-04-16 at 11:28 -0400, Joe Reichman wrote: I redefined a usage pointer to PIC 9(8) comp to do arithmetic Have you compiled with TRUNC(BIN)? -- David Andrews

Re: Subpools - specifically 241

2010-03-25 Thread Joe Reichman
I recently used a CSA subpool in a user key and I got yelled at From respondents to my problem On the forum The reason I did it was Front ended ATTACH svc 42 And I remember that the JES initiator Does an ATTACH to the problem Program the address of the entry point Name is a The initator subpool

Re: Re-entrancy problem

2010-03-22 Thread Joe Reichman
Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 22 March 2010 03:09 To: IBM-MAIN@bama.ua.edu Subject: Re: Re-entrancy problem The error occurred on the INITAPI Started 4 tasks 4 ATTACHES THE RETURN CODE IS THE ERRNO IS ..000E

Re: Re-entrancy problem

2010-03-22 Thread Joe Reichman
Rocket Software 275 Grove Street * Newton, MA 02466-2272 * USA Tel: +1.617.614.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 22 March 2010 03:09 To: IBM-MAIN@bama.ua.edu

Re: Re-entrancy problem

2010-03-21 Thread Joe Reichman
Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 19 March 2010 10:40 To: IBM-MAIN@bama.ua.edu Subject: Re-entrancy problem Hi, The following code works (ECB is posted by TCP/IP) except when I catalouge the program RENT=(REUS) Would anybody have any ideas

Re-entrancy problem

2010-03-19 Thread Joe Reichman
Hi, The following code works (ECB is posted by TCP/IP) except when I catalouge the program RENT=(REUS) Would anybody have any ideas *-* * GET THE SOCKET TO READ *

Re: Re-entrancy problem

2010-03-19 Thread Joe Reichman
Developer Rocket Software 275 Grove Street * Newton, MA 02466-2272 * USA Tel: +1.617.614.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 19 March 2010 10:40 To: IBM

Entry Point of Attached program

2010-02-26 Thread Joe Reichman
Hi Sorry that I am back at this again But I remeber debugging under TSO TEST. I set a breakpoint right after ATTACH SVC 42 And entered ??R1+C. The in other words TCBRB + C Location 0C of a RB the documentation says system dependent field but I beleive that when doing an ATTACH it's

Re: Senior Java Developer vs. MVS Systems Programmer (warning: Conley rant)

2010-02-21 Thread Joe Reichman
Why do you think most of MVS is written in PLX instead of assembler so IBM can hire college kids for nothing to program the OS On the outside world you would need to code Assembler macros for authorized services Sent from my iPhone On Feb 20, 2010, at 5:49 PM, Pinnacle

Re: CDE entry

2010-02-16 Thread Joe Reichman
Re: What dump e.g. 0C1 Doesn't RENT imply REUS Sent from my iPhone On Feb 16, 2010, at 9:03 AM, Peter Relson rel...@us.ibm.com wrote: From what I understand the following macros make CDE entires LINK, XCTL, LOAD, ATTACH This is true. But the list is incomplete. If you have some code in

CDE entry

2010-02-15 Thread Joe Reichman
Can anyone verify If what I am saying is true From what I understand the following macros make CDE entires LINK, XCTL, LOAD, ATTACH If you have some code in storage and would like to make it have CDE entry use IDENTIFY To see all the CDE enties in a Address space you probably need a

Attached program Load Point

2010-02-11 Thread Joe Reichman
Hi, IS there anyway of pre-dertermining an Attache'ed program load point e.g. If I LOAD EP=PROGXX the address is returned in R0 Then When I do an ATTACH EP=PROGXX If I want to debug this program then before I do the Attach I would makle a break point (using TEST )

Re: SYSTEM COMPLETION CODE=102 REASON=0000000C

2009-12-23 Thread Joe Reichman
Both Poster (obviously) AND Waiter are Sup key 0 The Slip trap is a good idea thanx -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Peter Relson Sent: Wednesday, December 23, 2009 10:14 AM To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM

Re: SYSTEM COMPLETION CODE=102 REASON=0000000C

2009-12-22 Thread Joe Reichman
I can only relate my experinces I set The ECB to SP 241 key 8 And it blew up withe above comp code When I set SP241 to a ptr to sp 0 key 8 everything worked Sent from my iPhone On Dec 21, 2009, at 8:10 PM, David Alcock mainframed...@sbcglobal.net wrote: The ECB storage has to have been

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-18 Thread Joe Reichman
Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman :Sent: 17 December 2009 23:32 :To: IBM-MAIN@bama.ua.edu :Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C : :I declared FULL WORD in WS sp=0 : :And its pointer to an area in CSA and it worked the POST

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-18 Thread Joe Reichman
Peter you have the code in front of you So I can'nt argue but changing the storage Location of the ECB worked for me Sent from my iPhone On Dec 18, 2009, at 8:26 AM, Peter Relson rel...@us.ibm.com wrote: The ECB storage has to have been obtained from the TCB where the wait is taking place

FW: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C.. ECB != - Task storage ????

2009-12-17 Thread Joe Reichman
-Original Message- From: Joe Reichman [mailto:joereich...@optonline.net] Sent: Wednesday, December 16, 2009 10:53 PM To: 'IBM Mainframe Discussion List' Subject: RE: SYSTEM COMPLETION CODE=102 REASON CODE=000C.. ECB != - Task storage I just started thinking This doesn't make

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-17 Thread Joe Reichman
The ECB storage has to have been obtained from the TCB where the wait is taking place Sent from my iPhone On Dec 17, 2009, at 9:46 AM, Peter Relson rel...@us.ibm.com wrote: You issued cross-memory post. The system was able to gain access synchronously to the target space. An attempt to

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-17 Thread Joe Reichman
Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 17 December 2009 18:13 To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C The ECB storage has to have been obtained from the TCB where the wait is taking place Sent from my

SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
Hi, I have been spending days try to resolve this message originally I thought it was something I had done in a PC rtn following this message As the message in the DUMP following is PRIMARY NOT EQUAL TO HOME But now I am convinced that its IEAVPST that is going cross memory that

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
, at 9:12 AM, Miklos Szigetvari miklos.szigetv...@isis-papyrus.com wrote: Hi In my old PC routine, I have a SAC 0 (SYSSTATE ASCENV=P) before the XMPost Joe Reichman wrote: Hi, I have been spending days try to resolve this message originally I thought it was something I had done

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 16 December 2009 13:47 To: IBM-MAIN@bama.ua.edu Subject: SYSTEM COMPLETION CODE=102 REASON CODE=000C Hi, I have been spending days try to resolve this message originally I

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
01:27:13 PM: [image removed] Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C Joe Reichman to: IBM-MAIN 12/16/2009 01:28 PM Sent by: IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu Please respond to IBM Mainframe Discussion List Thankx for the reply to my desprate call for help

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
Grove Street * Newton, MA 02466-2272 * USA Tel: +1.617.614.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 16 December 2009 13:47 To: IBM-MAIN@bama.ua.edu

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C.. ECB != - Task storage ????

2009-12-16 Thread Joe Reichman
...@bama.ua.edu] On Behalf Of Joe Reichman Sent: Wednesday, December 16, 2009 10:09 PM To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C I finally got it working Apparently IEAVPST does like an ECB in CSA or CSA key=8 When I pointed the ECB to WS_DSECT or SP=0

Re: Does SAC 0 make PASN = HASN = SASN

2009-12-14 Thread Joe Reichman
For some reason When XMEM Post Fails the Dump says HOME != PRIMAMRY I wrote 2 test program('S) to test out this code 1) with the WAIT 2) Post ASID= It worked So I have the parms right It must be the Space Switching PC rtn that executes Right before which is not leaving PASN=SASN=HASN

Re: Does SAC 0 make PASN = HASN = SASN

2009-12-14 Thread Joe Reichman
-0500 Joe Reichman joereich...@optonline.net wrote: :For some reason When XMEM Post Fails the Dump says HOME != PRIMAMRY Perhaps they are different. :I wrote 2 test program('S) to test out this code :1) with the WAIT :2) Post ASID= :It worked :So I have the parms right For that environment

Re: Does SAC 0 make PASN = HASN = SASN

2009-12-14 Thread Joe Reichman
It is A Stacking PC I was under impression that when PR executes at the end of the PC rtn the OS puts the environment back to the way it was before the PC rtn Was invoked The POST ASID is only a few instruction later don't know why the SYSUDUMP says PRIMARY NOT EQUAL HOME -Original

Does SAC 0 make PASN = HASN = SASN

2009-12-13 Thread Joe Reichman
On a dump I am getting a message Primary not equal to Home right before I do a SAC 0 Shouldn't SAC 0 make PASN = HASN =SASN THANKX -- For IBM-MAIN subscribe / signoff /

Re: Does SAC 0 make PASN = HASN = SASN

2009-12-13 Thread Joe Reichman
LongEx Mainframe Quarterly http://www.longpelaexpertise.com.au/ezine Joe Reichman wrote: On a dump I am getting a message Primary not equal to Home right before I do a SAC 0 Shouldn't SAC 0 make PASN = HASN =SASN THANKX

XMEM Post

2009-12-09 Thread Joe Reichman
Does anybody know Re: The XMEM Post Does the ASCB parm point to an ASCB or a pointer to a ASCB Thankx Sent from my iPhone -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu

Re: XMEM Post

2009-12-09 Thread Joe Reichman
[mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 09 December 2009 18:12 To: IBM-MAIN@bama.ua.edu Subject: XMEM Post Does anybody know Re: The XMEM Post Does the ASCB parm point to an ASCB or a pointer to a ASCB Thankx Sent from my iPhone

XMEM POST followup

2009-12-09 Thread Joe Reichman
For XMEM POST if the ECB is CSA KEY=8 Does the storage key have to be 0 OR 8 to do the POST or is it irrelevant thankx -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: ETCON abend

2009-11-30 Thread Joe Reichman
BUT STILL THE etcon ABENDS -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Binyamin Dissen Sent: Monday, November 30, 2009 1:15 AM To: IBM-MAIN@bama.ua.edu Subject: Re: ETCON abend On Sun, 29 Nov 2009 20:25:14 -0500 Joe Reichman joereich

Re: ETCON abend

2009-11-30 Thread Joe Reichman
notice that your ETDEF SET refers to ETD_2 while the ETCRE goes to ETD_1. I would suggest looking at R2 at the time of the abend and compare it with LXVALUE and TKVALUE. On Mon, 30 Nov 2009 04:23:04 -0500 Joe Reichman joereich...@optonline.net wrote

Re: ETCON abend

2009-11-30 Thread Joe Reichman
Joe Reichman joereich...@optonline.net wrote: :ETD_1 IS THE Header will do thankx True. Missed that. I always have a loop for changing the ETDEF's. :-Original Message- :From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf :Of Binyamin Dissen :Sent: Monday, November

Re: Re; ETCON abend

2009-11-30 Thread Joe Reichman
You are 100% right I forgot about the authority macros re xmem Thankx Sent from my iPhone On Nov 30, 2009, at 8:26 AM, Peter Relson rel...@us.ibm.com wrote: You need to look at the system codes book, as that is where abend codes are intended to be described. Abend 052 reason code 516:

ETCON abend

2009-11-29 Thread Joe Reichman
Hi, Got the following abend IKJ56640I SYSTEM ABEND CODE 052 REASON CODE 0516 DS: HOME = 0036 PRIMARY = 0002 SECONDARY = 0036 + The messages book tells me there is something wrong with my ETDEF macro though I got a return code 0 from ETCRE I played around with all

EZASMI no data on READ

2009-11-17 Thread Joe Reichman
Hi I am running a cocurrent server with multiple connections/ports When I connect on my first socket/port I am able to later on read data as my logic has the read waiting for TCP/IP To post the ECB whenever the client Sends data and the read completes The second connection the send immeaditly

Re: EZASMI no data on READ

2009-11-17 Thread Joe Reichman
: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 17 November 2009 17:33 To: IBM-MAIN@bama.ua.edu Subject: EZASMI no data on READ Hi I am running a cocurrent server with multiple

Re: EZASMI TIE storage

2009-11-16 Thread Joe Reichman
Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 15 November 2009 21:16 To: IBM-MAIN@bama.ua.edu Subject: EZASMI TIE storage Hi, Is there supposed to be A Task interface area for each Connection if so.. What Task Area should be coded on the Select

Re: EZASMI TIE storage

2009-11-16 Thread Joe Reichman
Scott Developer Rocket Software 275 Grove Street * Newton, MA 02466-2272 * USA Tel: +1.617.614.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 16 November 2009 09:54

EZASMI TIE storage

2009-11-15 Thread Joe Reichman
Hi, Is there supposed to be A Task interface area for each Connection if so.. What Task Area should be coded on the Select the porpoise of which is to look for new connections/activity... thankx -- For

Re: Final Confusions on Concurrent Server

2009-11-04 Thread Joe Reichman
at 10:26 PM, Joe Reichman joereich...@optonline.net said: Here are my Final Conclusions These can only be one Active Conversation between a Client and Server on a port (if its between two different machines) If the client is using multiple port numbers then it should be able

Re: Final Confusions on Concurrent Server

2009-11-04 Thread Joe Reichman
/01/2009 at 10:26 PM, Joe Reichman joereich...@optonline.net said: Here are my Final Conclusions These can only be one Active Conversation between a Client and Server on a port (if its between two different machines) If the client is using multiple port numbers then it should

Re: Final Confusions on Concurrent Server

2009-11-04 Thread Joe Reichman
Sorry if I wasn't clear When The SELECT macro/service senses a incoming connection is there anyway that server can detect the socket that the client is trying to connect to Typically if I use the Wrong (for lack of a better term) socket (on the client side) the Select macro (on the server)

Re: Final Confusions on Concurrent Server

2009-11-04 Thread Joe Reichman
Corporation - Lakewood, CO USA P: 303-235-1403 On 11/4/2009 at 4:41 PM, in message 009d01ca5da8$4599d9c0$d0cd8d...@net, Joe Reichman joereich...@optonline.net wrote: Sorry if I wasn't clear When The SELECT macro/service senses a incoming connection is there anyway that server can detect the socket

Re: Internal DASD and ICKDSF

2009-11-03 Thread Joe Reichman
Sent from my iPhone On Nov 2, 2009, at 8:31 PM, Mike Ross m...@corestore.org wrote: On 2 Nov 2009 08:37:54 -0800, ee...@us.ibm.com (John Eells) wrote: Mike Ross wrote: snip I can't find ANY doc on restoring the preinstalled system (OS/390 2.4) from tape (if anyone can point me to some doc

Givesocket/Sendsocket multiple address spaces

2009-11-03 Thread Joe Reichman
Just realized accroding to the IBM doc It's not necessary to have Address space process a socket the Givesocket/Takesocket can work in different Address spaces that's probably what Edward Jaffe meant when same port number was used As long as it's one conversation Sent from my iPhone

Re: Givesocket/Takesocket multiple address spaces

2009-11-03 Thread Joe Reichman
Thankx I think I got it -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Edward Jaffe Sent: Tuesday, November 03, 2009 2:19 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Givesocket/Takesocket multiple address spaces Joe Reichman wrote: Just

Final Conlusions on Concurrenrt Server

2009-11-01 Thread Joe Reichman
Hi, First thankx to all those how helped me set up the Concurrent Server Here are my Final Conclusions These can only be one Active Conversation between a Client and Server on a port (if its between two different machines) While the conversation(s) are active the SELECT service will

Re: EZASMI Concurrent Server cann't handle mutiple open connections in the same port

2009-10-28 Thread Joe Reichman
When I had a different port on windows/Client side MVS wouldn't accept the connection Sent from my iPhone On Oct 28, 2009, at 11:29 AM, Eric Chevalier et...@tulsagrammer.com wrote: same -- For IBM-MAIN subscribe /

EZASMI Concurrent Server cann't handle mutiple open connections in the same port

2009-10-27 Thread Joe Reichman
Hi, All regarding my earlier inquiry can anyone correct me if I am wrong I don't think you can have multiple open connections ( in the process of read and writes ) on the same port/same ip ?? -- For IBM-MAIN subscribe

Re: EZASMI Concurrent Server cann't handle mutiple open connections in the same port

2009-10-27 Thread Joe Reichman
: Tuesday, October 27, 2009 11:37 PM To: IBM-MAIN@bama.ua.edu Subject: Re: EZASMI Concurrent Server cann't handle mutiple open connections in the same port Joe Reichman wrote: I don't think you can have multiple open connections ( in the process of read and writes ) on the same port/same ip

Re: EZASMI Concurrent Server cann't handle mutiple open connections in the same port

2009-10-27 Thread Joe Reichman
but this is the general idea. http://infolab.stanford.edu/CHAIMS/Code/Wrappers/TCPIP_CPAM/webpage/TCPIP.h tml Scott On Tue, Oct 27, 2009 at 8:11 PM, Joe Reichman joereich...@optonline.netwrote: Hi, All regarding my earlier inquiry can anyone correct me if I am wrong I don't think you can have

Re: Return Code from EZASMI macro Select Service

2009-10-25 Thread Joe Reichman
...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 25 October 2009 05:57 To: IBM-MAIN@bama.ua.edu Subject: Return Code from EZASMI macro Select Service Hi, The way I read

Re: Return Code from EZASMI macro Select Service

2009-10-25 Thread Joe Reichman
Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 25 October 2009 12:23 To: IBM-MAIN@bama.ua.edu Subject: Re: Return Code from EZASMI macro Select Service Yes there is . Its waiting for a read However I gave a did a GiveSocket and the Subtask did a TakeSocket

Re: Return Code from EZASMI macro Select Service

2009-10-25 Thread Joe Reichman
* USA Tel: +1.617.614.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 25 October 2009 16:01 To: IBM-MAIN@bama.ua.edu Subject: Re: Return Code from EZASMI macro Select

EZASMI trying to Close Pending Connection

2009-10-25 Thread Joe Reichman
Rob or anyone in the Forum First let apologize by saying I do Know Assembler internals well but I am Learning sockets programming by the seat of my pants The Socket I did the Give/Take on hangs out there for a while meaning (its waiting for a read from the Client) After issuing the

Return Code from EZASMI macro Select Service

2009-10-24 Thread Joe Reichman
Hi, The way I read the EZASMI Select Service macro description in the communication server guide and reference if the return code is 0 then there are active connections If I receive a connection post a subtask issue GIVESOCKET and have been notified by the Subtask that it has has

Re: Back to Work

2009-10-18 Thread Joe Reichman
Howard know what you mean When I went for a Job to LA back in 2001 For the first month I was Clinically depressed so much so That I couldn't eat anything But then again Being an orthodox single jew most of my friends are here -Original Message- From: IBM Mainframe Discussion

Re: Mainframe Utility for EBCDIC to ASCII conversion

2009-07-30 Thread Joe Reichman
They are somewhere in the TCPIP. libs. EZA ... Look in the communication server Bookshelf -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf Of Mark Zelden Sent: Thursday, July 30, 2009 9:53 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Mainframe

Re: How to end SubTask ???

2009-07-27 Thread Joe Reichman
does the subtask need to have access to the ECB since it is posted by MVS when the subtask does a BR R14 -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf Of Binyamin Dissen Sent: Monday, July 27, 2009 3:25 AM To: IBM-MAIN@bama.ua.edu Subject:

How to end SubTask ???

2009-07-26 Thread Joe Reichman
Hi, Does Anyone know the right way to end a SubTask ??? I have been getting a 23E abend with r15 = 0 When issuing the Detach the explaination of which is The protection key of the address does not match the key of the issuer of the DETACH. Which doesn't make sense to me sine When I did

Re: EZASMI re-entrant FAILS on INITAPI

2009-07-21 Thread Joe Reichman
-m...@bama.ua.edu]on Behalf Of Binyamin Dissen Sent: Tuesday, July 21, 2009 2:50 AM To: IBM-MAIN@bama.ua.edu Subject: Re: EZASMI re-entrant FAILS on INITAPI On Mon, 20 Jul 2009 20:00:20 -0400 Joe Reichman joereich...@optonline.net wrote: :Would anyone know if there are any special considerations

EZASMI re-entrant FAILS on INITAPI

2009-07-20 Thread Joe Reichman
hI, Would anyone know if there are any special considerations using the Assembler EZASMI macro when the module is link'ed re-entrant I have code that works perfectly However when I link it with RENT (also made the program re-entrant) the INITAPI API fails

Re: Jes2 Exit

2009-06-04 Thread Joe Reichman
exit32 seems to be it it runs Environ user so. Its runs in the User Address space Beofre the Jobs runs it the Adress space has been created probably all other revelent control blocks have been created CDE's etc PSAAOLD as that time should be the User Addrss Space -Original

Re: Validating Addrees

2009-05-10 Thread Joe Reichman
: Validating Addrees On Sat, 9 May 2009 21:29:19 -0400 Joe Reichman joereich...@optonline.net wrote: :I think VSMLIST or VSMLOC is for getmain or storage :However if I am looking at address e.g. 0X10 PSA address dont know if :those macros :will help Why do you want to know? What kind

Re: Validating Addrees

2009-05-10 Thread Joe Reichman
-MAIN@bama.ua.edu Subject: Re: Validating Addrees On Sun, 10 May 2009 08:11:10 -0400 Joe Reichman joereich...@optonline.net wrote: :Honestly the Only thing that I am intrested in initially is whether the :Address is in CSA VSMLOC CSA will show if it currently allocated. You can use the GDA

Validating Addrees

2009-05-08 Thread Joe Reichman
Hi would anyone know if you have a stroage address to determine its nature e.g. CSA SQA etc. would I have to check all of the entries in the LDA ..GDA or is the best way to invoke VSM. macros LSIT RGN etc or is a combination of all these methods thankx

Re: What (More) Open Source Software for z/OS?

2009-04-21 Thread Joe Reichman
Speaking about open Source would you or any anyone at IBM know when and if the flex - es ADCD would start again that would really be helpfull -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf Of Timothy Sipples Sent: Tuesday, April 21, 2009

Re: Wacked again - One time post.

2009-04-06 Thread Joe Reichman
Howard its me Joe Reichman I have question can you please call (917) - 748 - 9693 if you read this message in the Next few great if not tommorow -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf Of Gary Green Sent: Monday, April 06, 2009

Assembler TCP/IP

2009-01-19 Thread Joe Reichman
Does Anybody have any pointers re: concurrent TCP/IP Assembler programs specfically A)in the Subtak (attached program) do you have to issue a INITAPI B) It it necessary to use EZASM STORAGE=GLOBAL or STORAGE=TASK when writting a concurrent (meaning using subtask to use the send and

Re: Assembler TCP/IP

2009-01-19 Thread Joe Reichman
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 19 January 2009 13:39 To: IBM-MAIN@bama.ua.edu Subject: Assembler TCP/IP Does Anybody have any pointers re: concurrent TCP/IP Assembler programs specfically A)in the Subtak

Re: Assembler TCP/IP

2009-01-19 Thread Joe Reichman
...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 19 January 2009 16:43 To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler TCP/IP Thankx I am using async processing ECB= a couple of more questions A) Why would have to pass the address of the global stroage to the SubTasks ?? B) I debugging

Re: Assembler TCP/IP

2009-01-19 Thread Joe Reichman
02466 617-614-2305 rsc...@rs.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 19 January 2009 17:36 To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler TCP/IP Thankx was that your IDEA setting ECBLIST (that way if TCP/IP

Re: Assembler TCP/IP

2009-01-19 Thread Joe Reichman
rsc...@rs.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 19 January 2009 17:36 To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler TCP/IP Thankx was that your IDEA setting ECBLIST (that way if TCP/IP doesn't post you

Re: Assembler TCP/IP

2009-01-19 Thread Joe Reichman
thankx -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf Of Henry Willard Sent: Monday, January 19, 2009 6:15 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Assembler TCP/IP Joe Reichman wrote: Does Anybody have any pointers re: concurrent TCP/IP

My Understanding of Concurrent TCP/IP MVS program

2008-12-01 Thread Joe Reichman
Hi. I want to thank all those who helped me understand this concept from my understanding the main pourpose in the Select API is to inform the main Task That there are one or more I/O requests pending At that point the main task should take this number which is typicall returned in the

TCP/IP

2008-11-30 Thread Joe Reichman
Hi, In TCP/IP does a concurrent server need create a socket for every subtask -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search

Re: TCP/IP

2008-11-30 Thread Joe Reichman
socket -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of John McKown Sent: Sunday, November 30, 2008 8:35 PM To: IBM-MAIN@bama.ua.edu Subject: Re: TCP/IP On Sun, 30 Nov 2008, Joe Reichman wrote: Hi, In TCP/IP does a concurrent server need create

JES2 Exit('s)

2008-11-28 Thread Joe Reichman
Would any one know if there are any restrictions on what MVS service(s) you can use un a JES Exit ??? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET

  1   2   >