Count with no Data and no Key ? (CKD internals again)

2018-02-22 Thread R.S.
Is it allowed in CKD to have Count only in a physical record? I mean Count field with zero-length Data (and zero-length Key). -- Radoslaw Skorupka Lodz, Poland == -- Treść tej wiadomości może zawierać informacje

Re: Any issues with $ACTIVATE,LEVEL=Z22 command

2018-02-22 Thread Burrell, Todd
So my summary of everyone's responses is that we need to do the $TSPOOLDEF command and then give it a couple/few minutes, and then do the $ACTIVATE command. And there were a couple of bad pickle jokes as well :-). Thanks -Original Message- From: IBM Mainframe Discussion List

Re: Count with no Data and no Key ? (CKD internals again)

2018-02-22 Thread Christopher Y. Blaicher
You can have a zero length key and data, it is called an End Of File (EOF) marker. Chris Blaicher Technical Architect Mainframe Development P: 201-930-8234 | M: 512-627-3803 E: cblaic...@syncsort.com Syncsort Incorporated 2 Blue Hill Plaza #1563 Pearl River, NY 10965 www.syncsort.com Data

Re: Any issues with $ACTIVATE,LEVEL=Z22 command

2018-02-22 Thread Carmen Vitullo
I think you should be OK, I'm not sure how many systems are in your MAS or even if you talking a JES2 MAS but the response to the JES2 $TSPOOLDEF should be almost immediate. I hate pickles, I've had a few, :( last one was once my 2 prod LPARS were joined in a MAS we had a CPC memory upgrade

Re: Two summer time change questions

2018-02-22 Thread Allan Staller
It depends. If you have an external time source (or the hardware STP feature), this is probably automatic. Check your CLOCKxx members in SYS1.PARMLIB. The other alternative is to manually issue a SET TZ command at the appropriate time (either by automation or human). For the record, all of

kc4z. I built it, will they come?

2018-02-22 Thread van der Grijn, Bart (B)
I installed kc4z in our z/OS 2.3 sandbox system, started up Softcopy Librarian and downloaded the z/OS 2.3 collection. So far, so good. How do I get other KnowledgeCenter content? The default source URL (http://publib.boulder.ibm.com) only show z/OS, z/OS connect and CICS TS. Where do I find

Re: Interesting - NODE for z/OS

2018-02-22 Thread John McKown
On Thu, Feb 22, 2018 at 1:54 AM, Timothy Sipples wrote: > The IBM SDK for Node.js probably won't run on your z9BC machine, but you're > welcome to try it. (Please let us all know.) The latest trial download is > available here: > > https://developer.ibm.com/node/sdk/ztp/ > >

Re: Count with no Data and no Key ? (CKD internals again)

2018-02-22 Thread Seymour J Metz
I seriously doubt that; it would generate a Unit Exception trying to read the second record of the member. You're clearly misinterpreting something. There is a EOF after the directory and an EOF after each member. There is no EOF in the middle of a member. -- Shmuel (Seymour J.) Metz

Re: Count with no Data and no Key ? (CKD internals again)

2018-02-22 Thread R.S.
I just found that in PDS every (?) data record is interleaved with null record (count, no key, no data). More precisely: null record is at the end of directory and between all member records, even for members occupying several records. So PDS contains multiple EOFs, even more than one EOF per

Re: LPSERVE not starting

2018-02-22 Thread Jerry Whitteridge
I've seen the PID associated to the STC not be cleared up on a hard shutdown, that then prevented the task restarting. Jerry Whitteridge Delivery Manager - Safeway 602 527 4871 Mobile jerry.whitteri...@ibm.com IBM Services IBM Mainframe Discussion List wrote on

Re: Two summer time change questions

2018-02-22 Thread Paul Gilmartin
On Wed, 21 Feb 2018 16:45:38 -0800, Charles Mills wrote: >... >2. When the above happens, will CVTTZ and CVTLDTO get updated on the fly? If >I inspected them one second would I see an offset of, e.g., 8 hours (in TOD >or "TOD-high word" format as appropriate) and if I inspected them a second

Re: LPSERVE not starting

2018-02-22 Thread Jerry Whitteridge
Yes - Kirk, I abbreviated a little - you got the case exactly. I meant the PID file in something like /var/run Jerry Whitteridge Delivery Manager - Safeway 602 527 4871 Mobile jerry.whitteri...@ibm.com IBM Services IBM Mainframe Discussion List wrote on 02/22/2018

Re: Count with no Data and no Key ? (CKD internals again)

2018-02-22 Thread Paul Gilmartin
On Thu, 22 Feb 2018 15:55:49 +, Seymour J Metz wrote: >I seriously doubt that; it would generate a Unit Exception trying to read the >second record of the member. You're clearly misinterpreting something. > >There is a EOF after the directory and an EOF after each member. There is no >EOF

Re: LPSERVE not starting

2018-02-22 Thread Tom Conley
On 2/19/2018 5:04 PM, Tony Thigpen wrote: We were testing some new shut-down procedures on our sandbox lPAR and somehow we have messed up LPSERVE. When it starts, it gets the following error: EZY1980E MVPMAIN terminating due to previous error(s). The last time it started correctly, the

Re: LPSERVE not starting

2018-02-22 Thread Kirk Wolf
Jerry, This PID (z/OS Unix Process id) ? This sounds odd, since I would assume that each new dubbed process gets the next available pid. Perhaps you are referring to a "pid file" which is just file, say in /var/run which tracks which pid is being used for a certain kind of daemon. Can you

Re: Two summer time change questions

2018-02-22 Thread Jesse 1 Robinson
The most important question is whether your LPAR(s) are running with true GMT/UTC. It was once customary for shops to set both GMT and Local time to a nearby wall clock and specify zero Local offset. Over time most shops have hopped on to the straight and narrow path by defining GMT as UTC with

Re: Interesting - NODE for z/OS

2018-02-22 Thread David Crayford
On 22/02/2018 3:54 PM, Timothy Sipples wrote: If you're looking for a JavaScript implementation (without Node) for a z9BC machine, I believe HostBridge's HB.js is compatible. Java 9 comes with an ES6 compliant Nashorn JavaScript engine

Re: Count with no Data and no Key ? (CKD internals again)

2018-02-22 Thread Seymour J Metz
Zero data count is an EOF regardless of the key length. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Christopher Y. Blaicher Sent:

Re: Two summer time change questions

2018-02-22 Thread Charles Mills
> If you have an external time source (or the hardware STP feature), this is probably automatic. So the time source "knows" about the local time change at 2 am and tells the Z system? I guess I see that. ETRZONE YES "Specifies that the system is to use the Sysplex Timer to set the time zone

Re: Any issues with $ACTIVATE,LEVEL=Z22 command

2018-02-22 Thread Jousma, David
Do you run CA-Roscoe at your location? We had problems with it(since it reads spool directly) and they had to come up with some maint before we could complete the switch. _ Dave Jousma Manager Mainframe Engineering, Assistant

Re: Any issues with $ACTIVATE,LEVEL=Z22 command

2018-02-22 Thread Burrell, Todd
No ROSCOE here - although I do miss it. I loved the editor and using RPF's. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jousma, David Sent: Thursday, February 22, 2018 9:21 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Any