Re: security fun with z/OSMF install - can't get there

2024-03-26 Thread Michael Babcock
Also, if you cloned prod and changed the IP added and/or domain name, I would check the certs. Do the certs match the SANs? On Tue, Mar 26, 2024 at 9:16 PM Michael Babcock wrote: > Does this help? > > > https://kinsta.com/knowledgebase/pr-end-of-file-error/#what-causes-the-pr_end_of_file_error

Re: security fun with z/OSMF install - can't get there

2024-03-26 Thread Michael Babcock
Does this help? https://kinsta.com/knowledgebase/pr-end-of-file-error/#what-causes-the-pr_end_of_file_error On Tue, Mar 26, 2024 at 6:28 PM Pommier, Rex wrote: > Hi List, > > We are attempting our first foray into getting z/OSMF up and running. > Scenario is we're backleveled maintenance-wise

security fun with z/OSMF install - can't get there

2024-03-26 Thread Pommier, Rex
Hi List, We are attempting our first foray into getting z/OSMF up and running. Scenario is we're backleveled maintenance-wise on our 2.4 system. We ran the security configuration setup etc and got z/OSMF up and running on the production LPAR we are planning on running it from. However when

Re: Is our LIST Active

2024-03-26 Thread Steve Thompson
It is working for me. On 3/26/2024 5:47 PM, wrote: I have not seen activity for a while. Is there a problem with the server? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: DFsort error message

2024-03-26 Thread Lizette Koehler
This webpage simplifies Sx37 abend https://ruifeio.com/2013/10/02/most-common-out-of-space-abends-and-error-codes/ E37-04 No more volumes specified E37-08 No space available on new volume E37-0C DADSM (Direct Access Device Space Management) exit rejected extend Lizette -Original

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Cameron Conacher
Oh Yes, I am an old fart,…. Tender Loving Care for the JOB Card …. = Time, Lines and Cards. Again. I am just trying to creatively deal with a two sided coin here. We want tracing dynamically available, but we do not want it available as SPOOL in Production. Also, this allowed me to explore the

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Sri Hari Kolusu
>> Is your SPOOL so constrained that you are concerned about running out of >> space if a job issues even a few million lines of sysout? >> The issue is that we have so many JOBs over so many decades doing this. Cameron, Did you know that you can use LINES parm to cancel/Dump/Warning for the

Is our LIST Active

2024-03-26 Thread
I have not seen activity for a while. Is there a problem with the server? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Cameron Conacher
The issue is that we have so many JOBs over so many decades doing this. Thanks …….Cameron Note I will be OOO on PTO March 23 throough March 31 2024 inclusive. From: IBM Mainframe Discussion List On Behalf Of Tom Marchant Sent: Tuesday, March 26, 2024 4:30 PM To: IBM-MAIN@LISTSERV.UA.EDU

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Tom Marchant
Is your SPOOL so constrained that you are concerned about running out of space if a job issues even a few million lines of sysout? -- Tom Marchant -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

DSFS IBM Idea - Please consider voting

2024-03-26 Thread Lionel B. Dyck
Please consider voting on my new IBM Idea for /dsfs https://ibm-z-hardware-and-operating-systems.ideas.ibm.com/ideas/ZOS-I-4024 - this is requesting that dsfs have access to input datasets in the spool along with the currently supported output datasets. Lionel B. Dyck <>< Github:

Re: DFsort error message

2024-03-26 Thread Sri Hari Kolusu
>> Is this a standalone sort or one from a cobol program or db2 process? Lizette, It is a JCL invoked SORT. Clue : ICEAM1 INVOCATION ENVIRONMENT IN EFFECT - ICEAM1 ENVIRONMENT SELECTED Thanks, Kolusu DFSORT Development IBM Corporation

Re: DFsort error message

2024-03-26 Thread Lizette Koehler
Sort received an SE37: ICE185A 0 AN SE37 ABEND WAS ISSUED BY DFSORT, ANOTHER PROGRAM OR AN EXIT (PHASE So the dataset was probably allocated on a volume without sufficient space to expand or ran out of extents Is this a standalone sort or one from a cobol program or db2 process? Regards

Re: DFsort error message

2024-03-26 Thread Sri Hari Kolusu
>> ICE185A 0 AN SE37 ABEND WAS ISSUED BY DFSORT, ANOTHER PROGRAM OR AN EXIT >> (PHASE Ron, Most likely your job abended due to lack of space on SORTOUT dataset. Check the JESMSGLG for a detailed explanation of the E37 abend also the dataset name. Fix the space on the dataset by adding more

Re: DFsort error message

2024-03-26 Thread Steely.Mark
The issue is with the E37 - I don't see the error code but if is an 8 this is the possible reason: A multi-volume physical sequential data set was being written on a direct access device. All space was filled on the volume, and an attempt was made to obtain space on the next specified volume.

DFsort error message

2024-03-26 Thread Ron Thomas
Hi All - We are getting a sort error on a huge file . Below are the details from log Parm cards used SORT FIELDS=COPY Error Log details ICE193I 0 ICEAM1 INVOCATION ENVIRONMENT IN EFFECT - ICEAM1 ENVIRONMENT SELECTED ICE252I 1 PARMLIB OPTIONS WERE MERGED WITH INSTALLATION MODULE DEFAULTS

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Cameron Conacher
Hello Paul, That is almost exactly my approach, however I wanted to chase the Control Blocks, just in case someone "accidentally" sets the Parm to YES in Production, when SYSOUT has been assigned to SPOOL. I want to keep them honest. Thanks ...Cameron Note I will be OOO on PTO March 23

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Paul Feller
I'm going to suggest something a little different. Let me say that I'm not against what Cameron is trying to do. I've done the run the control block thing and I've done the RDJFCB thing. In the original email the statement was made. "But in emergency, support could override SYSOUT=* with

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Kirk Wolf
IMO, a assembler subroutine that does RDJFCB is a better option than chasing control blocks. I wrote one that we call from our C++ product and its about 120 lines of assembler code, with XPLINK linkage. However, we use EDCDSECT to convert the JFCB dsect to a C header so that you can look at

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Lennie Bradshaw
I have not followed all your pointers logic here, but I suspect this may fail when presented with a site where the SWA (Scheduler Work Area) is placed above the 16M line. Lennie Dymoke-Bradshaw https: //rsclweb.com -Original Message- From: IBM Mainframe Discussion List On Behalf Of

Re: How can I determine MVS FQDSN from DD Name in Batch COBOL Program?

2024-03-26 Thread Cameron Conacher
Hello Kolusu, I suppose the real answer here is that I was reading through the MVS Control Blocks manuals think h along the way and wondering. I just went down a rabbit hole. Chasing MVS Control Blocks. Thanks …….Cameron Note I will be OOO on PTO March 23 throough March 31 2024 inclusive.

Re: FTP SBDATACONN - how to display?

2024-03-26 Thread Radoslaw Skorupka
Correction: SITE STAT (SBD sometimes show the truth. Sometimes, because it shows last accepted SITE SBDATACONN=(ibm-870,IBM1250), as it was entered (note the missing hyphen in IBM1250). However it does show neither translation table nor default value. -- Radoslaw Skorupka Lodz, Poland W

Re: TSO ALLOC with/wo unit

2024-03-26 Thread Bruce Hewson
In RACF TSO Segment - set default unit type. On Wed, 20 Mar 2024 08:56:51 +0200, ITschak Mugzach wrote: >I have a program in Rexx that allocates a dataset using dsname and volume >serial (1) . it works well in my shop but requires a unit type (2) in >another shop. Actually the error is msg