Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Lizette Koehler
You may also want to consider WLM Inits rather than JES2 Inits. You can let WLM Manage your work for running batch jobs. Lizette -Original Message- From: IBM Mainframe Discussion List On Behalf Of Lizette Koehler Sent: Friday, April 17, 2020 6:39 PM To: IBM-MAIN@LISTSERV.UA.EDU

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Lizette Koehler
You might want to "pop" JES2 ($PJES2) At start up, It will tell you which parms are out of sync with what it is running. $HASP442 and $HASP496 will tell you when parms are out of sync. JES2 will always use what it last knew if the parms are different. Other option is to create a Secondary

Re: Any shop use UNIX in a production job?

2020-04-17 Thread Jack J. Woehr
On 4/17/20 5:41 PM, Tony Harminc wrote: "New Scientist magazine noun stack contest submission date cutoff" And then there are prepositions, always the oddest part of any language. You heard what happened when the father brought the wrong bedtime story into his son's room, right? His son

Re: Any shop use UNIX in a production job?

2020-04-17 Thread Roger Bolan
I scanned this whole thread and I was surprised not to see Infoprint Server mentioned. If the question is does anyone use Unix in a production job the answer is yes. Lots of sites use Infoprint Server for production printing. Infoprint Server uses Unix daemons and Unix files. On Friday, April 17,

Re: DB2 / DFSort question

2020-04-17 Thread Dale R. Smith
On Thu, 16 Apr 2020 11:24:43 -0500, Tim Hare wrote: >Before I start chiseling a piece of stone into a wheel :-) - I've been >thinking about ICETOOL and DB2. Is there already in existence something that >would provide a SELECT (similar to what is used in DSNTIAUL or DSNTIAD) to >select

Re: Any shop use UNIX in a production job?

2020-04-17 Thread Tony Harminc
On Tue, 14 Apr 2020 at 10:15, R.S. wrote: > > It's pleonasm. > > BTW: In Poland we also call it "masło maślane". > It is hard to translate since masło is butter - noun (substantive). And > maślane is butter - but adjective. > What a language cannot distinguish between noun and adjective! English

Re: Any shop use UNIX in a production job?

2020-04-17 Thread Tony Harminc
On Mon, 13 Apr 2020 at 17:51, Seymour J Metz wrote: >> ... DD: PATHOPTS ... And if ...The file does not exist,Then MVS performs an >> open() function. > Where does MVS do this? Converter? Interpreter? Initiator? Does SVC 99 also > do it, and under what TCB? One imagines Common Allocation

Re: zOSMF Contents

2020-04-17 Thread Chris Parker
/global/zosmf/configuration is built by the zosmf server on startup and the other directory is part of the liberty server installed as part of zos. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Beaver Sent: Friday, April 17, 2020 12:54 PM To:

Re: DB2 / DFSort question

2020-04-17 Thread Tim Hare
I was not aware that the UNLOAD utility invoked DFSORT, I figured DSNTIAUL did. I was wondering it that was as efficient as invoking an SQL query in E15, but with the other responses I think it's probably not worth coding another one to find out. As for creating the symbols - I can

Re: zOSMF

2020-04-17 Thread Seymour J Metz
IMHO you should never manually change anything in either the DLIB or target zone; install a user mod through SMP, or concatenate a replacement in front of it. The former has the advantage that you know when IBM changes it. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Charles Mills
Drifting the topic, any product that lets you make changes via command really could use an option to generate a new startup options file that reflected all of the cumulative changes. It would take some doing to do it in way that preserved comments. And avoided misleading comments. Original

Re: zOSMF

2020-04-17 Thread Matthew Stitt
You should never choose anything from a PDS(e) which has a low level qualifier that starts with "A", and/or resides on your DLIB volume. The skeletons and/or samples should be from your TARGET volume. And hopefully the file systems which are connected to your TARGET system are mounted as

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Seymour J Metz
Is there an RFE or Share requirement to examine the running JES2 and produce an updated initialization deck that reflects the initial parameters and the dynamic updates? ISAGN. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Charles Mills
Sigh. Version 2.1, and yes I know, and yes an upgrade to 2.4 is on the calendar. That is one of the reasons for wanting to make this change "persistent." Thanks all. I guess I will run the changes thru IEHEYEBALL and hope for the best. Charles -Original Message- From: IBM Mainframe

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Jesse 1 Robinson
I took a little trip in the Wayback Machine. Once upon a time, you could check out the *syntax* of your JES2 init deck by simply issuing S JES2. The whole init deck would be read and syntax checked. Messages issued for any errors. Finally you would get the message 'Subsystem not dormant' and

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Cieri, Anthony
I should have specified that you need to be at zOS V2.3 or above. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Cieri, Anthony Sent: Friday, April 17, 2020 2:01 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 parm change - how make sure it's

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Seymour J Metz
"An attempt was made to run JES2 as other than a subsystem started task (for example, as a batch job).". There seems to be a discrepancy between the two manuals as to whether it is legal. Are you using documentation at the same level as your system? IAC, HASJESCK should work, as should running

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Dana Mitchell
Charles, Are you on 2.2 or 2.3+?It looks like maybe this was just added at 2.3. I tried it at 2.2 and received: IEF188I PROBLEM PROGRAM ATTRIBUTES ASSIGNED $HASP433 INVALID SUBSYSTEM EXECUTION MODE RC 20 Dana On Fri, 17 Apr 2020 11:40:47 -0700, Charles Mills wrote: >Hmmm. I decided

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Charles Mills
Hmmm. I decided to try DSCHECK *before* I made any changes. (I have gotten conservative in my old age.) I copied the JES2 PROC into a job. The EXEC statement now says //IEFPROC EXEC PGM=HASJES20,PARM=(CHECK), //DPRTY=(15,15),TIME=1440,PERFORM=9 I changed HASPLIST to SYSOUT=*

Re: zOSMF

2020-04-17 Thread Steve Beaver
There is a GOTTCHA that you need to be careful of There is a SYS1.IBM.PROCLIB and a SYS1.IBM.APROCLIB Be careful which IZU procs you choose -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Beaver Sent:

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Keith Smith
Or they maybe have some automation that makes changes as part of the IPL. Be interesting to see how common cold starts are been here 11 years done one cold start and it was because of a mistake. On Fri, Apr 17, 2020, 14:23 Charles Mills wrote: > Really? Good to know. > > I did it before and it

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Charles Mills
(1) Yes! Thanks. (2) Good to know. Likely survivable.. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Cieri, Anthony Sent: Friday, April 17, 2020 11:01 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 parm change - how

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Charles Mills
Really? Good to know. I did it before and it did not survive the IPL, but it was a new box and perhaps they cold-started JES2. I was not intimately involved in the IPL. I need to do this in any event because sooner or later there will be a cold start. Charles -Original Message-

Re: zOSMF

2020-04-17 Thread Steve Beaver
Mike thank you for all your kindness It appears the only file I am missing is /usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzsrv It is the only file that is stopping IZUANG1 from coming up Again thank you so much -Original Message- From: IBM Mainframe Discussion List

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Mark Jacobs
Here are some ideas. https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.hasa300/run_dscheck.htm Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On

Re: zOSMF

2020-04-17 Thread Steve Beaver
I believe it is -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Schmutzok, Mike (US - Georgia) Sent: Friday, April 17, 2020 12:54 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: zOSMF Is this what you're looking for? (from

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Cieri, Anthony
(1) Is this what you are looking for..(JES2 Initialization Dataset Checker) https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.hasa300/dscheck.htm (2) It does depend on the error. In my experience with changing JES2 init

Re: JES2 parm change - how make sure it's right?

2020-04-17 Thread Keith Smith
The change is "persistent" until it is changed again or you cold start JES2. On Fri, Apr 17, 2020 at 1:44 PM Charles Mills wrote: > Humor me. I'm an experienced developer playing newbie sysprog in my spare > time. > > I've got a JES2 system where I want to change the order of job classes for >

zOSMF Contents

2020-04-17 Thread Steve Beaver
I have been able to beat all the RACF problems. The only things I have yet to beat are the contents of the 2 following files. Would someone please send them to me /usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzsrv /global/zosmf/configuration'

Re: zOSMF

2020-04-17 Thread Schmutzok, Mike (US - Georgia)
Is this what you're looking for? (from /usr/lpp/zosmf/defaults/configuration.defaults) IZU_CONFIG_FILE_VERSION=2.3.0 IZU_APPSERVER_HOSTNAME='*' IZU_JWKS_HOSTNAME='*' IZU_HTTP_SSL_PORT=443 LOGGING='*=warning:com.ibm.zoszmf.*=info:com.ibm.zoszmf.environment.ui=finer' LIBERTY_TRACE_FILE=trace.log

Re: zOSMF

2020-04-17 Thread Jousma, David
There is no file called configuration.defaults outside of what is installed via SMPE. I see its here on my system: /usr/lpp/zosmf/defaults/configuration.defaults. If yours is empty, then you may have done some damage to your SMPE owned root filesystem. Do you have those file systems

JES2 parm change - how make sure it's right?

2020-04-17 Thread Charles Mills
Humor me. I'm an experienced developer playing newbie sysprog in my spare time. I've got a JES2 system where I want to change the order of job classes for some of the initiators. I could get professional help but it is a service bureau so that involves opening a ticket, dollars, etc., etc. I

Re: zOSMF

2020-04-17 Thread Steve Beaver
Does anyone have their contents of configuration.defaults they can provide me? TIA -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Beaver Sent: Friday, April 17, 2020 11:32 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: zOSMF

Re: zOSMF

2020-04-17 Thread Steve Beaver
Mine is empty NULL, NADA -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Matthew Stitt Sent: Friday, April 17, 2020 11:31 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: zOSMF I'll show you mine, you show me yours IZUSVR1 PROC

Re: zOSMF

2020-04-17 Thread Matthew Stitt
I'll show you mine, you show me yours IZUSVR1 PROC PARMS='zosmfServer', ROOT='/usr/lpp/zosmf', WLPDIR='/usr/lpp/zosmf/liberty', OUTCLS='Q', USERDIR='/var/zosmf', TRACE='N', IZUPRM='SYSPARM',

Re: zOSMF

2020-04-17 Thread Steve Beaver
Well configuration.defaults did not populate and I have no Idea what needs to go in that file S IZUSVR1 IRR812I PROFILE IZUSVR1.* (G) IN THE STARTED CLASS WAS USED 485 TO START IZUSVR1 WITH JOBNAME IZUSVR1.

Re: zOSMF

2020-04-17 Thread Seymour J Metz
Unless the documentation states that you must grant UID(0), you should not do so. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Steve Beaver [st...@stevebeaver.com]

Re: FW: zOSMF

2020-04-17 Thread Matthew Stitt
The error indicates that a file and/or directory cannot be found. I am V2R4 also and I do not have the V2R1 sub-directory under the /usr/lpp/zosmf directory. This appears that your WLPDIR parameter is not correct in your IZUSVR1 procedure. You might also check if you gave the z/OS MF server

FW: zOSMF

2020-04-17 Thread Steve Beaver
I have had all the fun I can stand with zOSMF for the last m2 days. I went in and blew up everything I did in RACF. I gave IZUSRV ROOT access and this is what I still get. Now I know why SYSPROGS hate setting up zOSMF. OBTW I am on a zOS 2.4 system S IZUANG1

Re: ADR137E - FILTERDD

2020-04-17 Thread Robert2 Gensler
The contents of 'your.filtdd.here' would be something like: INCLUDE(mydata1, - mydata2, - ...) Here is an example in our pubs: https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.adru000/r2355.htm Thanks, Robert Gensler DFSMSdss Development

Re: ADR137E - FILTERDD

2020-04-17 Thread Richards, Robert B.
>From a coworker's JCL: //STEP1 EXEC PGM=ADRDSSU,REGION=2048K //SYSPRINT DD SYSOUT=* //OUTVOL1 DDVOL=SER=xx,UNIT=3390,DISP=SHR //FILTERDS DDDSN=your.filtdd.here, // DISP=(OLD,KEEP)

ADR137E - FILTERDD

2020-04-17 Thread Buckton, T. (Theo)
Hi, I need assistance with abend code ADR137E and the FILTERDD keyword. This abend code points to the fact that more than 255 entries are specified in a INCLUDE statement. The DFSMSdss manual says that the FILTERDD keyword must be specified - but I cannot find a sample JCL that contains the

Re: Any shop use UNIX in a production job?

2020-04-17 Thread Timothy Sipples
Radoslaw Skorupka wrote: >You mentioned several times about source code. IMHO it is irrelevant >for UNIX certification. My understanding is "black box": anything which >behaves as UNIX is UNIX. It can be written from scratch. >Obviously, an access to source code seem to be much easier. First of