Re: SYSPLEX JES2 SYSLOG processing

2024-01-04 Thread Steve Horein
Hey Paul - Do you get any interesting results from the NetView command line (you may need to enter INPUT 2 to get more room) if you issue: WINDOW PIPE CC 5 $DS'SYSLOG'|TOS LAST "$HASP890"|SEP|EDIT "CB" COLOR 1.*|CONS ONLY If you do, hope is not lost. On Thu, Jan 4, 2024 at 12:31 PM Paul

Re: LE C growing heap issue

2024-01-04 Thread Bernd Oppolzer
I had similar situations a lot of times at different customers' locations. It always turned out that when the developers at the customer's site telled me that they returned all the storage requested to the heap, in fact they didn't. There was always a small area left which was not returned or

Re: LE C growing heap issue

2024-01-04 Thread Eric Erickson
I could understand fragmentation being any issue if we did not return all the memory, but during each iteration we return all the application allocated memory, so how can memory become fragmented? -- For IBM-MAIN subscribe /

Re: LE C growing heap issue

2024-01-04 Thread Attila Fogarasi
Sounds like your HEAP options are inappropriate for this application, classic fragmentation ... e.g. set to KEEP and increment size is too small. Check your CEE_RUNOPTS or there could be other LE config/exits involved. Suggest you set disp=FREE and work out increment size. HEAP(initial,

LE C growing heap issue

2024-01-04 Thread Eric Erickson
We are in a bit of a quandary here with some memory issues surrounding our application. This is a multitasking LE C application running in 31 bit mode that utilizes the IBM JSON and EZNOSQL Services. Some of the attributes are: • z/OS V2.5 Operation System • POSIX(OFF) - all

Re: LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread Steve Estle
Everyone, I so appreciate everyone's prompt feedback on my challenge. I ended up using ITschak Mugzach solution by turning off TSO profile prefix and removing quotation marks from my input file. I am now good to go. Again really appreciate the prompt response! Steve Estle

listdsi return code -324?

2024-01-04 Thread Seymour J Metz
I have a script that is getting a return code -324 from listdsi. The parameter is alloc dsn(fqdsn) inrtddn(varname) shr. I tried shr both in upper case and in lower case. I ccan't send any outbound e-mail fromm my work machine due to security. Any suggestions? -- Shmuel (Seymour J.) Metz

RACF and Encryption (Cross Posted

2024-01-04 Thread Steve Beaver
Basically I have to set up data at rest (encrypted on DASD). In that I don't have my clearance yet, or a ID with SPECIAL my hands are kind of tied. I do know all the RACF work has to be done before anything else. Also as I understand it, we will have to unload a file, and reload the

Re: LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread Glenn Knickerbocker
On Thu, 4 Jan 2024 13:55:22 -0600, Steve Estle wrote: >I've hardcoded the enclosing double quote/quote inside my file as follows: >"'SYS1.PARMLIB'" That's the problem. When your exec that works correctly does this: > DSName = "'SYS1.PARMLIB'" the

Re: LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread Paul Gilmartin
On Thu, 4 Jan 2024 14:07:20 -0600, Steve Estle wrote: >It fails on this instruction in 2nd scenario: > >x = LISTDSI(dsn) > What is the failure message? -- gil -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread Paul Gilmartin
On Thu, 4 Jan 2024 13:55:22 -0600, Steve Estle wrote: > >I'm sure I'm doing something boneheaded but can't quite figure out what. I >have a list of fully qualified datasets in a file that I want to read the >dataset names once per record and then once I've read the record with dataset >name

Re: LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread Seymour J Metz
You need to quote the dsname in apostrophes if it's fully qualified. Try x = LISTDSI("'"dsn"'") This might be more readable: apostrophe = "'" x = listdsi(apostrophe||dsn||apostrophe) -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר

Re: LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread Steve Estle
It fails on this instruction in 2nd scenario: x = LISTDSI(dsn) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread ITschak Mugzach
Simply remove the quote and double quotes from your input file and add address tso prof nopref The list Sai sees two set of quotes instead of one at a maximum. You can try Dan=translate(dsn,' ','"') before the list Sai command *| **Itschak Mugzach | Director | SecuriTeam Software **|**

Re: LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread Binyamin Dissen
Which instruction fails? Do TRACE on the whole routine. On Thu, 4 Jan 2024 13:55:22 -0600 Steve Estle wrote: :>All, :> :>I'm sure I'm doing something boneheaded but can't quite figure out what. I have a list of fully qualified datasets in a file that I want to read the dataset names once

LISTDSI - hardcoded dsn vs. read in from file

2024-01-04 Thread Steve Estle
All, I'm sure I'm doing something boneheaded but can't quite figure out what. I have a list of fully qualified datasets in a file that I want to read the dataset names once per record and then once I've read the record with dataset name then use that name in a LISTDSI command. When I hard

Digital Certificates -- Site Certificate

2024-01-04 Thread Steve Beaver
I have NOT done Digital Certificates in 5 years and I have NEVER done a Site Certificate. So does anyone have a document that is a short and to the point of how to setup A Site Certificate Steve -- For IBM-MAIN

SYSPLEX JES2 SYSLOG processing

2024-01-04 Thread Paul Gorlinsky
On a z/OS 2.5 system using z System Automation V4.3, I am trying to set a daily event that runs on each LPAR of the SYSPLEX. The event needs to issue a 'W L' then locate the SYSLOG output for that specific LPAR, start an XWTR with job selection for class and JOBID... For example, 'S

Re: Network not working between zOS and zVM

2024-01-04 Thread Alain Benvéniste
I have removed the ethernet word on link statement. And it works ! Thanks ! What would be the impact if i start a z/os and a z/vm test environnement ? Ethernet word will not be required ? Resiliency Services on Z Mainframe alain.benveni...@kyndryl.com > Le 4 janv. 2024 à 15:49, Alan Altmark

IEAMDBLG tweak

2024-01-04 Thread Michael Oujesky
Just an FYI. but IEAMDBLG can be modified to exten the output record length from 132 to 255 and thereby remove split SYSLOG lines. Michael At 11:16 AM 1/4/2024, Radoslaw Skorupka wrote: Content-Transfer-Encoding: 7bit The following scenario: z/OS 2.5, two-member parallel sysplex. Sometimes

OPERLOG contention

2024-01-04 Thread Radoslaw Skorupka
The following scenario: z/OS 2.5, two-member parallel sysplex. Sometimes I observe IXG251I and IXG284I ISG251I informs the dataset is in use by another sysplex member IXG284I says the dataset is PENDING DELETE. It usually happens during log offload (archivization) using IEAMDBLG tool, however

Re: test. please ignore -- IGNORING YOU IGNORING YOU [not]

2024-01-04 Thread Radoslaw Skorupka
It was discussed many times. There's even single-word German description of such disclaimer. However  the disclaimer has almost no legal meaning. Accidental recipient has no obligation to delete the message or keep it secret, etc. Nothing which is caused by the disclaimer (it can be caused by

Re: test. please ignore -- IGNORING YOU IGNORING YOU [not]

2024-01-04 Thread Mike Schwab
HIPPA applies to medical professionals and insurance departments, and not to anyone to whom the information was sent. National security call FBI to retrieve, sanitize. On Thu, Jan 4, 2024 at 9:24 AM Steve Thompson wrote: > I am glad you brought this up. > > I get these things on

Re: test. please ignore -- IGNORING YOU IGNORING YOU [not]

2024-01-04 Thread Seymour J Metz
If they e-mail me your medical information, that is a HIPAA violation even if I delete it. If they e-mail me classified documents,, that is a security breach even if I deleted it. IANAL, but I don't think that a disclaimer would protect you from severe consequences, both civil and criminal.

Re: What is the PDS command?

2024-01-04 Thread Seymour J Metz
I first encountered IPCS on a 2 MiB machine (165 with MVT upgraded to 168 with SVS.); the dumps were a lot smaller, so IPCS was nice rather than essential. In today's environment, I don't want to think about living without it. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם

Re: test. please ignore -- IGNORING YOU IGNORING YOU [not]

2024-01-04 Thread Steve Thompson
I am glad you brought this up. I get these things on individual/entity emails sent directly to me. I didn't sign for this. How could they prove I got it? Per USPS regs and some other fed Agency whose name I've forgotten, if you receive something in the mail addressed to you, that you didn't

Re: Network not working between zOS and zVM

2024-01-04 Thread Alan Altmark
On Wed, 3 Jan 2024 09:04:54 -0600, Alain Benvéniste wrote: >I had a z/OS (10.1.106.201) under a z/VM(10.1.106.200) speaking to each other >through CTC, and it worked. >Now I want them to speak to each other through a unique OSA card as lpars. it >works but sporadically. >Each one can ping my

Re: What is the PDS command?

2024-01-04 Thread Colin Paice
I remember (45 years ago, before IPCS) someone from CICS getting a paper dump from a US secret government department - with some of the sensitive data cut out of the EBCDIC translation on the right ( so it had holes in the printout). Clearly the people with scissors did not realise the data was

Re: What is the PDS command?

2024-01-04 Thread Seymour J Metz
Paper?! For, e.g., SYSABEND, SYSUDUMP, on SPOOL you can at least do a search for, e.g., eyecatchers, key addresses. On paper a large dump is unmanageable. When you're swamped is precisely when you need good tools. Not having PDS86 is bad; not having IPCS is intolerable. -- Shmuel (Seymour J.)