Re: JCL & UNIX coding.

2020-04-16 Thread Andreas Steinberg
Hello all,
to resolve the case Problem I use linemac available at CBT 961. Thanks to Yves, 
there is a command called JU (JCL upper), so only JCL is modified, comments 
remain as they are. Here is the orignal help of it:

! === Other Commands == 
! JU ==>> JCL Upper Case
! Block: JUU - JUU  
! Multi: JU#
! Work "like" UC but it will not Uppercase  
! - jcl comment lines   
! - sysin (not JCL) 
! - all quoted data, like PATH=, PARM=...   
! 

HTH Andreas

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: LINK EP/EPLOC= usage

2020-04-16 Thread Joseph Reichman
Thanks Peter 

ALIAS are all CSECTS I did get it working

   Thanks you
-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of
Peter Relson
Sent: Wednesday, April 15, 2020 8:32 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: LINK EP/EPLOC= usage

As all of the responders have made clear, CSECT and ENTRY in the assembler
source are not directly relevant.
Only NAME and ALIAS (typically via binder control statements) are relevant.
CSECT and ENTRY are data that the binder uses to know to which location the
ALIAS is to apply. If the ALIAS name is found as a CSECT / ENTRY, then the
binder uses that location. If the ALIAS name is not a CSECT / ENTRY, it
defaults to using the module entry (as defined or defaulted by the binder).
There are limits to the number of aliases the binder will let you create. 

Then IDENTIFY can add to the mix. There are no practical limits to the
number of IDENTIFY's you can go (obviously at some point you run out of
storage to hold CDEs).

The approach to IDENTIFY a GETMAINed area is not a programming interface. 
Use at your own risk. 

Peter Relson
z/OS Core Technology Design


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: DB2 / DFSort question

2020-04-16 Thread Don Leahy
IBM supplies (or did at one time) a sample COBOL program that supports a
varying list SELECT statement via dynamic SQL.   I adapted this program so
that it could be invoked as an E15 exit.   It accepts an SQL statement via
a dd statement called SQLIN, then executes the query, fetching the results
and passing the rows back to SORT.

Having said that, I was unable to come up with a plausible use case for it,
so it sits on the shelf along with other interesting but impractical
experiments.

On Thu, Apr 16, 2020 at 15:12 Sri h Kolusu  wrote:

> > Why offline? What's so secret about it?
>
> There is nothing secret about it. Just did not want to clutter this forum
> and I wasn't even sure if OP was willing to share his DB2 DDL's.
>
> DFSORT Smart tricks page already has "Create DFSORT Symbols from COBOL
> Copybook"  trick which can be used to create DFSORT symbols from the Output
> of DCLGEN.
>
> https://www.ibm.com/support/pages/smart-dfsort-tricks
>
> The other approach to do it in the SQL itself for which I wanted to test on
> OP's DDL first before giving it to him and hence the offline request.
>
> Thanks,
> Kolusu
>
> IBM Mainframe Discussion List  wrote on
> 04/16/2020 02:26:57 PM:
>
> > From: Robert Prins 
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Date: 04/16/2020 11:27 AM
> > Subject: [EXTERNAL] Re: DB2 / DFSort question
> > Sent by: IBM Mainframe Discussion List 
> >
> > On 2020-04-16 17:56, Sri h Kolusu wrote:
> > >> It would be nice if this could execute before SYMNAMES is read, so
> > >> the SELECT handler could create symbols for all of the columns in
> > >> the result set.
> > >
> > > If your intention is to create DFSORT symbols from DB2 table definition
> > > then there are a couple of ways to get it done. Let me know if you are
> > > interested in that and we can discuss that offline.
> >
> > Why offline? What's so secret about it?
> >
> > 1) Use the standard Db2 tools to generate a PL/I %INCLUDE member foryour
> table
> > 2) Download RAP00110 and ESYMSORT from the URL in the signature below
> > 3) Put them into an EXEC library concatenated to SYSEXEC (or use ALTLIB)
> > 4) VIEW the generated PL/I %INCLUDE member, give the command "ESYMSORT ?"
> and
> > follow the instructions displayed.
> >
> > 5) Optional, but very much appreciated: Give me some feedback.
> >
> > Robert
> > --
> > Robert AH Prins
> > robert.ah.prins(a)gmail.com
> > The hitchhiking grandfather - https://urldefense.proofpoint.com/v2/
> > url?
> > u=https-3A__prino.neocities.org_indez.html=DwICaQ=jf_iaSHvJObTbx-
> > siA1ZOg=IAduPlMgORoDwSg-
> >
>
> QJfFI61PqQWHjCo5brtkXopHqZk=5E9jJTfDQ9c477aKnqviCWWkeYN8g3e1smY-4c9lqnI=A0k-
>
> > GHqK9B1F7Xd9UrSObixq-WOI26EwnuPTBZE8bfk=
> > Some REXX code for use on z/OS - https://urldefense.proofpoint.com/
> > v2/url?
> >
>
> u=https-3A__prino.neocities.org_zOS_zOS-2DTools.html=DwICaQ=jf_iaSHvJObTbx-
>
> > siA1ZOg=IAduPlMgORoDwSg-
> >
>
> QJfFI61PqQWHjCo5brtkXopHqZk=5E9jJTfDQ9c477aKnqviCWWkeYN8g3e1smY-4c9lqnI=lrqqJu2TCk4icUOAWwu9RBa6yHRVCO81xXQP0IfUp_g=
>
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zOSDMF - I Cheated

2020-04-16 Thread Steve Beaver
I finally found the PDF's for 2.3 and 2.4  vs using the Knowledge Center

I am going to pull out all the RACF changes and start over slowly

 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Jousma, David
Sent: Thursday, April 16, 2020 3:41 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSDMF - I Cheated

Steve,

Read the manual!   You'll find a lot of good info in there.specifically
that izuang1 has to be up first.


_

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



From: IBM Mainframe Discussion List  on behalf of
Steve Beaver 
Sent: Thursday, April 16, 2020 4:29:49 PM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: zOSDMF - I Cheated

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or
unexpected emails**



OK - I Cheated - I gave the IZUSVR1 ID UID(0) and that got me past the MKDIR
problem, Now what




0010  IRR812I PROFILE IZUSVR1.* (G) IN THE STARTED CLASS WAS USED 433

0010  TO START IZUSVR1 WITH JOBNAME IZUSVR1.

0010  $HASP100 IZUSVR1  ON STCINRDR

0210  IEF695I START IZUSVR1  WITH JOBNAME IZUSVR1  IS ASSIGNED TO USER
IZUSVR
   , GROUP IZUADMIN

0010  $HASP373 IZUSVR1  STARTED

0010  JOB=IZUSVR1  STEP=ZPARMPGM=IZUPARMS CC=

0210  IEF170I 1 IZUSVR1  JOB=IZUSVR1  STEP=ZPARMPGM=IZUPARMS CC=

0010  $HASP100 BPXASON STCINRDR

0010  $HASP373 BPXASSTARTED

0210  BPXP024I BPXAS INITIATOR STARTED ON BEHALF OF JOB IZUSVR1 RUNNING IN

  ASID 0022

0010  JOB=IZUSVR11 STEP=STEP1PGM=BPXPRFC  CC=0535

0010  JOB=IZUSVR1  STEP=CONFZMF  PGM=BPXBATCH CC=0280

0210  IEF170I 1 IZUSVR1  JOB=IZUSVR1  STEP=CONFZMF  PGM=BPXBATCH CC=0280

0010  JOB=IZUSVR1  STEP=ZOSMFPGM=BPXBATSL NOT EXECUTED

0210  IEF170I 1 IZUSVR1  JOB=IZUSVR1  STEP=ZOSMFPGM=BPXBATSL NOT EXECUTE

0010  $HASP395 IZUSVR1  ENDED - RC=3840







--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or
unexpected emails**

This e-mail transmission contains information that is confidential and may
be privileged.
It is intended only for the addressee(s) named above. If you receive this
e-mail in error,
please do not read, copy or disseminate it in any manner.  If you are not
the intended 
recipient, any disclosure, copying, distribution or use of the contents of
this information
is prohibited. Please reply to the message immediately by informing the
sender that the 
message was misdirected. After replying, please erase it from your computer
system. Your 
assistance in correcting this error is appreciated.




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zOSDMF - I Cheated

2020-04-16 Thread Jousma, David
Steve,

Read the manual!   You'll find a lot of good info in there.specifically 
that izuang1 has to be up first.

_

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



From: IBM Mainframe Discussion List  on behalf of 
Steve Beaver 
Sent: Thursday, April 16, 2020 4:29:49 PM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: zOSDMF - I Cheated

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**



OK - I Cheated - I gave the IZUSVR1 ID UID(0) and that got me past the MKDIR
problem, Now what




0010  IRR812I PROFILE IZUSVR1.* (G) IN THE STARTED CLASS WAS USED 433

0010  TO START IZUSVR1 WITH JOBNAME IZUSVR1.

0010  $HASP100 IZUSVR1  ON STCINRDR

0210  IEF695I START IZUSVR1  WITH JOBNAME IZUSVR1  IS ASSIGNED TO USER
IZUSVR
   , GROUP IZUADMIN

0010  $HASP373 IZUSVR1  STARTED

0010  JOB=IZUSVR1  STEP=ZPARMPGM=IZUPARMS CC=

0210  IEF170I 1 IZUSVR1  JOB=IZUSVR1  STEP=ZPARMPGM=IZUPARMS CC=

0010  $HASP100 BPXASON STCINRDR

0010  $HASP373 BPXASSTARTED

0210  BPXP024I BPXAS INITIATOR STARTED ON BEHALF OF JOB IZUSVR1 RUNNING IN

  ASID 0022

0010  JOB=IZUSVR11 STEP=STEP1PGM=BPXPRFC  CC=0535

0010  JOB=IZUSVR1  STEP=CONFZMF  PGM=BPXBATCH CC=0280

0210  IEF170I 1 IZUSVR1  JOB=IZUSVR1  STEP=CONFZMF  PGM=BPXBATCH CC=0280

0010  JOB=IZUSVR1  STEP=ZOSMFPGM=BPXBATSL NOT EXECUTED

0210  IEF170I 1 IZUSVR1  JOB=IZUSVR1  STEP=ZOSMFPGM=BPXBATSL NOT EXECUTE

0010  $HASP395 IZUSVR1  ENDED - RC=3840







--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.
It is intended only for the addressee(s) named above. If you receive this 
e-mail in error,
please do not read, copy or disseminate it in any manner.  If you are not the 
intended 
recipient, any disclosure, copying, distribution or use of the contents of this 
information
is prohibited. Please reply to the message immediately by informing the sender 
that the 
message was misdirected. After replying, please erase it from your computer 
system. Your 
assistance in correcting this error is appreciated.




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zOSDMF - I Cheated

2020-04-16 Thread Paul Gilmartin
On Thu, 16 Apr 2020 15:29:49 -0500, Steve Beaver wrote:
>
>OK - I Cheated - I gave the IZUSVR1 ID UID(0) and that got me past the MKDIR
>problem, Now what
> 
Isn't sudo available, perhaps from Rocket?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


zOSDMF - I Cheated

2020-04-16 Thread Steve Beaver
 

OK - I Cheated - I gave the IZUSVR1 ID UID(0) and that got me past the MKDIR
problem, Now what




0010  IRR812I PROFILE IZUSVR1.* (G) IN THE STARTED CLASS WAS USED 433

0010  TO START IZUSVR1 WITH JOBNAME IZUSVR1.

0010  $HASP100 IZUSVR1  ON STCINRDR

0210  IEF695I START IZUSVR1  WITH JOBNAME IZUSVR1  IS ASSIGNED TO USER
IZUSVR   
   , GROUP IZUADMIN

0010  $HASP373 IZUSVR1  STARTED

0010  JOB=IZUSVR1  STEP=ZPARMPGM=IZUPARMS CC=

0210  IEF170I 1 IZUSVR1  JOB=IZUSVR1  STEP=ZPARMPGM=IZUPARMS CC=

0010  $HASP100 BPXASON STCINRDR

0010  $HASP373 BPXASSTARTED

0210  BPXP024I BPXAS INITIATOR STARTED ON BEHALF OF JOB IZUSVR1 RUNNING IN

  ASID 0022

0010  JOB=IZUSVR11 STEP=STEP1PGM=BPXPRFC  CC=0535

0010  JOB=IZUSVR1  STEP=CONFZMF  PGM=BPXBATCH CC=0280

0210  IEF170I 1 IZUSVR1  JOB=IZUSVR1  STEP=CONFZMF  PGM=BPXBATCH CC=0280

0010  JOB=IZUSVR1  STEP=ZOSMFPGM=BPXBATSL NOT EXECUTED

0210  IEF170I 1 IZUSVR1  JOB=IZUSVR1  STEP=ZOSMFPGM=BPXBATSL NOT EXECUTE

0010  $HASP395 IZUSVR1  ENDED - RC=3840







--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zOSMF

2020-04-16 Thread Steve Beaver
I gave up on ANG1 and started dinking with SRV1 and there is progress but
I don't know how to fix it

ICH408I USER(IZUSVR  ) GROUP(IZUADMIN) NAME(ZOSMF STARTED TASK U) 330  
  /global/zosmf/configuration  
  CL(DIRACC  ) FID(D4E5E2E9C6E200BA672410D3)   
  INSUFFICIENT AUTHORITY TO MKDIR  
  ACCESS INTENT(-W-)  ACCESS ALLOWED(OTHER  R-X)   
  EFFECTIVE UID(009000)  EFFECTIVE GID(000337) 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Thursday, April 16, 2020 2:14 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

Here is the link the V2.4 zOSMF configuration guide  
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.izua300/izulite_CreateTheNucleus.htm


_
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 
Steve Beaver
Sent: Thursday, April 16, 2020 3:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

I have beat all the RACF issues

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen
Sent: Thursday, April 16, 2020 1:19 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

I have a ticket open with ibm since August of last year on security issues and 
jes2 email If you have some questions not security related I’d be happy to help 

Sent from my iPhone

> On Apr 16, 2020, at 12:45 PM, Steve Beaver  wrote:
> 
> Cross Posted -
> 
> 
> 
> I am having more FUN (NOT) than anyone deserves to have with zOSMF.  
> This is my first time dealing with it and it is maddening.  I'm doing 
> a first time install of zOSMF on zOS 2.4.  It took me a couple of 
> hours to straighten out the CORE RACF Definitions and
> 
> To get the GROUPS correct, etc.
> 
> 
> 
> I went into ISH and did MKDIR's to get the path below correct.  Then 
> started
> IZUANG1 and now I'm lost
> 
> 
> 
> ANY HELP would be very appreciated
> 
> 
> 
> S IZUANG1 
> IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
>TO START IZUANG1 WITH JOBNAME IZUANG1.
> $HASP100 IZUANG1  ON STCINRDR 
> IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
> , GROUP IZUADMIN 
> $HASP373 IZUANG1  STARTED 
> BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
> /usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
> CODE  
> 006F REASON CODE 0B1B011F.
> JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488   
> IEF170I 1 IZUANG1  JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488
> $HASP395 IZUANG1  ENDED - RC=2816 
> IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=*UNAVAIL, ASID=002A.  
> $HASP250 IZUANG1 PURGED -- (JOB KEY WAS D7C7C166) 
> 
> 
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer 

Re: zOSMF

2020-04-16 Thread Jousma, David
Here is the link the V2.4 zOSMF configuration guide  
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.izua300/izulite_CreateTheNucleus.htm


_
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 
Steve Beaver
Sent: Thursday, April 16, 2020 3:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

I have beat all the RACF issues

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen
Sent: Thursday, April 16, 2020 1:19 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

I have a ticket open with ibm since August of last year on security issues and 
jes2 email If you have some questions not security related I’d be happy to help 

Sent from my iPhone

> On Apr 16, 2020, at 12:45 PM, Steve Beaver  wrote:
> 
> Cross Posted -
> 
> 
> 
> I am having more FUN (NOT) than anyone deserves to have with zOSMF.  
> This is my first time dealing with it and it is maddening.  I'm doing 
> a first time install of zOSMF on zOS 2.4.  It took me a couple of 
> hours to straighten out the CORE RACF Definitions and
> 
> To get the GROUPS correct, etc.
> 
> 
> 
> I went into ISH and did MKDIR's to get the path below correct.  Then 
> started
> IZUANG1 and now I'm lost
> 
> 
> 
> ANY HELP would be very appreciated
> 
> 
> 
> S IZUANG1 
> IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
>TO START IZUANG1 WITH JOBNAME IZUANG1.
> $HASP100 IZUANG1  ON STCINRDR 
> IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
> , GROUP IZUADMIN 
> $HASP373 IZUANG1  STARTED 
> BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
> /usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
> CODE  
> 006F REASON CODE 0B1B011F.
> JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488   
> IEF170I 1 IZUANG1  JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488
> $HASP395 IZUANG1  ENDED - RC=2816 
> IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=*UNAVAIL, ASID=002A.  
> $HASP250 IZUANG1 PURGED -- (JOB KEY WAS D7C7C166) 
> 
> 
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: DB2 / DFSort question

2020-04-16 Thread Sri h Kolusu
> Why offline? What's so secret about it?

There is nothing secret about it. Just did not want to clutter this forum
and I wasn't even sure if OP was willing to share his DB2 DDL's.

DFSORT Smart tricks page already has "Create DFSORT Symbols from COBOL
Copybook"  trick which can be used to create DFSORT symbols from the Output
of DCLGEN.

https://www.ibm.com/support/pages/smart-dfsort-tricks

The other approach to do it in the SQL itself for which I wanted to test on
OP's DDL first before giving it to him and hence the offline request.

Thanks,
Kolusu

IBM Mainframe Discussion List  wrote on
04/16/2020 02:26:57 PM:

> From: Robert Prins 
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 04/16/2020 11:27 AM
> Subject: [EXTERNAL] Re: DB2 / DFSort question
> Sent by: IBM Mainframe Discussion List 
>
> On 2020-04-16 17:56, Sri h Kolusu wrote:
> >> It would be nice if this could execute before SYMNAMES is read, so
> >> the SELECT handler could create symbols for all of the columns in
> >> the result set.
> >
> > If your intention is to create DFSORT symbols from DB2 table definition
> > then there are a couple of ways to get it done. Let me know if you are
> > interested in that and we can discuss that offline.
>
> Why offline? What's so secret about it?
>
> 1) Use the standard Db2 tools to generate a PL/I %INCLUDE member foryour
table
> 2) Download RAP00110 and ESYMSORT from the URL in the signature below
> 3) Put them into an EXEC library concatenated to SYSEXEC (or use ALTLIB)
> 4) VIEW the generated PL/I %INCLUDE member, give the command "ESYMSORT ?"
and
> follow the instructions displayed.
>
> 5) Optional, but very much appreciated: Give me some feedback.
>
> Robert
> --
> Robert AH Prins
> robert.ah.prins(a)gmail.com
> The hitchhiking grandfather - https://urldefense.proofpoint.com/v2/
> url?
> u=https-3A__prino.neocities.org_indez.html=DwICaQ=jf_iaSHvJObTbx-
> siA1ZOg=IAduPlMgORoDwSg-
>
QJfFI61PqQWHjCo5brtkXopHqZk=5E9jJTfDQ9c477aKnqviCWWkeYN8g3e1smY-4c9lqnI=A0k-

> GHqK9B1F7Xd9UrSObixq-WOI26EwnuPTBZE8bfk=
> Some REXX code for use on z/OS - https://urldefense.proofpoint.com/
> v2/url?
>
u=https-3A__prino.neocities.org_zOS_zOS-2DTools.html=DwICaQ=jf_iaSHvJObTbx-

> siA1ZOg=IAduPlMgORoDwSg-
>
QJfFI61PqQWHjCo5brtkXopHqZk=5E9jJTfDQ9c477aKnqviCWWkeYN8g3e1smY-4c9lqnI=lrqqJu2TCk4icUOAWwu9RBa6yHRVCO81xXQP0IfUp_g=

>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zOSMF

2020-04-16 Thread Jousma, David
Here is link to V2.3 book: 
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.izua300/IZUHPINFO_PartConfiguring.htm

_
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 
Steve Beaver
Sent: Thursday, April 16, 2020 3:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

I have beat all the RACF issues

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen
Sent: Thursday, April 16, 2020 1:19 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

I have a ticket open with ibm since August of last year on security issues and 
jes2 email If you have some questions not security related I’d be happy to help 

Sent from my iPhone

> On Apr 16, 2020, at 12:45 PM, Steve Beaver  wrote:
> 
> Cross Posted -
> 
> 
> 
> I am having more FUN (NOT) than anyone deserves to have with zOSMF.  
> This is my first time dealing with it and it is maddening.  I'm doing 
> a first time install of zOSMF on zOS 2.4.  It took me a couple of 
> hours to straighten out the CORE RACF Definitions and
> 
> To get the GROUPS correct, etc.
> 
> 
> 
> I went into ISH and did MKDIR's to get the path below correct.  Then 
> started
> IZUANG1 and now I'm lost
> 
> 
> 
> ANY HELP would be very appreciated
> 
> 
> 
> S IZUANG1 
> IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
>TO START IZUANG1 WITH JOBNAME IZUANG1.
> $HASP100 IZUANG1  ON STCINRDR 
> IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
> , GROUP IZUADMIN 
> $HASP373 IZUANG1  STARTED 
> BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
> /usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
> CODE  
> 006F REASON CODE 0B1B011F.
> JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488   
> IEF170I 1 IZUANG1  JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488
> $HASP395 IZUANG1  ENDED - RC=2816 
> IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=*UNAVAIL, ASID=002A.  
> $HASP250 IZUANG1 PURGED -- (JOB KEY WAS D7C7C166) 
> 
> 
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zOSMF

2020-04-16 Thread Steve Beaver
I have beat all the RACF issues

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Carmen
Sent: Thursday, April 16, 2020 1:19 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

I have a ticket open with ibm since August of last year on security issues and 
jes2 email
If you have some questions not security related I’d be happy to help 

Sent from my iPhone

> On Apr 16, 2020, at 12:45 PM, Steve Beaver  wrote:
> 
> Cross Posted - 
> 
> 
> 
> I am having more FUN (NOT) than anyone deserves to have with zOSMF.  This is
> my first time dealing with it and it is maddening.  I'm doing a first time
> install of zOSMF on zOS 2.4.  It took me a couple of hours to straighten out
> the CORE RACF Definitions and 
> 
> To get the GROUPS correct, etc.
> 
> 
> 
> I went into ISH and did MKDIR's to get the path below correct.  Then started
> IZUANG1 and now I'm lost
> 
> 
> 
> ANY HELP would be very appreciated 
> 
> 
> 
> S IZUANG1 
> IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
>TO START IZUANG1 WITH JOBNAME IZUANG1.
> $HASP100 IZUANG1  ON STCINRDR 
> IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
> , GROUP IZUADMIN 
> $HASP373 IZUANG1  STARTED 
> BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
> /usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
> CODE  
> 006F REASON CODE 0B1B011F.
> JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488   
> IEF170I 1 IZUANG1  JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488
> $HASP395 IZUANG1  ENDED - RC=2816 
> IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=*UNAVAIL, ASID=002A.  
> $HASP250 IZUANG1 PURGED -- (JOB KEY WAS D7C7C166) 
> 
> 
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zOSMF

2020-04-16 Thread Steve Beaver
I found that when I make a new zFS

Thanks Carmen

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Carmen
Sent: Thursday, April 16, 2020 1:49 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

Since 2.3 ibm moved the user data to global/zosmf also the knowledge base /
is mounted off global


Sent from my iPhone

> On Apr 16, 2020, at 1:40 PM, Jousma, David
<01a0403c5dc1-dmarc-requ...@listserv.ua.edu> wrote:
> 
> If I recall your prior questions, is it possible may have mounted the
zOSMF data container at /usr/lpp/zosmf (and hence why you created
directories)?.   The zOSMF code as delivered by smpe should live in
/usr/lpp/zosmf.   The data container initially was suggested to be
/var/zosmf, but now I believe the recommendation is /global/zosmf?
> 
>

_
> 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: Jousma, David 
> Sent: Thursday, April 16, 2020 2:03 PM
> To: IBM Mainframe Discussion List 
> Subject: RE: zOSMF
> 
> Not sure what you mean that you created these directories?  At that
directory location you should have "stuff" installed
> 
> TEC1:$ cd /usr/lpp/zosmf/liberty/lib/native/zos/s390x/

> TEC1:$ ls -al

> total 9120

> drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 .

> drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 ..

> -rwxr-xr-x   1 P0SJROMVSGRP   380928 Mar  5 14:08 batchManagerZos

> -rwxr-xr-x   1 P0SJROMVSGRP 4096 Mar  5 14:07 bbgzachk

> -rwxr-xr-x   1 P0SJROMVSGRP   360448 Mar  5 14:08 bbgzadrm

> -rwxr-xr-x   1 P0SJROMVSGRP   270336 Mar  5 14:08 bbgzafsm

> -rwxr-xr-x   1 P0SJROMVSGRP   233472 Mar  5 14:08 bbgzangl

> -rwxr-xr-x   1 P0SJROMVSGRP   208896 Mar  5 14:08 bbgzcsl

> -rwxr-xr-x   1 P0SJROMVSGRP  1064960 Mar  5 14:09 bbgzsafm

> -rwxr-xr-x   1 P0SJROMVSGRP   585728 Mar  5 14:09 bbgzscfm

> -rwxr-xr-x   1 P0SJROMVSGRP94208 Mar  5 14:09 bbgzsrv

> -rwxr-xr-x   1 P0SJROMVSGRP   491520 Mar  5 14:10 bbgzsufm

> -rwxr-xr-x   1 P0SJROMVSGRP   106496 Mar  5 14:10 bboacall

> -rwxr-xr-x   1 P0SJROMVSGRP   729088 Mar  5 14:10
libzNativeServices.so 
> drwxr-xr-x   2 P0SJROMVSGRP 8192 Mar  6 09:03 nls

> TEC1:$

> 
> 
> TSO BPXMTEXT 0B1B011F
> 
> BPXPREXC 07/01/19

> JRExecNotRegFile: The filename specified on the exec is not a regular file

> 
> Action: The exec service detected that the filename specified by the
pathname  
> argument is not a regular type file.  Correct the pathname argument and

> resubmit the job.

> ***

> 
> 
>

_
> 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 Steve Beaver
> Sent: Thursday, April 16, 2020 1:46 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: zOSMF
> 
> **CAUTION EXTERNAL EMAIL**
> 
> **DO NOT open attachments or click on links from unknown senders or
unexpected emails**
> 
> Cross Posted - 
> 
> 
> 
> I am having more FUN (NOT) than anyone deserves to have with zOSMF.  This
is my first time dealing with it and it is maddening.  I'm doing a first
time install of zOSMF on zOS 2.4.  It took me a couple of hours to
straighten out the CORE RACF Definitions and 
> 
> To get the GROUPS correct, etc.
> 
> 
> 
> I went into ISH and did MKDIR's to get the path below correct.  Then
started
> IZUANG1 and now I'm lost
> 
> 
> 
> ANY HELP would be very appreciated 
> 
> 
> 
> S IZUANG1 
> IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
>TO START IZUANG1 WITH JOBNAME IZUANG1.
> $HASP100 IZUANG1  ON STCINRDR 
> IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
> , GROUP IZUADMIN 
> $HASP373 IZUANG1  STARTED 
> BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
> /usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
> CODE  
> 006F REASON CODE 0B1B011F.
> JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488   
> IEF170I 1 IZUANG1  JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488
> $HASP395 IZUANG1  ENDED - RC=2816 

Re: zOSMF

2020-04-16 Thread Steve Beaver
I found IZUMKFS and IZUSEC and IZUNUSEC but I have no other references in
Configuring z/OSMF for the first time - in IBM Knowledge Center.

I have found some REXX's in SAMPLIB (IZUDXEXP, IZUMKDIR, IZUMNTFS, IZUPRSEC,
and IZUNADG)

But no description of how and when to use  them


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Jousma, David
Sent: Thursday, April 16, 2020 1:03 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: zOSMF

Not sure what you mean that you created these directories?  At that
directory location you should have "stuff" installed

TEC1:$ cd /usr/lpp/zosmf/liberty/lib/native/zos/s390x/

TEC1:$ ls -al

total 9120

drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 .

drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 ..

-rwxr-xr-x   1 P0SJROMVSGRP   380928 Mar  5 14:08 batchManagerZos

-rwxr-xr-x   1 P0SJROMVSGRP 4096 Mar  5 14:07 bbgzachk

-rwxr-xr-x   1 P0SJROMVSGRP   360448 Mar  5 14:08 bbgzadrm

-rwxr-xr-x   1 P0SJROMVSGRP   270336 Mar  5 14:08 bbgzafsm

-rwxr-xr-x   1 P0SJROMVSGRP   233472 Mar  5 14:08 bbgzangl

-rwxr-xr-x   1 P0SJROMVSGRP   208896 Mar  5 14:08 bbgzcsl

-rwxr-xr-x   1 P0SJROMVSGRP  1064960 Mar  5 14:09 bbgzsafm

-rwxr-xr-x   1 P0SJROMVSGRP   585728 Mar  5 14:09 bbgzscfm

-rwxr-xr-x   1 P0SJROMVSGRP94208 Mar  5 14:09 bbgzsrv

-rwxr-xr-x   1 P0SJROMVSGRP   491520 Mar  5 14:10 bbgzsufm

-rwxr-xr-x   1 P0SJROMVSGRP   106496 Mar  5 14:10 bboacall

-rwxr-xr-x   1 P0SJROMVSGRP   729088 Mar  5 14:10 libzNativeServices.so

drwxr-xr-x   2 P0SJROMVSGRP 8192 Mar  6 09:03 nls

TEC1:$



TSO BPXMTEXT 0B1B011F

BPXPREXC 07/01/19

JRExecNotRegFile: The filename specified on the exec is not a regular file

 

Action: The exec service detected that the filename specified by the
pathname  
argument is not a regular type file.  Correct the pathname argument and

resubmit the job.

***

 



_
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
Steve Beaver
Sent: Thursday, April 16, 2020 1:46 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: zOSMF

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or
unexpected emails**

Cross Posted - 

 

I am having more FUN (NOT) than anyone deserves to have with zOSMF.  This is
my first time dealing with it and it is maddening.  I'm doing a first time
install of zOSMF on zOS 2.4.  It took me a couple of hours to straighten out
the CORE RACF Definitions and 

To get the GROUPS correct, etc.

 

I went into ISH and did MKDIR's to get the path below correct.  Then started
IZUANG1 and now I'm lost

 

ANY HELP would be very appreciated 

 

S IZUANG1 
IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
TO START IZUANG1 WITH JOBNAME IZUANG1.
$HASP100 IZUANG1  ON STCINRDR 
IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
 , GROUP IZUADMIN 
$HASP373 IZUANG1  STARTED 
BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
/usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
CODE  
006F REASON CODE 0B1B011F.
JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488   
IEF170I 1 IZUANG1  JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488
$HASP395 IZUANG1  ENDED - RC=2816 
IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=*UNAVAIL, ASID=002A.  
$HASP250 IZUANG1 PURGED -- (JOB KEY WAS D7C7C166) 




--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION
EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or
unexpected emails**


This e-mail transmission contains information that is confidential and may
be privileged.   It is intended only for the addressee(s) named above. If
you receive this e-mail in error, please do not read, copy or disseminate it
in any manner. If you are not the intended recipient, any disclosure,
copying, distribution or use of the contents of this information is
prohibited. Please reply to the message immediately by informing the sender
that the message was 

Re: zOSMF

2020-04-16 Thread Carmen
Since 2.3 ibm moved the user data to global/zosmf also the knowledge base / is 
mounted off global


Sent from my iPhone

> On Apr 16, 2020, at 1:40 PM, Jousma, David 
> <01a0403c5dc1-dmarc-requ...@listserv.ua.edu> wrote:
> 
> If I recall your prior questions, is it possible may have mounted the zOSMF 
> data container at /usr/lpp/zosmf (and hence why you created directories)?.   
> The zOSMF code as delivered by smpe should live in /usr/lpp/zosmf.   The data 
> container initially was suggested to be /var/zosmf, but now I believe the 
> recommendation is /global/zosmf?
> 
> _
> 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: Jousma, David 
> Sent: Thursday, April 16, 2020 2:03 PM
> To: IBM Mainframe Discussion List 
> Subject: RE: zOSMF
> 
> Not sure what you mean that you created these directories?  At that directory 
> location you should have "stuff" installed
> 
> TEC1:$ cd /usr/lpp/zosmf/liberty/lib/native/zos/s390x/
>   
> TEC1:$ ls -al 
>   
> total 9120
>   
> drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 .   
>   
> drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 ..  
>   
> -rwxr-xr-x   1 P0SJROMVSGRP   380928 Mar  5 14:08 batchManagerZos 
>   
> -rwxr-xr-x   1 P0SJROMVSGRP 4096 Mar  5 14:07 bbgzachk
>   
> -rwxr-xr-x   1 P0SJROMVSGRP   360448 Mar  5 14:08 bbgzadrm
>   
> -rwxr-xr-x   1 P0SJROMVSGRP   270336 Mar  5 14:08 bbgzafsm
>   
> -rwxr-xr-x   1 P0SJROMVSGRP   233472 Mar  5 14:08 bbgzangl
>   
> -rwxr-xr-x   1 P0SJROMVSGRP   208896 Mar  5 14:08 bbgzcsl 
>   
> -rwxr-xr-x   1 P0SJROMVSGRP  1064960 Mar  5 14:09 bbgzsafm
>   
> -rwxr-xr-x   1 P0SJROMVSGRP   585728 Mar  5 14:09 bbgzscfm
>   
> -rwxr-xr-x   1 P0SJROMVSGRP94208 Mar  5 14:09 bbgzsrv 
>   
> -rwxr-xr-x   1 P0SJROMVSGRP   491520 Mar  5 14:10 bbgzsufm
>   
> -rwxr-xr-x   1 P0SJROMVSGRP   106496 Mar  5 14:10 bboacall
>   
> -rwxr-xr-x   1 P0SJROMVSGRP   729088 Mar  5 14:10 libzNativeServices.so   
>   
> drwxr-xr-x   2 P0SJROMVSGRP 8192 Mar  6 09:03 nls 
>   
> TEC1:$
>   
> 
> 
> TSO BPXMTEXT 0B1B011F
> 
> BPXPREXC 07/01/19 
>  
> JRExecNotRegFile: The filename specified on the exec is not a regular file
>  
> 
> Action: The exec service detected that the filename specified by the pathname 
>  
> argument is not a regular type file.  Correct the pathname argument and   
>  
> resubmit the job. 
>  
> ***   
>  
> 
> 
> _
> 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 
> Steve Beaver
> Sent: Thursday, April 16, 2020 1:46 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: zOSMF
> 
> **CAUTION EXTERNAL EMAIL**
> 
> **DO NOT open attachments or click on links from unknown senders or 
> unexpected emails**
> 
> Cross Posted - 
> 
> 
> 
> I am having more FUN (NOT) than anyone deserves to have with zOSMF.  This is 
> my first time dealing with it and it is maddening.  I'm doing a first time 
> install of zOSMF on zOS 2.4.  It took me a couple of hours to straighten out 
> the CORE RACF Definitions and 
> 
> To get the GROUPS correct, etc.
> 
> 
> 
> I went into ISH and did MKDIR's to get the path below correct.  Then started
> IZUANG1 and now I'm lost
> 
> 
> 
> ANY HELP would be very appreciated 
> 
> 
> 
> S IZUANG1 
> IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
>TO START IZUANG1 WITH JOBNAME IZUANG1.
> $HASP100 IZUANG1  ON STCINRDR 
> IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   

Re: zOSMF

2020-04-16 Thread Jousma, David
If I recall your prior questions, is it possible may have mounted the zOSMF 
data container at /usr/lpp/zosmf (and hence why you created directories)?.   
The zOSMF code as delivered by smpe should live in /usr/lpp/zosmf.   The data 
container initially was suggested to be /var/zosmf, but now I believe the 
recommendation is /global/zosmf?

_
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: Jousma, David 
Sent: Thursday, April 16, 2020 2:03 PM
To: IBM Mainframe Discussion List 
Subject: RE: zOSMF

Not sure what you mean that you created these directories?  At that directory 
location you should have "stuff" installed

TEC1:$ cd /usr/lpp/zosmf/liberty/lib/native/zos/s390x/  

TEC1:$ ls -al   

total 9120  

drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 . 

drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 ..

-rwxr-xr-x   1 P0SJROMVSGRP   380928 Mar  5 14:08 batchManagerZos   

-rwxr-xr-x   1 P0SJROMVSGRP 4096 Mar  5 14:07 bbgzachk  

-rwxr-xr-x   1 P0SJROMVSGRP   360448 Mar  5 14:08 bbgzadrm  

-rwxr-xr-x   1 P0SJROMVSGRP   270336 Mar  5 14:08 bbgzafsm  

-rwxr-xr-x   1 P0SJROMVSGRP   233472 Mar  5 14:08 bbgzangl  

-rwxr-xr-x   1 P0SJROMVSGRP   208896 Mar  5 14:08 bbgzcsl   

-rwxr-xr-x   1 P0SJROMVSGRP  1064960 Mar  5 14:09 bbgzsafm  

-rwxr-xr-x   1 P0SJROMVSGRP   585728 Mar  5 14:09 bbgzscfm  

-rwxr-xr-x   1 P0SJROMVSGRP94208 Mar  5 14:09 bbgzsrv   

-rwxr-xr-x   1 P0SJROMVSGRP   491520 Mar  5 14:10 bbgzsufm  

-rwxr-xr-x   1 P0SJROMVSGRP   106496 Mar  5 14:10 bboacall  

-rwxr-xr-x   1 P0SJROMVSGRP   729088 Mar  5 14:10 libzNativeServices.so 

drwxr-xr-x   2 P0SJROMVSGRP 8192 Mar  6 09:03 nls   

TEC1:$  



TSO BPXMTEXT 0B1B011F

BPXPREXC 07/01/19  
JRExecNotRegFile: The filename specified on the exec is not a regular file 
   
Action: The exec service detected that the filename specified by the pathname  
argument is not a regular type file.  Correct the pathname argument and
resubmit the job.  
***
   

_
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 
Steve Beaver
Sent: Thursday, April 16, 2020 1:46 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: zOSMF

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Cross Posted - 

 

I am having more FUN (NOT) than anyone deserves to have with zOSMF.  This is my 
first time dealing with it and it is maddening.  I'm doing a first time install 
of zOSMF on zOS 2.4.  It took me a couple of hours to straighten out the CORE 
RACF Definitions and 

To get the GROUPS correct, etc.

 

I went into ISH and did MKDIR's to get the path below correct.  Then started
IZUANG1 and now I'm lost

 

ANY HELP would be very appreciated 

 

S IZUANG1 
IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
TO START IZUANG1 WITH JOBNAME IZUANG1.
$HASP100 IZUANG1  ON STCINRDR 
IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
 , GROUP IZUADMIN 
$HASP373 IZUANG1  STARTED 
BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
/usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
CODE 

Re: DB2 / DFSort question

2020-04-16 Thread Robert Prins

On 2020-04-16 17:56, Sri h Kolusu wrote:

It would be nice if this could execute before SYMNAMES is read, so
the SELECT handler could create symbols for all of the columns in
the result set.


If your intention is to create DFSORT symbols from DB2 table definition
then there are a couple of ways to get it done. Let me know if you are
interested in that and we can discuss that offline.


Why offline? What's so secret about it?

1) Use the standard Db2 tools to generate a PL/I %INCLUDE member for your table
2) Download RAP00110 and ESYMSORT from the URL in the signature below
3) Put them into an EXEC library concatenated to SYSEXEC (or use ALTLIB)
4) VIEW the generated PL/I %INCLUDE member, give the command "ESYMSORT ?" and 
follow the instructions displayed.


5) Optional, but very much appreciated: Give me some feedback.

Robert
--
Robert AH Prins
robert.ah.prins(a)gmail.com
The hitchhiking grandfather - https://prino.neocities.org/indez.html
Some REXX code for use on z/OS - https://prino.neocities.org/zOS/zOS-Tools.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zOSMF

2020-04-16 Thread Carmen
I have a ticket open with ibm since August of last year on security issues and 
jes2 email
If you have some questions not security related I’d be happy to help 

Sent from my iPhone

> On Apr 16, 2020, at 12:45 PM, Steve Beaver  wrote:
> 
> Cross Posted - 
> 
> 
> 
> I am having more FUN (NOT) than anyone deserves to have with zOSMF.  This is
> my first time dealing with it and it is maddening.  I'm doing a first time
> install of zOSMF on zOS 2.4.  It took me a couple of hours to straighten out
> the CORE RACF Definitions and 
> 
> To get the GROUPS correct, etc.
> 
> 
> 
> I went into ISH and did MKDIR's to get the path below correct.  Then started
> IZUANG1 and now I'm lost
> 
> 
> 
> ANY HELP would be very appreciated 
> 
> 
> 
> S IZUANG1 
> IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
>TO START IZUANG1 WITH JOBNAME IZUANG1.
> $HASP100 IZUANG1  ON STCINRDR 
> IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
> , GROUP IZUADMIN 
> $HASP373 IZUANG1  STARTED 
> BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
> /usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
> CODE  
> 006F REASON CODE 0B1B011F.
> JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488   
> IEF170I 1 IZUANG1  JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488
> $HASP395 IZUANG1  ENDED - RC=2816 
> IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=*UNAVAIL, ASID=002A.  
> $HASP250 IZUANG1 PURGED -- (JOB KEY WAS D7C7C166) 
> 
> 
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: zOSMF

2020-04-16 Thread Jousma, David
Not sure what you mean that you created these directories?  At that directory 
location you should have "stuff" installed

TEC1:$ cd /usr/lpp/zosmf/liberty/lib/native/zos/s390x/  

TEC1:$ ls -al   

total 9120  

drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 . 

drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 ..

-rwxr-xr-x   1 P0SJROMVSGRP   380928 Mar  5 14:08 batchManagerZos   

-rwxr-xr-x   1 P0SJROMVSGRP 4096 Mar  5 14:07 bbgzachk  

-rwxr-xr-x   1 P0SJROMVSGRP   360448 Mar  5 14:08 bbgzadrm  

-rwxr-xr-x   1 P0SJROMVSGRP   270336 Mar  5 14:08 bbgzafsm  

-rwxr-xr-x   1 P0SJROMVSGRP   233472 Mar  5 14:08 bbgzangl  

-rwxr-xr-x   1 P0SJROMVSGRP   208896 Mar  5 14:08 bbgzcsl   

-rwxr-xr-x   1 P0SJROMVSGRP  1064960 Mar  5 14:09 bbgzsafm  

-rwxr-xr-x   1 P0SJROMVSGRP   585728 Mar  5 14:09 bbgzscfm  

-rwxr-xr-x   1 P0SJROMVSGRP94208 Mar  5 14:09 bbgzsrv   

-rwxr-xr-x   1 P0SJROMVSGRP   491520 Mar  5 14:10 bbgzsufm  

-rwxr-xr-x   1 P0SJROMVSGRP   106496 Mar  5 14:10 bboacall  

-rwxr-xr-x   1 P0SJROMVSGRP   729088 Mar  5 14:10 libzNativeServices.so 

drwxr-xr-x   2 P0SJROMVSGRP 8192 Mar  6 09:03 nls   

TEC1:$  



TSO BPXMTEXT 0B1B011F

BPXPREXC 07/01/19  
JRExecNotRegFile: The filename specified on the exec is not a regular file 
   
Action: The exec service detected that the filename specified by the pathname  
argument is not a regular type file.  Correct the pathname argument and
resubmit the job.  
***
   

_
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 
Steve Beaver
Sent: Thursday, April 16, 2020 1:46 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: zOSMF

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Cross Posted - 

 

I am having more FUN (NOT) than anyone deserves to have with zOSMF.  This is my 
first time dealing with it and it is maddening.  I'm doing a first time install 
of zOSMF on zOS 2.4.  It took me a couple of hours to straighten out the CORE 
RACF Definitions and 

To get the GROUPS correct, etc.

 

I went into ISH and did MKDIR's to get the path below correct.  Then started
IZUANG1 and now I'm lost

 

ANY HELP would be very appreciated 

 

S IZUANG1 
IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
TO START IZUANG1 WITH JOBNAME IZUANG1.
$HASP100 IZUANG1  ON STCINRDR 
IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
 , GROUP IZUADMIN 
$HASP373 IZUANG1  STARTED 
BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
/usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
CODE  
006F REASON CODE 0B1B011F.
JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488   
IEF170I 1 IZUANG1  JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488
$HASP395 IZUANG1  ENDED - RC=2816 
IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=*UNAVAIL, ASID=002A.  
$HASP250 IZUANG1 PURGED -- (JOB KEY WAS D7C7C166) 




--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open 

Re: zOSMF

2020-04-16 Thread Dave Jousma
Not sure what you mean that you created these directories?  At that directory 
location you should have "stuff" installed

TEC1:$ cd /usr/lpp/zosmf/liberty/lib/native/zos/s390x/  

TEC1:$ ls -al   

total 9120  

drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 . 

drwxr-xr-x   3 P0SJROMVSGRP 8192 Mar  6 09:03 ..

-rwxr-xr-x   1 P0SJROMVSGRP   380928 Mar  5 14:08 batchManagerZos   

-rwxr-xr-x   1 P0SJROMVSGRP 4096 Mar  5 14:07 bbgzachk  

-rwxr-xr-x   1 P0SJROMVSGRP   360448 Mar  5 14:08 bbgzadrm  

-rwxr-xr-x   1 P0SJROMVSGRP   270336 Mar  5 14:08 bbgzafsm  

-rwxr-xr-x   1 P0SJROMVSGRP   233472 Mar  5 14:08 bbgzangl  

-rwxr-xr-x   1 P0SJROMVSGRP   208896 Mar  5 14:08 bbgzcsl   

-rwxr-xr-x   1 P0SJROMVSGRP  1064960 Mar  5 14:09 bbgzsafm  

-rwxr-xr-x   1 P0SJROMVSGRP   585728 Mar  5 14:09 bbgzscfm  

-rwxr-xr-x   1 P0SJROMVSGRP94208 Mar  5 14:09 bbgzsrv   

-rwxr-xr-x   1 P0SJROMVSGRP   491520 Mar  5 14:10 bbgzsufm  

-rwxr-xr-x   1 P0SJROMVSGRP   106496 Mar  5 14:10 bboacall  

-rwxr-xr-x   1 P0SJROMVSGRP   729088 Mar  5 14:10 libzNativeServices.so 

drwxr-xr-x   2 P0SJROMVSGRP 8192 Mar  6 09:03 nls   

TEC1:$  



TSO BPXMTEXT 0B1B011F

BPXPREXC 07/01/19  
JRExecNotRegFile: The filename specified on the exec is not a regular file 
   
Action: The exec service detected that the filename specified by the pathname  
argument is not a regular type file.  Correct the pathname argument and
resubmit the job.  
***

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: DB2 / DFSort question

2020-04-16 Thread Sri h Kolusu
Tim,

DFSORT or ICETOOL does NOT have the capability of running DB2 queries.
However DB2 utilities(LOAD, REORG, UNLOAD..)  invoke DFSORT in the
background.  IBM already have 2 free unload utilities that does the job for
you. DSNTIAUL and DSNTEP2 are free unload utilities. DSNTIAUL unload
utility invokes DFSORT in the background if there is a SORT involved(Order
By).

Also there is a  DB2 High Performance Unload (INZUTILB) which is an add-on
product which gives you much more flexibility when you are unloading.

>>> It would be nice if this could execute before SYMNAMES is read, so
> the SELECT handler could create symbols for all of the columns in
> the result set.

If your intention is to create DFSORT symbols from DB2 table definition
then there are a couple of ways to get it done. Let me know if you are
interested in that and we can discuss that offline.

Thanks,
Sri Hari Kolusu
DFSORT Development
IBM Corporation

IBM Mainframe Discussion List  wrote on
04/16/2020 09:24:43 AM:

> From: Tim Hare 
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 04/16/2020 09:25 AM
> Subject: [EXTERNAL] DB2 / DFSort question
> Sent by: IBM Mainframe Discussion List 
>
> 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 DB2 data as an E15 exit for DFSORT?
>
> My ideal would be (Maybe I should write an RFE)
> --
> In ICETOOL the ability to code SQLSEL FROM(SQL) USING()
>
> CNTL DD *
>
> SELECT 
>
> --
>
> It would be nice if this could execute before SYMNAMES is read, so
> the SELECT handler could create symbols for all of the columns in
> the result set.
>
> Maybe it is just as efficient to use DSNTIAUL with ORDER BY ?
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


zOSMF

2020-04-16 Thread Steve Beaver
Cross Posted - 

 

I am having more FUN (NOT) than anyone deserves to have with zOSMF.  This is
my first time dealing with it and it is maddening.  I'm doing a first time
install of zOSMF on zOS 2.4.  It took me a couple of hours to straighten out
the CORE RACF Definitions and 

To get the GROUPS correct, etc.

 

I went into ISH and did MKDIR's to get the path below correct.  Then started
IZUANG1 and now I'm lost

 

ANY HELP would be very appreciated 

 

S IZUANG1 
IRR812I PROFILE IZUANG1.* (G) IN THE STARTED CLASS WAS USED 140   
TO START IZUANG1 WITH JOBNAME IZUANG1.
$HASP100 IZUANG1  ON STCINRDR 
IEF695I START IZUANG1  WITH JOBNAME IZUANG1  IS ASSIGNED TO USER IZUSVR   
 , GROUP IZUADMIN 
$HASP373 IZUANG1  STARTED 
BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF 144   
/usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN   
CODE  
006F REASON CODE 0B1B011F.
JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488   
IEF170I 1 IZUANG1  JOB=IZUANG1  STEP=STEP1PGM=BPXBATA2 CC=0488
$HASP395 IZUANG1  ENDED - RC=2816 
IEA989I SLIP TRAP ID=X33E MATCHED.  JOBNAME=*UNAVAIL, ASID=002A.  
$HASP250 IZUANG1 PURGED -- (JOB KEY WAS D7C7C166) 




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


DB2 / DFSort question

2020-04-16 Thread Tim Hare
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 DB2 data as an E15 exit for DFSORT?  

My ideal would be (Maybe I should write an RFE)
--
In ICETOOL the ability to code SQLSEL FROM(SQL) USING()

CNTL DD *

SELECT 

--

It would be nice if this could execute before SYMNAMES is read, so the SELECT 
handler could create symbols for all of the columns in the result set.

Maybe it is just as efficient to use DSNTIAUL with ORDER BY ?

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Any shop use UNIX in a production job?

2020-04-16 Thread R.S.

W dniu 15.04.2020 o 07:59, Timothy Sipples pisze:

Charles Mills wrote:

A trivia question: Which of these is UNIX? Windows Server or Linux?

I replied:

Neither.

Charles Mills then replied:

Which *used to be* UNIX?

Still neither.

I can find no evidence that Microsoft ever obtained a UNIX(TM)
certification for any Windows operating system or even obtained a license
for UNIX source code from AT or another authorized party specifically to
ship any subsystem or product on/for Windows.(*) However, Microsoft
evidently would not have been upset if you thought otherwise. :-)

Here's the thumbnail history as I understand it. Back in 1996 a company
called Softway Systems (later renamed Interix) shipped a product called
OpenNT for Microsoft's Windows NT operating system. OpenNT apparently was
written "cleanroom," meaning that it didn't license or use UNIX source
code from AT or another authorized party. OpenNT was a POSIX subsystem,
and at some point -- possibly starting pre-Microsoft -- it was POSIX
certified.

Meanwhile, Microsoft separately developed the "Microsoft POSIX subsystem"
and included it in early releases of Windows NT. Microsoft did this to get
FIPS 151-2 certification so that the U.S. federal government could
consider Windows NT for more of its acquisitions.

Later, Microsoft acquired Interix, updated the technology, positioned it
as a replacement for their own POSIX subsystem, and renamed the technology
in this sequence: "Microsoft Windows Services for UNIX" (sometimes "Unix"
in references) then "Windows Subsystem for UNIX-based Applications."
However, these products/subsystems were never certified as UNIX(TM)
either. The preposition "for" in their names is quite meaningful and doing
a lot of heavy lifting. Initially Microsoft's versions were separately
chargeable, and then at the very end they were no additional charge
downloads.

In a completely separate effort, David Korn created UWIN, which is an
X/Open library and set of utilities for Win32. UWIN isn't UNIX(TM) either.
Ironically, AT, UNIX's inventor, now distributes UWIN's source code --
but that doesn't make it UNIX(TM) either:

https://github.com/att/uwin

OK, so that was/is Microsoft Windows. In fact Microsoft has distributed a
bona fide UNIX operating system in the past: XENIX (also sometimes written
Xenix). XENIX was definitely a genuine UNIX(TM) operating system.
Microsoft licensed AT's UNIX source code (Version 7 then later System
V), and XENIX also includes bits of BSD. The Santa Cruz Operation (SCO)
eventually acquired exclusive rights to XENIX, and that branch of the
very, very complicated UNIX family tree essentially died out, losing out
to SCO UNIX. But during much of the 1980s Microsoft XENIX from its various
OEMs (including IBM) was the most popular UNIX(TM) distribution.

(*) The UNIX trademark owner made/makes the final call.

- - - - - - - - - -
Timothy Sipples
I.T. Architect Executive
Digital Asset & Other Industry Solutions
IBM Z & LinuxONE
- - - - - - - - - -
E-Mail: sipp...@sg.ibm.com



1. Thank you for mentioning XENIX. I almost wrote and explanation about 
it, but finally read to the bottom. ;-)

Of course that fact MS had XENIX may influence other MS products.


2. 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.



--
Radoslaw Skorupka
Lodz, Poland





==

Jeśli nie jesteś adresatem tej wiadomości:

- powiadom nas o tym w mailu zwrotnym (dziękujemy!),
- usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub zapisałeś 
na dysku).
Wiadomość ta może zawierać chronione prawem informacje, które może wykorzystać 
tylko adresat.Przypominamy, że każdy, kto rozpowszechnia (kopiuje, rozprowadza) 
tę wiadomość lub podejmuje podobne działania, narusza prawo i może podlegać 
karze.

mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. Sąd Rejonowy dla m. st. 
Warszawy XII Wydział Gospodarczy Krajowego Rejestru Sądowego, KRS 025237, 
NIP: 526-021-50-88. Kapitał zakładowy (opłacony w całości) według stanu na 
01.01.2020 r. wynosi 169.401.468 złotych.

If you are not the addressee of this message:

- let us know by replying to this e-mail (thank you!),
- delete this message permanently (including all the copies which you have 
printed out or saved).
This message may contain legally protected information, which may be used 
exclusively by the addressee.Please be reminded that anyone who disseminates 
(copies, distributes) this message or takes any similar action, violates the 
law and may be penalised.

mBank S.A. with its registered office in Warsaw, ul. Senatorska 18, 00-950 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. District Court for the Capital 
City of Warsaw, 12th 

Re: Connect Direct and FPZ.ACCELERATOR.COMPRESSION.

2020-04-16 Thread Mark Jacobs
Looks like read access to that resource is needed for anyone to use zEDC 
compression, so I'd say yes.

Mark Jacobs

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

‐‐‐ Original Message ‐‐‐
On Thursday, April 16, 2020 9:06 AM, Kenneth J. Kripke  
wrote:

> Does Connect:Direct V5.2 and V6.0 Require Read access to the Racf Facility
> FPZ.ACCELERATOR.COMPRESSION to use ZEDC compression facilities ?
>
> Kenneth J. Kripke
>
> k.kri...@comcast.net mailto:k.kri...@comcast.net
>
> --
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Connect Direct and FPZ.ACCELERATOR.COMPRESSION.

2020-04-16 Thread Kenneth J. Kripke
Does Connect:Direct V5.2  and V6.0 Require Read access to the Racf Facility
FPZ.ACCELERATOR.COMPRESSION to use ZEDC compression facilities ? 

 

 

Kenneth J. Kripke

k.kri...@comcast.net    

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How to change the default '.java' extension to '.jav'?

2020-04-16 Thread David Crayford
Broken record I know but why not just use a different text editor. VS 
code is a text editor but if you install enough extensions you can get close
to an IDE. Even for HLASM 
https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support



On 2020-04-16 9:41 AM, Paul Gilmartin wrote:

On Wed, 15 Apr 2020 16:05:59 +0800, David Crayford  wrote:

For a brute force solution you could just create symlinks (shortcuts) to
your *.java files with *.jav extensions. Trial to write a PowerShell
script to do that.


There's some irony here:
 
https://en.wikipedia.org/wiki/8.3_filename#VFAT_and_Computer-generated_8.3_filenames
 To maintain backward-compatibility with legacy applications (on DOS and
 Windows 3.1), on FAT and VFAT filesystems an 8.3 filename is automatically
 generated for every LFN, ...  The 8.3 filename can be obtained using the
 Kernel32.dll function GetShortPathName.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Any shop use UNIX in a production job?

2020-04-16 Thread John McKown
On Thu, Apr 16, 2020 at 2:15 AM Alan(GMAIL)Watthey 
wrote:

> BPXWDYN is a Unix Service as far as I am concerned as it's part of z/OS
> Unix System Services.  Check out which manual it's documented in.  I
> suspect it's under the Unix FMID as well but I haven't checked that part.
>
> I consider anything that begins BPX to be z/OS Unix System Services but
> I'm willing to be corrected on that one.  I certainly haven't used them all.
>
>
Just me, but I only think of something as a UNIX service if it requires
that the TCB (?) running the program be "dubbed" as a UNIX process (dubbing
creates process information to be created in the BPXOINIT(?) address space
-- UNIX UID, current working directory, etc). The easiest way that I know
of to see if a job/TCB/whatever is "dubbed" is to see if it shows up on the
PS screen in SDSF. Using BPXWDYN in a regular batch program does not cause
the job to be "dubbed". I will lay odds that it starts with BPX because the
author is one of the main z/UNIX developers.


-- 
People in sleeping bags are the soft tacos of the bear world.
Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Shopz message

2020-04-16 Thread Jousma, David
They have bigger problems...Just tried to create a new service certificate.  
That fails miserably, so much so, that you have close the browser and re-open 
it to actually be able to reconnect to the site.

_
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)
Sent: Thursday, April 16, 2020 4:32 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Shopz message

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

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 them soon. Please re-check your order in 
next 24 hours to expect download status.

Fine. I get the fact that English isn't everyone's first language (and I have 
my moments), but if you're going to run a website in English, and publish 
information in English, at least get someone to proofread it!

I tried to leave feedback on the site, but that's limited on the number of 
characters you can enter, so I couldn't even paste the message in full and 
explain why I was giving feedback..!

Moan over. I feel much better now.

Andy Styles
z/Series System Programmer / zPlatform
Lloyds Banking Group plc. Registered Office: The Mound, Edinburgh EH1 1YZ. 
Registered in Scotland no. SC95000. Telephone: 0131 225 4555.

Lloyds Bank plc. Registered Office: 25 Gresham Street, London EC2V 7HN. 
Registered in England and Wales no. 2065. Telephone 0207626 1500.

Bank of Scotland plc. Registered Office: The Mound, Edinburgh EH1 1YZ. 
Registered in Scotland no. SC327000. Telephone: 03457 801 801.

Lloyds Bank Corporate Markets plc. Registered office: 25 Gresham Street, London 
EC2V 7HN. Registered in England and Wales no. 10399850.

Scottish Widows Schroder Personal Wealth Limited. Registered Office: 25 Gresham 
Street, London EC2V 7HN. Registered in England and Wales no. 11722983.

Lloyds Bank plc, Bank of Scotland plc and Lloyds Bank Corporate Markets plc are 
authorised by the Prudential Regulation Authority and regulated by the 
Financial Conduct Authority and Prudential Regulation Authority.

Scottish Widows Schroder Personal Wealth Limited is authorised and regulated by 
the Financial Conduct Authority.

Lloyds Bank Corporate Markets Wertpapierhandelsbank GmbH is a wholly-owned 
subsidiary of Lloyds Bank Corporate Markets plc. Lloyds Bank Corporate Markets 
Wertpapierhandelsbank GmbH has its registered office at Thurn-und-Taxis Platz 
6, 60313 Frankfurt, Germany. The company is registered with the Amtsgericht 
Frankfurt am Main, HRB 111650. Lloyds Bank Corporate Markets 
Wertpapierhandelsbank GmbH is supervised by the Bundesanstalt für 
Finanzdienstleistungsaufsicht.

Halifax is a division of Bank of Scotland plc.

HBOS plc. Registered Office: The Mound, Edinburgh EH1 1YZ. Registered in 
Scotland no. SC218813.



This e-mail (including any attachments) is private and confidential and may 
contain privileged material. If you have received this e-mail in error, please 
notify the sender and delete it (including any attachments) immediately. You 
must not copy, distribute, disclose or use any of the information in it or any 
attachments. Telephone calls may be monitored or recorded.


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Any shop use UNIX in a production job?

2020-04-16 Thread David Crayford

On 2020-04-16 2:36 PM, Timothy Sipples wrote:

Isn't this all obsolete now? Linux and Windows are used everywhere and I
doubt anybody cares about POSIX certification.

Occasionally I bump into a RFP that includes the letters "POSIX" and/or
"UNIX." In principle anybody can put anything they want in a RFP.
Occasionally == rare, right? In my town (country) most government IT has 
shifted to the cloud. All major cloud providers offer services that 
cater for
strict government regulations. I don't think anybody cares about POSIX 
compliance anymore. In fact, it's a hindrance. If only z/OS UNIX could 
break the

POSIX shackles and be more like Linux!

https://www.ibm.com/cloud/government
https://aws.amazon.com/govcloud-us/?whats-new-ess.sort-by=item.additionalFields.postDateTime=desc

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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 them soon. Please re-check your order in 
next 24 hours to expect download status.

Fine. I get the fact that English isn't everyone's first language (and I have 
my moments), but if you're going to run a website in English, and publish 
information in English, at least get someone to proofread it!

I tried to leave feedback on the site, but that's limited on the number of 
characters you can enter, so I couldn't even paste the message in full and 
explain why I was giving feedback..!

Moan over. I feel much better now.

Andy Styles
z/Series System Programmer / zPlatform
Lloyds Banking Group plc. Registered Office: The Mound, Edinburgh EH1 1YZ. 
Registered in Scotland no. SC95000. Telephone: 0131 225 4555.

Lloyds Bank plc. Registered Office: 25 Gresham Street, London EC2V 7HN. 
Registered in England and Wales no. 2065. Telephone 0207626 1500.

Bank of Scotland plc. Registered Office: The Mound, Edinburgh EH1 1YZ. 
Registered in Scotland no. SC327000. Telephone: 03457 801 801.

Lloyds Bank Corporate Markets plc. Registered office: 25 Gresham Street, London 
EC2V 7HN. Registered in England and Wales no. 10399850.

Scottish Widows Schroder Personal Wealth Limited. Registered Office: 25 Gresham 
Street, London EC2V 7HN. Registered in England and Wales no. 11722983.

Lloyds Bank plc, Bank of Scotland plc and Lloyds Bank Corporate Markets plc are 
authorised by the Prudential Regulation Authority and regulated by the 
Financial Conduct Authority and Prudential Regulation Authority.

Scottish Widows Schroder Personal Wealth Limited is authorised and regulated by 
the Financial Conduct Authority.

Lloyds Bank Corporate Markets Wertpapierhandelsbank GmbH is a wholly-owned 
subsidiary of Lloyds Bank Corporate Markets plc. Lloyds Bank Corporate Markets 
Wertpapierhandelsbank GmbH has its registered office at Thurn-und-Taxis Platz 
6, 60313 Frankfurt, Germany. The company is registered with the Amtsgericht 
Frankfurt am Main, HRB 111650. Lloyds Bank Corporate Markets 
Wertpapierhandelsbank GmbH is supervised by the Bundesanstalt für 
Finanzdienstleistungsaufsicht.

Halifax is a division of Bank of Scotland plc.

HBOS plc. Registered Office: The Mound, Edinburgh EH1 1YZ. Registered in 
Scotland no. SC218813.



This e-mail (including any attachments) is private and confidential and may 
contain privileged material. If you have received this e-mail in error, please 
notify the sender and delete it (including any attachments) immediately. You 
must not copy, distribute, disclose or use any of the information in it or any 
attachments. Telephone calls may be monitored or recorded.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Any shop use UNIX in a production job?

2020-04-16 Thread Alan(GMAIL)Watthey
BPXWDYN is a Unix Service as far as I am concerned as it's part of z/OS Unix 
System Services.  Check out which manual it's documented in.  I suspect it's 
under the Unix FMID as well but I haven't checked that part.

I consider anything that begins BPX to be z/OS Unix System Services but I'm 
willing to be corrected on that one.  I certainly haven't used them all.

-Original Message-
From: Paul Gilmartin  
Sent: 14 April 2020 5:16 pm
Subject: Re: Any shop use UNIX in a production job?

On Tue, 14 Apr 2020 12:59:54 +0300, Alan(GMAIL)Watthey wrote:

>John,
>
>You make it sound like Rexx and Unix are mutually exclusive.  I have a Unix 
>job that runs in production.  Well, it depends on your definition of 
>production of course.  It actually runs on every system we have.
>
>It's started each midnight by CROND so definitely only has access to Unix 
>services and it is all written in Rexx.
>
What do you mean to restrict by "only  has access to Unix services"?
That Rexx can perform allocations with BPXWDYN.  It can invoke load modules 
with ADDRESS LINKMVS.  It can use ADDRESS TSO
(surrogate) and thereby ISPF services.

Is there anything it could have done under IRXJCL, but not under UNIX?
(Or are you just asserting the not "mutually exclusive"?)

The exception I see is initiator ENQ serialization and deadlock prevention.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How tell what verion of COBOL compiler produced load module?

2020-04-16 Thread Timothy Sipples
Roger Lowe wrote:
>If you have the IBM Debug Tool product, there is included the
>"Load Module Analyzer" which  analyses program objects to determine
>the language translator (compiler or assembler) that was used to
>generate the object for each CSECT.

There are lots of great answers in this thread, and I'll fill out a couple 
more. Nowadays you can get the Load Module Analyzer via "IBM Debug for Z" 
or via "IBM Developer for Z Enterprise Edition." Depending on what you're 
doing you may also find the COBOL and CICS Command Level Conversion Aid to 
be useful. It's available via the same two product offerings and also via 
"IBM Developer for Z."

And/or "IBM Application Discovery" may be useful, and there are at least a 
couple vehicles to get that.

- - - - - - - - - -
Timothy Sipples
I.T. Architect Executive
Digital Asset & Other Industry Solutions
IBM Z & LinuxONE
- - - - - - - - - -
E-Mail: sipp...@sg.ibm.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Any shop use UNIX in a production job?

2020-04-16 Thread Seymour J Metz
What was the lineage of Unix under TSS?


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Timothy Sipples [sipp...@sg.ibm.com]
Sent: Thursday, April 16, 2020 2:36 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Any shop use UNIX in a production job?

David Crayford asks:
>Isn't this all obsolete now? Linux and Windows are used everywhere and I
>doubt anybody cares about POSIX certification.

Occasionally I bump into a RFP that includes the letters "POSIX" and/or
"UNIX." In principle anybody can put anything they want in a RFP.

Scott Ford wrote:
>Wasn’t z/OS Unix System Services based on Posix ? It’s seems I heard this
>sometime ago.

MVS OpenEdition achieved POSIX compliance. z/OS is UNIX® certified. POSIX®
refers to IEEE Standard 1003.1, and colloquially it means "UNIX-like," but
that's a little dangerous. The reason is that getting the POSIX® label
requires a submission and certification, whereas it's possible to be
"UNIX-like" without certification. Linux, for example, is assuredly
"UNIX-like" even though it's neither POSIX® nor UNIX®.

http://get.posixcertified.ieee.org/

There aren't too many products that are POSIX® certified these days,
although many more were in the past. Evidently a lot of vendors haven't
bothered to renew their certificates. The current POSIX® register is
available here:

http://get.posixcertified.ieee.org/register.html

The Open Group solely handles UNIX® certification and participates in the
POSIX standardization process as one of the three "Austin Group" parties.

https://secure-web.cisco.com/14xnV-zZLpdHVrCvNq7h5u6_w1oW58iBoDpwQEHje1Z6Xc_7v1ZKHLjv-mBfkDQXAbLSZXSU96V9hEQWBfAJZo6o1VqTOFSTvma8H1iC-GkdxBq4qXArTL8QQiE9qxd9etTzl-HdL8s_pGsEi6zIadwjEGzJASYwS8zjY8nZV-hNv-tehUl-1aXgx-2jRNkMV0rsKfjgoaxHlmr_FybwqX80xNp3Ma6R7ceAZ-MvJvoDZkx2tzNffNpwCJOzPT91WUz_BS7BC7XWM5TeuwsNuKYPPJdUzEU5iKzUDpAP8rvF9jDyRpZPXUGnJOxIPzg3fdITrVAOa69sQuv_bPdLr1C_y0zN3rJX1BN7ZBwP_Mu1Ja0iM5xbFcVTNFbUnPiTaLGhfK9eVpzl56okBnHuTPNSBlymCRmwfIsnuHSNsXmGPGhqKbjTOF3veiWm3clHjrH0t81kZexOZeohBt-0j9w/https%3A%2F%2Fwww.opengroup.org%2Fmembership%2Fforums%2Fplatform%2Funix

The current UNIX® register is available here:

https://secure-web.cisco.com/1VP6zyH5e3F7BOOyUobv5pq4e8Y0dq7A-Bw4pzlv5rAgcsrbHaQktXUL7pClLopFpJVluufe1jGyNNkdb9df6AEb5EqEZphQqDMk7-jQkEq2AH8kgvdxCavJX0aWV9PYpzeH1djqHYTypHud0ZSX1ok3KgKjY5F-Fftj-j972Yd3atG7ZuIB6IDaIQfNch79sDfdPZ3-3696Bbxx8qgdG2-V_Y1BcGzX0qAkf_feFjXbZ3mlMAifK9Ed6Z-A4zX6yQ_jOs5kg4c84dVhQTlZqD4iK1AOqEGRCm2-hl1IO7IAucX57T3VBwhuJhxNDkdtrpjAG9LVsSsnjfbwpXr_RRtc_IWAW45svlgRFX_QIKLFzfk4SFgYBkwRXrEqvQv_yH7ho3HEvd5jKXwpB5Ld-5Idk9mM-RjYSIcxuMaUvOXcyJdIv65ty2ZocPV5vZtUsX0rcJcJYKQ-1fvFlDLmaDw/https%3A%2F%2Fwww.opengroup.org%2Fopenbrand%2Fregister

There's a close technical and working relationship between POSIX and the
Single UNIX Specification(s), but The Open Group is now the sole grantor
of the UNIX® label, based on vendor submissions passing its certification
process. Historically, before the certification era, an operating system
could have been UNIX basically if AT (and maybe the University of
California, Berkeley, for a little while) said so. z/OS is at least
unusual, probably unique, as a UNIX operating system without some sort of
AT (Bell Labs) code lineage.

- - - - - - - - - -
Timothy Sipples
I.T. Architect Executive
Digital Asset & Other Industry Solutions
IBM Z & LinuxONE
- - - - - - - - - -
E-Mail: sipp...@sg.ibm.com



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Any shop use UNIX in a production job?

2020-04-16 Thread Timothy Sipples
David Crayford asks:
>Isn't this all obsolete now? Linux and Windows are used everywhere and I
>doubt anybody cares about POSIX certification.

Occasionally I bump into a RFP that includes the letters "POSIX" and/or 
"UNIX." In principle anybody can put anything they want in a RFP.

Scott Ford wrote:
>Wasn’t z/OS Unix System Services based on Posix ? It’s seems I heard this
>sometime ago.

MVS OpenEdition achieved POSIX compliance. z/OS is UNIX® certified. POSIX® 
refers to IEEE Standard 1003.1, and colloquially it means "UNIX-like," but 
that's a little dangerous. The reason is that getting the POSIX® label 
requires a submission and certification, whereas it's possible to be 
"UNIX-like" without certification. Linux, for example, is assuredly 
"UNIX-like" even though it's neither POSIX® nor UNIX®.

http://get.posixcertified.ieee.org/

There aren't too many products that are POSIX® certified these days, 
although many more were in the past. Evidently a lot of vendors haven't 
bothered to renew their certificates. The current POSIX® register is 
available here:

http://get.posixcertified.ieee.org/register.html

The Open Group solely handles UNIX® certification and participates in the 
POSIX standardization process as one of the three "Austin Group" parties.

https://www.opengroup.org/membership/forums/platform/unix

The current UNIX® register is available here:

https://www.opengroup.org/openbrand/register

There's a close technical and working relationship between POSIX and the 
Single UNIX Specification(s), but The Open Group is now the sole grantor 
of the UNIX® label, based on vendor submissions passing its certification 
process. Historically, before the certification era, an operating system 
could have been UNIX basically if AT (and maybe the University of 
California, Berkeley, for a little while) said so. z/OS is at least 
unusual, probably unique, as a UNIX operating system without some sort of 
AT (Bell Labs) code lineage.

- - - - - - - - - -
Timothy Sipples
I.T. Architect Executive
Digital Asset & Other Industry Solutions
IBM Z & LinuxONE
- - - - - - - - - -
E-Mail: sipp...@sg.ibm.com



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN