Re: SCHEDIRB

2023-09-27 Thread Joseph Reichman
Thanks The one glaring thing that was happening was that load was indeed abending you said linking it with ac=1 would solve that issue I don’t understand your suggestion about doing a storage obtain and load to the obtained area isn’t storage also tied into the TCB ? And your suggestion

Re: SCHEDIRB

2023-09-27 Thread Michael Stein
On Wed, Sep 27, 2023 at 09:00:13PM -0500, Jon Perryman wrote: > 4. I believe that LOAD will abend if the module is not linked with >the AC=1 attribute when running authorized. No, it has to be in an authorized library. Only the EXEC PGM= name needs AC=1 (TSO APF in addtion needs to be in

Re: [EXTERNAL] Any recommendations for a 3270 emulator for Android

2023-09-27 Thread David Crayford
> On 27 Sep 2023, at 11:50 pm, Pommier, Rex wrote: > > If their idea is that other emulators are "outdated" because "ours is browser > based", guess what. I can't talk of Attachmate et al, but Rocket Passport > HAS a browser based 3270 emulator. And just because something is browser > based

Re: Testing QSAM SYNAD Exit

2023-09-27 Thread Ralph Spadafora
On Wed, 27 Sep 2023 19:03:12 -0500, Charles Mills wrote: >Could you temporarily allocate the DD with a bad LRECL? A bad LRECL on the DCB didn't have any affect - DYNALLOC, OPEN, GET all worked. Coding a bad BLKSIZE causes a S013 abend. R.

Re: SCHEDIRB

2023-09-27 Thread Jon Perryman
On Tue, 19 Sep 2023 20:29:52 -0400, Joseph Reichman wrote: > Source code below. Sorry for chiming in so late but I've had other priorities. I think you're being led down the wrong path. A 30 second glance at your code shows obvious coding errors. SRB and IRB are the the real danger. Running

Re: Obscure Websphere question

2023-09-27 Thread Shaffer, Terri
Thanks for your help, but I think I found my issue. Massive port conflicts, like I didn't realize there were like 100, between DCS, ORB, bootstrap and many other listeners. I really need a WAS expert first. I am only supporting 2 nodes on this lpar. The agent and Server are technically

Re: Testing QSAM SYNAD Exit

2023-09-27 Thread Charles Mills
Could you temporarily allocate the DD with a bad LRECL? Charles On Wed, 27 Sep 2023 15:55:53 -0500, Ralph Spadafora wrote: >I was wondering the same thing, I'm not sure how I would establish a SYNAD >exit for SYSTSIN in the sample JCL. My code runs as a service routine in a >started task

Re: TCP/IP to JES3

2023-09-27 Thread Jon Perryman
On Fri, 22 Sep 2023 20:25:58 +, Schmitt, Michael wrote: >Is there a way to transfer sysout type data from a remote, non-mainframe >system, into a JES3 spool? I think INFOPRINT has this capability. Another possibility is to use Unix LPR command to a z/OS UNIX LPR daemon. Another

Re: Obscure Websphere question

2023-09-27 Thread Shaffer, Terri
Websphere Deployment task W9DMGR as is my name, W9AGNT8 and W9SER1 are the 3 tasks. If I run the WSADMIN and change the w9dmnode and wsnode8 hostname I can get the W9DMGR up on ACWA, and I can access the console. But everything I try for W9AGNT8 and W9SER1 fail. I just went back and looked at

Re: Obscure Websphere question

2023-09-27 Thread Jon Perryman
On Wed, 27 Sep 2023 13:26:09 +, Shaffer, Terri wrote: >WebSphere however deployment, Agent and Server, said NOPE not doing this WebSphere (like z/OS) is a combination of products (e.g. MQ, HTTPD and others). You successfully moved Websphere MQ. Which component / components are you asking

Re: Testing QSAM SYNAD Exit

2023-09-27 Thread Sri h Kolusu
>> Kolusu, are you suggesting that I create a test program (including my SYNAD >> exit) that runs in batch and reads a sysin file similar to SYSTSIN in the >> sample JCL? Yes. Thanks, Kolusu -- For IBM-MAIN subscribe /

Re: Testing QSAM SYNAD Exit

2023-09-27 Thread Jon Perryman
On Wed, 27 Sep 2023 15:55:53 -0500, Ralph Spadafora wrote: > My code runs as a service routine in a started task and dynamically allocates > the JESJCLIN dataset. Does JCL now support DD JESJCLIN and other JES datasets? It's been a long time but I don't remember the ability allocate JES

Re: Testing QSAM SYNAD Exit

2023-09-27 Thread Ralph Spadafora
I was wondering the same thing, I'm not sure how I would establish a SYNAD exit for SYSTSIN in the sample JCL. My code runs as a service routine in a started task and dynamically allocates the JESJCLIN dataset. Kolusu, are you suggesting that I create a test program (including my SYNAD exit)

Re: Testing QSAM SYNAD Exit

2023-09-27 Thread Sri h Kolusu
>> Can it drive the OP's SYNAD exit? I've had "successful failures" with: Gil, My example is just to show that overriding the LRECL with a different value can produce the error that OP is looking for. Similarly, he can override the LRECL on the ddname Op's program is reading. Thanks, Kolusu

Re: Testing QSAM SYNAD Exit

2023-09-27 Thread Paul Gilmartin
On Wed, 27 Sep 2023 20:04:13 +, Sri h Kolusu wrote: >>> I'm trying to test the exit, but have been unable to create an IO error to >>> drive it. > >Here is a sample job to generate the S001-4 abend > Can it drive the OP's SYNAD exit? I've had "successful failures" with: //SYSUT1 DD

Re: Testing QSAM SYNAD Exit

2023-09-27 Thread Sri h Kolusu
>> I'm trying to test the exit, but have been unable to create an IO error to >> drive it. Ralph, Here is a sample job to generate the S001-4 abend //STEP0100 EXEC PGM=IKJEFT01 //SYSTSPRT DD SYSOUT=*,DCB=BLKSIZE=121 //SYSTSIN DD DATA,DLM=@@,LRECL=200 DSN @@ /* This will result in IEC020I

Re: Obscure Websphere question

2023-09-27 Thread Mark Zelden
On Wed, 27 Sep 2023 13:26:09 +, Shaffer, Terri wrote: >So asking this here as there is a wealth of information contained. > >I am trying to collapse my LPARS from 4 to 2 and I was able to move my DB2 and >MQ, subsystems with no issues. I defined the subsystems with all shared DASD >and

Re: [EXTERNAL] Any recommendations for a 3270 emulator for Android

2023-09-27 Thread Bob Bridges
A few years ago I worked for a mainframe-security consulting company. Your comment reminds me of a client: They wanted to create a PC-based security app that would interact with TSS. They didn't know about mainframes, which is why they wanted to hire us. They knew telnet and I think they

Re: [EXTERNAL] Any recommendations for a 3270 emulator for Android

2023-09-27 Thread Pew, Curtis G
On Sep 27, 2023, at 10:50 AM, Pommier, Rex wrote: If their idea is that other emulators are "outdated" because "ours is browser based", guess what. I can't talk of Attachmate et al, but Rocket Passport HAS a browser based 3270 emulator. And just because something is browser based doesn't

Testing QSAM SYNAD Exit

2023-09-27 Thread Ralph Spadafora
I have a program that reads the JESJCLIN sysout to capture the JCL input stream for a specific job. On occasion, the GET fails on an IO error with a S001-4 abend. I've added a SYNAD exit to capture diagnostic information and prevent the abend. I'm trying to test the exit, but have been unable

Re: Bob Shannon

2023-09-27 Thread Jon Newton
> He was a real character, and anyone working at Rocket during that time will > have memories of Bob that will make them smile. It was almost a rite of passage at Rocket, having your own Bob Shannon story. I have a feeling we'll still be talking about him well into the future. RIP Bob

Re: Z skills training

2023-09-27 Thread Glenn Wilcock
Besides formal training, also leverage the free z/OS Academy Events: "https://community.ibm.com/community/user/ibmz-and-linuxone/groups/community-home?communitykey=4f04f510-4165-4fa6-8a82-c00b4d150967;, join SHARE and gain access to its library of recordings: "https://www.share.org/Education;,

Re: [EXTERNAL] Re: Any recommendations for a 3270 emulator for Android

2023-09-27 Thread Seymour J Metz
They are outdated because we don't get the license fees. We've never heard of TPX so you don't need it. Cynical? Moi? From: IBM Mainframe Discussion List on behalf of Pommier, Rex Sent: Wednesday, September 27, 2023 11:50 AM To:

Re: [EXTERNAL] Re: Any recommendations for a 3270 emulator for Android

2023-09-27 Thread Pommier, Rex
If their idea is that other emulators are "outdated" because "ours is browser based", guess what. I can't talk of Attachmate et al, but Rocket Passport HAS a browser based 3270 emulator. And just because something is browser based doesn't automatically make it better or the others outdated.

Obscure Websphere question

2023-09-27 Thread Shaffer, Terri
So asking this here as there is a wealth of information contained. I am trying to collapse my LPARS from 4 to 2 and I was able to move my DB2 and MQ, subsystems with no issues. I defined the subsystems with all shared DASD and moved no issues. WebSphere however deployment, Agent and Server,

Re: Given an SVC DUMP is SRB mo0de, how can one find the DUCT?

2023-09-27 Thread Peter Relson
I don't see an obvious virtual DUALD pointer. For task, STCBALOV. For running SRB, LCCAALOV. Peter Relson z/OS Core Technology Design -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to