Re: SYSTEM REXX

2022-07-15 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public System REXX is documented in the most obvious of places - the z/OS MVS Programming: Authorised Assembler Services Guide, chapter 31. https://www.ibm.com/docs/en/zos/2.5.0?topic=guide-system-rexx   Andy Styles z/Series Systems Programmer -Original Message- From:

Re: Trying to use long parm= in started task

2021-12-01 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Providing it's running under JES2 or JES3 and not SUB=MSTR, instream data in procedures is fine: //PGM EXEC PGM=FRED,PARMDD=PARMS //PARMS DD * blah blah blah Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List On Behalf

Re: How to extract SMPE Enhanced HOLDDATA from existing CSI

2021-12-01 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Might depend on what you're after, but will SET BOUNDARY(GLOBAL). LIST HOLDSYSTEM HOLDDATA . do what you want? Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe

Re: iebcopy problem copy load from pdse to pds

2021-11-23 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public The message is pretty clear: Your VTMF.LINKLIB is a PDSE that contains program objects, and you can't put those into a PDS - the target library (S172.SYSL.ENDEVOR.V17R0 in this case) MUST be a PDSE. At a wild guess, based purely on the member name being copied (M10SNCOB

Re: FTP-Server list files starting with a dot ("hidden files")

2021-11-19 Thread Styles, Andy (ITS zPlatform Services)
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Styles, Andy (ITS zPlatform Services) Sent: 19 November 2021 08:45 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: FTP-Server list files starting with a dot ("hidden files") *** This email is from an external source -

Re: FTP-Server list files starting with a dot ("hidden files")

2021-11-19 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public ls -a or la -la -l being 'long', and -a being 'all' ftp> ls -a 200 Port request OK. 125 List started OK . .. .bash_history .bashrc .gitconfig Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List On Behalf Of Michael

Re: SMPe automated job to receive maintenance

2021-09-02 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public There sure is; the SMPE manual has a whole section on receiving maintenance through a batch job: https://www.ibm.com/docs/en/zos/2.4.0?topic=guide-preparing-use-internet-service-retrieval I haven't been near Shopz for about 4 years for maintenance. Andy Styles z/Series

Re: Pronunciations (spun off of another thread)

2021-05-10 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public According to Chambers dictionary (the de facto resource for cryptic crosswords here), there are 12 noun definitions for root, 4 intransitive verb definitions, and 6 transitive verb definitions.. The one you're referring to appears, according to the entries, to be

Re: Format PDS unloaded on an CD

2021-04-19 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public I wonder if these are IEBCOPY unload format - that is, IEBCOPY from a PDS to a PS. It's been years since I had to deal with those, probably since I installed products directly from a vendor tape (one of those round things with the write-protect ring). IEBCOPY seems to

Re: ISPF for mainframe Linux

2021-01-27 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Rocket has indeed ported vim to z/OS; I use it all the time. It took a while to getting used to, being unfamiliar with that kind of editor, but once I got the terminal file sorted, and the keyboard mappings worked out, it's good. The challenge is the extent of what it

Re: z/OS holddata per https?

2021-01-12 Thread Styles, Andy (ITS zPlatform Services)
Classification: Limited You can use RECEIVE ORDER to just get HOLDDATA. RECEIVE ORDER( ORDERSERVER(ORDRINFO) CONTENT(HOLDDATA) CLIENT(CLNTINFO) ) Andy Styles z/Series System

Re: Request for help with removing sequence numbers from PDS members

2021-01-11 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public ISREDIT MACRO must be the first macro command in a macro. The ISPEXEC doesn't count as a macro command; they can certainly be used prior to an ISREDIT MACRO command. I have many examples of this usage to determine whether a command is being called as a macro or a

Re: Request for help with removing sequence numbers from PDS members

2021-01-11 Thread Styles, Andy (ITS zPlatform Services)
On Behalf Of Styles, Andy (ITS zPlatform Services) Sent: 11 January 2021 10:46 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Request for help with removing sequence numbers from PDS members -- This email has reached the Bank via an external source -- Classification: Public Quick and dirty

Re: Request for help with removing sequence numbers from PDS members

2021-01-11 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Quick and dirty - assumes the profile will put numbers in 73-80, and doesn't do much in the way of error checking: /* REXX */ parse source

Re: USS and TSO disconnect time

2020-12-10 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public You may want to look into the PWT detailed in BPXPRMxx; you may need to follow that on to SMFPRMxx to see what TWT/JWT/SWT values are set there. Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List On Behalf Of ITschak

Re: CA Broadcom Replacement Software

2020-12-09 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Logging back on with RECONNECT - either at a native VTAM (unformatted?) screen, as in LOGON APPLID(blah) DATA(RECONNECT) - and/or possibly with the Reconnect option selected on the full screen TSO logon screen takes me straight back to where I was whenever I experience a

Re: SMF to capture user login history

2020-10-25 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Certainly not my area of expertise, but looks like maybe SMF type 30? https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieag200/rec30.htm This may help as well:

Re: [External] Re: ISPF dsn sort

2020-10-15 Thread Styles, Andy (ITS zPlatform Services)
Classification: Limited I concur; deselecting 'Display Total Tracks' causes the progress bar to appear on a SORT command - I always have that selected, along with 'Show Catalog Name'. Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List On

Re: ISPF dsn sort

2020-10-13 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public I don't get that behaviour. What I see is the progress bar displayed when scrolling right the first time; after that ISPF presumably just uses the table it built to display the datasets. I've tried on both z/OS 2.3 and z/OS 2.4 and with SMS and non-SMS datasets,

Re: Working link for current 3270 Data Stream

2020-09-29 Thread Styles, Andy (ITS zPlatform Services)
Classification: Limited There appears to be a GA23-0059-7 here: http://www.ruelgnoj.co.uk/3270/3270.pdf Whether that's Tony's one, I don't know, but it looks like it came from Bookmanager - I can't access it from my work laptop, but it looks okay on my phone. Andy Styles z/Series System

Re: shopz UJ01255

2020-09-25 Thread Styles, Andy (ITS zPlatform Services)
Classification: Limited I went through a similar discussion last year (? this year? Time flies..), and I now do RECEIVE ALL - just means you have all available fixes, whether you then go on to APPLY them of course, is entirely up to you, but I found it was better to have them than now. It's

Re: Is there a word for that?

2020-09-21 Thread Styles, Andy (ITS zPlatform Services)
Classification: Limited My trouble with JES2 is that different subparameters of the same statement can only be changed by different methods. Take things like NJEDEF; I've seen places where it looks like the original installing lazy sysprog decided that rather than go through the trouble of

Re: Is there a tool to monitor JES2 Input Queue wait time? [EXTERNAL]

2020-08-25 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Isn't the goal here to identify jobs that have been submitted, but not started? Long-running jobs don't fit that criteria, having already started - or have I missed the point? Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe

Re: Is there a tool to monitor JES2 Input Queue wait time?

2020-08-25 Thread Styles, Andy (ITS zPlatform Services)
Classification: Limited Which scheduler (I assume you mean batch scheduler)? TWS (IWS, zWS, and whatever other names the marketing department dream up in the pub) monitors jobs that haven't started after it has submitted them - and writes messages out for 'LONG TIME ON INPUT QUEUE'; I don't

Shopz message

2020-04-16 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Okay, I'm going to moan a bit. Just logged on to Shopz, and I see a message: Issue on z/OS, z/VM, z/VSE service orders using an installed report is FIXED. You could proceed on this kind of order. For the existing orders impacted by the issue, we are trying to recover

Re: Old joke realism

2020-02-26 Thread Styles, Andy (ITS zPlatform Services)
Funny, I get something similar: The requested website is categorised as "Adult/Mature Content;Personal Sites". Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Vernooij, Kees (ITOP NM) - KLM

Re: Job abend with S722

2019-07-05 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Of course it will; you'll be allowing the job to create more output.. Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of raji ece Sent: 05 July 2019 15:01 To:

Re: RSUs

2019-05-30 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public > Not exactly. It is a set of PTFs that have been extensively tested together > by IBM. > Then they have been adopted as a whole by many shops. > > -- > Tom Marchant Is that true? I thought it was just the CST that was extensively tested; that's only released quarterly,

Re: RSUs

2019-05-29 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Hi Kurt, > Did you really get more PTFs assigned RSU1903 the second time? Or did you > simply get > more PTFs? Let me explain: I believe we received new PTFs - with RSU1903 being assigned to them at the same time. That's the behaviour I'm querying - and I think you

Re: RSUs

2019-05-28 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Hi Kurt, I've snipped a fair bit of this, but (and I've manually added quoting, so apologies if it breaks): > Were any of these PTFs also received in the prior RECEIVE ORDER? And Were > they applied and > accepted, perhaps purging them from the global zone prior to

Re: RSUs

2019-05-24 Thread Styles, Andy (ITS zPlatform Services)
Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Kurt Quackenbush Sent: 24 May 2019 14:38 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: RSUs -- This email has reached the Bank via an external source -- On 5/23/2019 10:18 AM, Styles, Andy , ITS zPlatform Services wrote: > We

Re: RSUs

2019-05-23 Thread Styles, Andy (ITS zPlatform Services)
Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 49546 616.653.8429  |  fax: 616.653.2717 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Styles, Andy (ITS zPlatform Services)

Re: RSUs

2019-05-23 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Aha, I think from that perspective, it's effectively RECEIVE ORDER CONTENT(RECOMMENDED); you cannot specify an RSU in Shopz either. Andy Styles z/Series System Programmer / zPlatform Enterprise Technology Services / Group CIO LLOYDS BANKING GROUP M: 07802 309040 | P:

Re: RSUs

2019-05-23 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public We always (I hope..) get the latest HOLDDATA as well; How do you specify a specific RSU, I didn’t think that was an option for RECEIVE ORDER? Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List

RSUs

2019-05-23 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Hi all, A question on some behaviour that I think we've noticed over the last few RSUs that have been announced. We did a RECEIVE ORDER CONTENT(RECOMMENDED) in early April (just after the "New Service Levels" email), and got a number of fixes for RSU1903. Over the last

Re: DFDSS copy to pre-allocated dsn

2019-05-17 Thread Styles, Andy (ITS zPlatform Services)
Assuming we're talking copying to disk (I'm not sure you could copy a dataset to tape, never tried), but ZFS's, being VSAM, must be cataloged; you couldn't thus copy a ZFS to two different volumes with the same dataset name because of the catalog clash. Andy Styles z/Series System Programmer

"Workload" field in SDSF

2019-03-21 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Hi all, I have an occasion to extract a user-specified subset of all tasks in the system. I'm doing this in REXX by chaining through the ASCBs in the ASVT, which returns me the name of the task (in ASCBJBNI/ASCBJBNS), along with a couple of other bits. This all works

Re: Disturbing news in the z/OS 2.4 announcement letter

2019-03-13 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Yes, I spotted this too. I've been too busy to spare time to think about it, but I too use it for seamless file transfer to/from my laptop, and would miss that functionality. I suspect IBM would be pushing other, more cumbersome technologies like IDz. I was also

Re: z/OS 2.4

2019-02-18 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Whenever I've seen something about the next release of z/OS, IBM have always referred to it as "the release after z/OS x.x". I suspect it's in case the marketing department notice and decide it's going to be called something else.. Andy Styles z/Series System Programmer

Re: Crosshair cursor

2019-01-03 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public On 02-01-2019 at 16:51, Robert Prins wrote: >> On 2019-01-02 08:26, Styles, Andy , ITS zPlatform Services wrote: >> 62 x 160 eh? Still using a small screen then? :-) > Only 23" full HD, and pretty bad eyesight, myopic (-6.5) and problems using

Re: Crosshair cursor

2019-01-02 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public I also frequently use crosshairs (toggled by SHIFT-HOME, which I think is something similar to the combination on the 3270 keyboard I used in the 80s). I switch crosshair on/off depending on what I'm doing. 62 x 160 eh? Still using a small screen then? :-) Andy Styles

Re: z/OS 2.3 and VOLCOUNT

2018-10-09 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public We tripped over something with z/OS 2.1 maintenance and volcounts. These are some notes I have: With z/OS 2.1, an enhancement to DFSMS came in which meant that when a dataset (tape in this case) filled 5 volumes, DFSMS automatically created the additional control blocks

Re: Master cats as user cats on other systems - why?

2018-09-26 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public The "platinum" (or ) build says to have a single master cat for all systems in a sysplex. Now I get that not everything is a sysplex, but where it is, take caution. Where you have master cats for other systems as user cats, there's a big red flag - the system won't let

Re: Search for utility

2018-09-13 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Couldn't they just use standard SRCHFOR (=3.15), select all the members with S *, and then unselect the ones they don't want? Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf

Re: how to calculate previous day using REXX

2018-08-02 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public say date('S', date('B') - 1 ,'B') Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of ITschak Mugzach Sent: 02 August 2018 09:44 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: how

Re: Linklist and APF

2018-07-16 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public There you are, that's what he said, fairly recent. A bit like those new-fangled PDSEs and new format JES2 commands.. Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jim

Re: [EXTERNAL] Re: z/OSMF, was How far out of date are my skills

2018-04-26 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Is it outage, rather than downtime? (ie, unexpected) Can't shutdown and IPL in 315 seconds.. (well, we can't).   Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tom

Re: In-Stream Symbols and The Length

2018-03-28 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Hmm; bearing in mind that the IEFC653I message doesn't reproduce inline comments either, it looks like it's working the same way: 2 // SET D='DISP=SHR' 3 // EXEC PGM=IEFBR14 4 //DD DD DSN=MY.DSN,

Re: Health Check JES_NJE_SECURITY

2018-03-23 Thread Styles, Andy (ITS zPlatform Services)
This is a real possibility - I've seen it in action; a connection via NJE was established and an unauthenticated user was able to submit a batch job under the id of someone in the Security area with RACF SPECIAL access. At that time, our NJE network was using unsecured IP connections over port

Re: Finding OMVS Files with Owner IDs for Deleted Owners?

2017-12-01 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Assuming their id has been deleted: find . -nouser -rw-r--r--1 5 10 Jul 17 09:09 test.txt Where '5' is the id of the deleted user (actually just me issuing chown 5 test.txt - but users without ids show up as numerics in ls). 01/12/17 15:45:50

Re: Shocking Bug in Latest PCOMM Release

2017-11-23 Thread Styles, Andy (ITS zPlatform Services)
11/22/2017 1:46 AM, Styles, Andy (ITS zPlatform Services) wrote: >> I've used x3270, and I find it functional, but lacking. Both keyboard >> remapping and font support are stuck in the 90s. > Open source software works because users participate. Send Paul some > diffs.

Re: Shocking Bug in Latest PCOMM Release

2017-11-22 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Perhaps Tom could be persuaded to port Vista to Linux :-) I've used x3270, and I find it functional, but lacking. Both keyboard remapping and font support are stuck in the 90s. Andy Styles z/Series Systems Programmer -Original Message- From: IBM Mainframe

zAware?

2017-09-08 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Morning folks, We've got a zAware partition running, but we've done almost nothing with since it was set up a couple of years back, so we're thinking of dropping it. Does anyone actively use zAware? Thanks, Andy Styles z/Series Systems Programmer Lloyds Banking

Re: Removing Catalog Entries for Datasets That Do Not Exist [Public Information]

2017-08-21 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public I imagine that a vendor product like CIM or TACM could surgically zap the catalog to remove the entries. I checked with one of our storage folks, he suggested that the catalog entry actually has MIGRAT (I've checked that on one of my own migrated datasets with LISTC),

Re: "New" Java-less Operating System Messages blips like crazy

2017-06-14 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public I would hazard a guess that the answer to that is the same answer as to why Windows XP (and probably NT!) is still in use! Not to mention anyone running out-of-support mainframe software (and hardware for that matter).. Andy Styles z/Series Systems Programmer

Re: "New" Java-less Operating System Messages blips like crazy

2017-06-06 Thread Styles, Andy (ITS zPlatform Services)
] On Behalf Of Tom Conley Sent: 06 June 2017 15:50 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: "New" Java-less Operating System Messages blips like crazy -- This email has reached the Bank via an external source -- On 6/6/2017 10:45 AM, Styles, Andy , ITS zPlatform Services wrote: > C

Re: "New" Java-less Operating System Messages blips like crazy

2017-06-06 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public It varies between browsers, I believe. Chrome 55.0.2883.87 seems to play nicely - perhaps nicer - but IE 11.0.9600.18665 is definitely not happy. Andy Styles z/Series Systems Programmer -Original Message- From: IBM Mainframe Discussion List

Re: "New" Java-less Operating System Messages blips like crazy

2017-06-06 Thread Styles, Andy (ITS zPlatform Services)
We are not on z13s yet, but we've been using the Javascript version for a few months now on EC12s, and it's generally okay - we do get the NIP messages okay, recently we had to reply to some when we mucked up some page datasets. I agree it blips sometimes, but I've put that down to the browser

Re: job output into dataset

2017-05-02 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public If it's just the JESLOG you're interested in, take a look at the JESLOG parameter of the JOB card: Syntax: JESLOG= {SPIN} {NOSPIN} {SUPPRESS} Subparameter Definition: SPIN JESLOG is spin-eligible. There is an optional second operand.

Re: Vendor Licensing Frustrations

2017-04-26 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public If you DON'T have the keys for DR, then it makes a mockery of any DR capability you think you have. In a real DR situation, you can't plan, you need it all working there and then. Andy Styles z/Series Systems Programmer -Original Message- From: IBM Mainframe

Re: z/OS 2.3 preview announcement

2017-03-08 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public I think: +1+2+3+4+5+6+7-- //SYSIN DD DATA, // DLM=AVERYLONGDELIMITERSTRINGCANONLYBEGINAT16ANDREACHUNTILCOL71PLUS06 So the extra 6 characters bring it to 63 (assuming my maths is correct!). Andy Styles z/Series

Re: TSO LINE COMMAND - EDIT MODE

2016-12-16 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public This might depend on your code page settings. For me, using IBM-1047, it's: C P'^' ' ' 80 95 ALL Where the '^' is the shift-6 character (on my UK keyboard!). To find out what character you're expected to use, in EDIT, issue: HELP 14 2 CHANGE 1 3 This should take you