Betr: SERVICE_CLASS name list

2020-02-11 Thread Bart Hoekstra
>>> Is there a programmatic way to find the list of active SERVICE_CLASS names? Hi Christopher, SMF is your friend here, in this case SMF72 subtype 3. I don't have a program at hand, my shop sends SMF-records to splunk (using Syncsort's Ironstream). I use splunk to produce reports using these

Re: Finding and replying to outstanding reply

2020-02-11 Thread Brian Westerman
Hi, If you can operate in a authorized program, I can give you the assembler code to find the CONSOLE address space, and via cross memory services you can get the outstanding replies, (all of them or just the subset you want), and respond to them if you wish or just read the information from

Re: Backward compat--how far?

2020-02-11 Thread Randy Hudson
In article <52550040-57eb-4a48-9627-e5c6444fe...@googlegroups.com>, wrote: > I've got a copy of "IBM Operating System/360 Assembler Language" copyright > December 1964. Pretty sure all the opcodes listed in Appendix B (Machine > Instruction Mnemonic Codes) are still supported by the hardware

Re: Finding and replying to outstanding reply

2020-02-11 Thread Steve Horein
I know you said you didn't want to use System Rexx, but this quick-n-dirty will display the request: CMD = 'D R,MSG=EZY0960I,SYS=' CmdResult = AXRCMD(CMD,'OUTPUTVAR.',10) DO I = 1 TO OUTPUTVAR.0 SAY OutputVar.I END; Doesn't seem like it would take much to parse the reply from the result. On

SERVICE_CLASS name list

2020-02-11 Thread Christopher Y. Blaicher
Is there a programmatic way to find the list of active SERVICE_CLASS names? Christopher Y. Blaicher Technology Architect p (201) 930-8234 | m 512-627-3803 cblaic...@syncsort.com - We organize data everywhere, to keep the world working Syncsort 2 Blue Hill Plaza

z/OS System programmer job posting

2020-02-11 Thread Dave Jousma
Hi all, We have open job posting at Fifth Third Bank for a Sr. System Programmer. Interested individuals should take a peek at the requirements at the link below.The job position is listed for Grand Rapids, Michigan but candidates in the Cincinnati, OH area will be considered as well.

Re: Finding and replying to outstanding reply

2020-02-11 Thread Jesse 1 Robinson
CONSOLE is a TSO/E function that requires a RACF TSOE segment plus READ access to profile CONSOLE in the TSOAUTH class. That authority can be given to the userid that 'shutdown' runs with, but it's not automatic. . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team

Re: Finding and replying to outstanding reply

2020-02-11 Thread Tony Thigpen
The shutdown is authorized to do anything it wants. :-) Tony Thigpen Seymour J Metz wrote on 2/11/20 11:47 AM: Are you authorized to use the CONSOLE service to issue commands and retrieve output? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: Is there an IBM supplied DSECT that maps the linkage stack entry?

2020-02-11 Thread Paul Schuster
Do these comments still apply (15 years later)?: " No there is not. And oh by the way even after you get all that you need from the Principles of Operation, be aware that there are sections of a linkage stack within which the entries are, and you cannot necessarily navigate from one section to

Re: [SUSPECTED SPAM] Re: ALLOC command releasing space

2020-02-11 Thread Seymour J Metz
See Bill Godfrey's message; the ALLOC specifies an average block size, overriding the CYLINDER specification. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of David Spiegel Sent: Monday,

[SUSPECTED SPAM] Re: ALLOC command releasing space

2020-02-11 Thread David Spiegel
Hi Fred, This might occur because: - Your shop has a storage software product (e.g. Mainview SRM) which adjusts allocations automatically. - Your shop has ALLOCATION Exits (The ISPF Allocation Exit is the not the same as the TSO/Batch Allocation Exit). Regards, David On 2020-02-10 19:27,

Re: UTF16 to EBCDIC

2020-02-11 Thread Seymour J Metz
AFAIK every IBM operating system for the z architecture uses EBCDIC. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Adam Jacobvitz <02b29b762ea6-dmarc-requ...@listserv.ua.edu> Sent:

Re: "It's about nothing" (was: UTF16 ...)

2020-02-11 Thread Seymour J Metz
I can't speak for Phil, but IMHO it was a dangerous and unnecessary conflation of a language with its implementation. Proper design would have made a string a first class data type, made a varying string a first class data type, and left the encoding up to the compiler. An new generation

Re: UTF16 to EBCDIC

2020-02-11 Thread Seymour J Metz
It was no easier to used existing 6-bit peripherals with EBCDIC than it would have been with ASCII, and it was no easier to use the 8-bit peripherals either. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: UTF16 to EBCDIC

2020-02-11 Thread Seymour J Metz
It controlled the generation, checking and use of zones in packed decimal data. Basically it affected only UNPK and decimal arithmetic. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Tom

Re: UTF16 to EBCDIC

2020-02-11 Thread Seymour J Metz
There are a few missing data there. First, there is the issue of the dualing of a couple of ASCII code points. Second, while ANSI did define an ASCII-8 standard for punched cards, it didn't actually assign any code pages in the upper half. IBM had to guess at ANSI's direction for ASCII-8, and

Re: UTF16 to EBCDIC

2020-02-11 Thread Seymour J Metz
Note that an EBCDIC DEL is 07. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Bill Godfrey Sent: Monday, February 10, 2020 6:52 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: UTF16 to EBCDIC

Re: ALLOC command releasing space

2020-02-11 Thread Seymour J Metz
No, TSO ALLOC only allocates the dataset. correct the parameters and you should be fine. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Fred Kaptein Sent: Monday, February 10,

Re: Finding and replying to outstanding reply

2020-02-11 Thread Seymour J Metz
Are you authorized to use the CONSOLE service to issue commands and retrieve output? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Tony Thigpen Sent: Tuesday, February 11, 2020 8:31 AM To:

Re: Finding and replying to outstanding reply

2020-02-11 Thread Lennie Dymoke-Bradshaw
If your shutdown program allows you to issue commands and then parse the response you could issue a D R,R command and then find the reply number in message EZY0960I. Lennie Dymoke-Bradshaw | Security Lead | RSM Partners Ltd   Web:  www.rsmpartners.com 'Dance like no one is watching.

Re: Finding and replying to outstanding reply

2020-02-11 Thread Massimo Biancucci
Tony, don't know if it's a real light, caus you prefere assembler, maybe CNZQUERY - Consoles query (Authorized Assembler Service Reference ALE-DYN) could help. In the manual there's an example doing exactly what you need. Best regards. Max Il giorno mar 11 feb 2020 alle ore 14:32 Tony Thigpen

Re: "It's about nothing" (was: UTF16 ...)

2020-02-11 Thread Phil Smith III
*Somehow sent this to IBMTCP-L first, resending to the right list (Nice subject line! I like it.) > You've complained about null-terminated strings before. Why? Because I've seen too many bugs due to them and spend too much time dealing with them. Real data often contains nulls, and

Re: [External] Finding and replying to outstanding reply

2020-02-11 Thread Tony Thigpen
I was trying to avoid that out to principle. Tony Thigpen Pommier, Rex wrote on 2/11/20 8:40 AM: I know this is brute force, but would it work to simply cancel NPF? Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of Tony Thigpen Sent: Tuesday, February 11, 2020

Re: [External] Finding and replying to outstanding reply

2020-02-11 Thread Keith Smith
A nicer brute force might be. 01,STOP 02,STOP 03,STOP . . . 99,STOP At this point it should be down and as long as no other reply would be accepting STOP as valid they should return with a new reply number. This will not be true if you have other automation that is not coded to reject and retry

Re: [External] Finding and replying to outstanding reply

2020-02-11 Thread Pommier, Rex
I know this is brute force, but would it work to simply cancel NPF? Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of Tony Thigpen Sent: Tuesday, February 11, 2020 7:31 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Finding and replying to outstanding reply

Finding and replying to outstanding reply

2020-02-11 Thread Tony Thigpen
We have an in-house written automated shutdown program that does everything but shutdown NPF. That is because NPF leaves an open reply message during start-up to which I must replay xx,STOP to make it shutdown. Within our shutdown program, I would like it to programmatically find the