Re: Copying file to OMVS

2011-08-29 Thread Shmuel Metz (Seymour J.)
In f255efe0ecf08c4a9c1db6aff423541716483...@ch2wpmail1.na.ds.ussco.com, on 08/27/2011 at 11:22 PM, Chase, John jch...@ussco.com said: ITYM free rein. Yes. Which is why spill chuckers often don't catch errors. -- Shmuel (Seymour J.) Metz, SysProg and JOAT ISO position; see

Re: Copying file to OMVS

2011-08-27 Thread R.S.
W dniu 2011-08-26 19:49, Ed Gould pisze: Radoslaw: I have never done a server PAC install on any thing other than a production systems. That meaning production jobs along side the serv PAC jobs. Well... IMHO it the most dangerous way. I assume you mean driving system, otherwise it would be

Re: Copying file to OMVS

2011-08-27 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Shmuel Metz (Seymour J.) In 4e57892f.4060...@bremultibank.com.pl, on 08/26/2011 at 01:53 PM, R.S. r.skoru...@bremultibank.com.pl said: I disagree, that means: what's wrong with UID(0) for such scripts?

Re: Copying file to OMVS

2011-08-26 Thread Hunkeler Peter (KIUP 4)
ICH408I USER(ZOSUSER ) GROUP(OMVSGRP ) NAME(USER NAME) 479 /TEST/COMPRESS9 CL(FSOBJ ) FID(38130041) INSUFFICIENT AUTHORITY TO OPEN ACCESS INTENT(RW-) ACCESS ALLOWED(OWNER ---) EFFECTIVE UID(000999) EFFECTIVE GID(01) Someone mentioned that

Re: Copying file to OMVS

2011-08-26 Thread Hunkeler Peter (KIUP 4)
Have your RACF person to provide : CHMOD 777 /TEST/COMPRESS9 to execute this command in OMVS. Also ask them to change the owner by CHOWN command.. Why are you suggesting to change the mode to 777. First, the file seems to receive the content of a pax archive, so it is not an executable file.

Re: Copying file to OMVS

2011-08-26 Thread Hunkeler Peter (KIUP 4)
//SYSUT2 DD PATH='/TEST/COMPRESS9', // PATHOPTS=(OWRONLY,OCREAT,OEXCL), // PATHDISP=(KEEP,DELETE) //SYSIN DD DUMMY You also need // PATHMODE=() otherwise the system creates the file with mode 000 (see JCL manual), which is what you see in the RACF message. -- Peter Hunkeler

Re: Copying file to OMVS

2011-08-26 Thread Ted MacNEIL
Second, why do you think anybody should get full read and write access to this file? They were being sarcastic. Somebody else pointed out, due to cultural and language differences, that not everybody would catch on to that. Appears he was right. - Ted MacNEIL eamacn...@yahoo.ca Twitter:

Re: Copying file to OMVS

2011-08-26 Thread Hunkeler Peter (KIUP 4)
Second, why do you think anybody should get full read and write access to this file? They were being sarcastic. I saw those post and I fully agree. But I don't think the post I was refering to was meant to be sarcastic. Neither by the wording used nor by the person posting. And from my own

Re: Copying file to OMVS

2011-08-26 Thread Shane
On Fri, 26 Aug 2011 13:26:06 +0200 Hunkeler Peter (KIUP 4) wrote: I can tell many MVS people tend to set permissions wrong in their early days of zO/S UNIX experience. Including the design and implementation team(s) at IBM. For example, for way too long it was a requirement to run the

Re: Copying file to OMVS

2011-08-26 Thread R.S.
W dniu 2011-08-26 13:44, Shane pisze: On Fri, 26 Aug 2011 13:26:06 +0200 Hunkeler Peter (KIUP 4) wrote: I can tell many MVS people tend to set permissions wrong in their early days of zO/S UNIX experience. Including the design and implementation team(s) at IBM. Agreed, so far. IMHO this is

Re: Copying file to OMVS

2011-08-26 Thread Shane
On Fri, 26 Aug 2011 13:53:19 +0200 R.S. wrote: I disagree, that means: what's wrong with UID(0) for such scripts? ServerPac installation is rarely done on live production system ;-) I've seen plenty of customers with a common (i.e. only one) RACF database ... Shane ...

Re: Copying file to OMVS

2011-08-26 Thread R.S.
W dniu 2011-08-26 13:58, Shane pisze: On Fri, 26 Aug 2011 13:53:19 +0200 R.S. wrote: I disagree, that means: what's wrong with UID(0) for such scripts? ServerPac installation is rarely done on live production system ;-) I've seen plenty of customers with a common (i.e. only one) RACF

Re: Copying file to OMVS

2011-08-26 Thread Angel Tamayo
It works !!! // PATHMODE=(SIRWXU,SIRGRP,SIROTH), Thanks a lot John and thank you all for your help and interest. Angel 2011/8/25 John McKown joa...@swbell.net Had a power outage causing a delay in replying. I am an idiot (nothing new about that). The owner access is --- which is none. And I

Re: Copying file to OMVS

2011-08-26 Thread McKown, John
: Copying file to OMVS It works !!! // PATHMODE=(SIRWXU,SIRGRP,SIROTH), Thanks a lot John and thank you all for your help and interest. Angel 2011/8/25 John McKown joa...@swbell.net Had a power outage causing a delay in replying. I am an idiot (nothing new about that). The owner

Re: Copying file to OMVS

2011-08-26 Thread Ed Gould
Radoslaw: I have never done a server PAC install on any thing other than a production systems. That meaning production jobs along side the serv PAC jobs. I have been doing servpac installs since day one of serv pacs. The same thing goes for CBIPO and CBPDO installs. Ed

Re: Copying file to OMVS

2011-08-26 Thread Shmuel Metz (Seymour J.)
In 20110826214422.6ca4399d@xpfs, on 08/26/2011 at 09:44 PM, Shane ibm-m...@tpg.com.au said: For example, for way too long it was a requirement to run the ServerPac scripts as UID 0. I believe that derived from an SMP/E limitation, now lifted. There was a recent thread re security in the *nix

Re: Copying file to OMVS

2011-08-26 Thread Shmuel Metz (Seymour J.)
In 4e57892f.4060...@bremultibank.com.pl, on 08/26/2011 at 01:53 PM, R.S. r.skoru...@bremultibank.com.pl said: I disagree, that means: what's wrong with UID(0) for such scripts? Plenty, over and above violating the principle of least privilege. In another life I had RACF special and had free

Copying file to OMVS

2011-08-25 Thread Angel Tamayo
Hi List, Maybe someone here could have the same or similar case. I run job: //COPY1 EXEC PGM=IEBGENER,REGION=0M //SYSPRINT DD SYSOUT=* //SYSUT1 DD DISP=SHR,DSN=HLQ.COMPRESS.PAX //SYSUT2 DD PATH='/TEST/COMPRESS9', // PATHOPTS=(OWRONLY,OCREAT,OEXCL), // PATHDISP=(KEEP,DELETE) //SYSIN DD DUMMY I

Re: Copying file to OMVS

2011-08-25 Thread Craig Pace
:51 AM Please respond to IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu To IBM-MAIN@bama.ua.edu cc Subject Copying file to OMVS Hi List, Maybe someone here could have the same or similar case. I run job: //COPY1 EXEC PGM=IEBGENER,REGION=0M //SYSPRINT DD SYSOUT=* //SYSUT1 DD DISP=SHR

Re: Copying file to OMVS

2011-08-25 Thread R.S.
W dniu 2011-08-25 14:49, Angel Tamayo pisze: Hi List, Maybe someone here could have the same or similar case. I run job: //COPY1 EXEC PGM=IEBGENER,REGION=0M //SYSPRINT DD SYSOUT=* //SYSUT1 DD DISP=SHR,DSN=HLQ.COMPRESS.PAX //SYSUT2 DD PATH='/TEST/COMPRESS9', // PATHOPTS=(OWRONLY,OCREAT,OEXCL),

Re: Copying file to OMVS

2011-08-25 Thread Kirk Wolf
This is not really what you asked - but the pax command can read directly from a z/OS dataset - you don't need to copy to a Unix file first. Kirk Wolf Dovetailed Technologies http://dovetail.com On Thu, Aug 25, 2011 at 7:49 AM, Angel Tamayo a.tamay...@gmail.com wrote: Hi List, Maybe someone

Re: Copying file to OMVS

2011-08-25 Thread McKown, John
@bama.ua.edu] On Behalf Of Angel Tamayo Sent: Thursday, August 25, 2011 7:50 AM To: IBM-MAIN@bama.ua.edu Subject: Copying file to OMVS Hi List, Maybe someone here could have the same or similar case. I run job: //COPY1 EXEC PGM=IEBGENER,REGION=0M //SYSPRINT DD SYSOUT=* //SYSUT1 DD DISP=SHR,DSN

Re: Copying file to OMVS

2011-08-25 Thread jagadishan perumal
Hi, Have your RACF person to provide : CHMOD 777 /TEST/COMPRESS9 to execute this command in OMVS. Also ask them to change the owner by CHOWN command.. Simple.. then submitting the JCL again On Thu, Aug 25, 2011 at 6:19 PM, Angel Tamayo a.tamay...@gmail.com wrote: Hi List, Maybe someone here

Re: Copying file to OMVS

2011-08-25 Thread McKown, John
Subject: Re: Copying file to OMVS IMO, you need an OMVS segment and a unique, non-zero, UID. You also need Write (Read eXecute would be nice too) access to the /TEST subdirectory. From the message, your ID is running with a UID of 999 and a GID of 1. How to give you access to /TEST

Re: Copying file to OMVS

2011-08-25 Thread Paul Gilmartin
On Thu, 25 Aug 2011 20:18:16 +0530, jagadishan perumal wrote: Have your RACF person to provide : CHMOD 777 /TEST/COMPRESS9 to execute this command in OMVS. Also ask them to change the owner by CHOWN command.. Simple.. then submitting the JCL again While you're at it, have him give all your

Re: Copying file to OMVS

2011-08-25 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Thursday, August 25, 2011 9:56 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Copying file to OMVS On Thu, 25 Aug 2011 20:18:16 +0530, jagadishan perumal wrote: Have your

Re: Copying file to OMVS

2011-08-25 Thread Don Imbriale
Gilmartin Sent: Thursday, August 25, 2011 9:56 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Copying file to OMVS On Thu, 25 Aug 2011 20:18:16 +0530, jagadishan perumal wrote: Have your RACF person to provide : CHMOD 777 /TEST/COMPRESS9 to execute this command in OMVS. Also ask them

Re: Copying file to OMVS

2011-08-25 Thread McKown, John
Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Thursday, August 25, 2011 9:56 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Copying file to OMVS On Thu, 25 Aug 2011 20:18:16 +0530, jagadishan perumal wrote: Have your RACF person to provide

Re: Copying file to OMVS

2011-08-25 Thread Shmuel Metz (Seymour J.)
In CACX+xPPcMG++TYRwHi58uSt-+JABp=xpbq62gdh5ja8otgs...@mail.gmail.com, on 08/25/2011 at 09:49 AM, Angel Tamayo a.tamay...@gmail.com said: The RACF persons says that I need to have OMVS segment setup for my userid with UID(0). What's he drinking? You need a UID or GID with access to the

Re: Copying file to OMVS

2011-08-25 Thread Shmuel Metz (Seymour J.)
In a6b9336cdb62bb46b9f8708e686a7ea00afc0ed...@nrhmms8p02.uicnrh.dom, on 08/25/2011 at 09:55 AM, McKown, John john.mck...@healthmarkets.com said: Oh, I forgot the ever popular command: chmod 1777 /TEST Cruel, but all very well for a spree. (A Sea Dirge) It's not my dog. -- Shmuel

Re: Copying file to OMVS

2011-08-25 Thread Tony's Comcast account
will involve some education for some of your staff. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Angel Tamayo Sent: Thursday, August 25, 2011 7:50 AM To: IBM-MAIN@bama.ua.edu Subject: Copying file to OMVS Hi List, Maybe

Re: Copying file to OMVS

2011-08-25 Thread Angel Tamayo
] On Behalf Of Angel Tamayo Sent: Thursday, August 25, 2011 7:50 AM To: IBM-MAIN@bama.ua.edu Subject: Copying file to OMVS Hi List, Maybe someone here could have the same or similar case. I run job: //COPY1 EXEC PGM=IEBGENER,REGION=0M //SYSPRINT DD SYSOUT=* //SYSUT1 DD DISP=SHR

Re: Copying file to OMVS

2011-08-25 Thread Angel Tamayo
The directory /TEST already is 777 Display File Attributes Pathname : /TEST File type . . . . . . : Directory Permissions . . . . . : 777 rwxrwxrwx and COMPRESS9 is created by the job. Angel 2011/8/25 jagadishan perumal jagadish...@gmail.com Hi, Have your RACF person to provide

Re: Copying file to OMVS

2011-08-25 Thread John McKown
Had a power outage causing a delay in replying. I am an idiot (nothing new about that). The owner access is --- which is none. And I noticed you did not include the DD parameter PATHMODE. Try: //SYSUT2 DD PATH='/TEST/COMPRESS9', // PATHOPTS=(OWRONLY,OCREAT,OEXCL), //

Space error copying file to OMVS (z/OS USS) ?

2009-12-11 Thread Alan Harrison
I'm having trouble with OPUT in that I'm getting this BPXF106E RETURN CODE 0085, REASON CODE 5B4FC005. AN ERROR OCCURRED DURING THE WRITING TO HFS FILE /itim/racf.tar. This is described here:- http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2M381/SPTM004092 and that points

Re: Space error copying file to OMVS (z/OS USS) ?

2009-12-11 Thread Veilleux, Jon L
Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Alan Harrison Sent: Friday, December 11, 2009 1:44 PM To: IBM-MAIN@bama.ua.edu Subject: Space error copying file to OMVS (z/OS USS) ? I'm having trouble with OPUT in that I'm getting this BPXF106E RETURN CODE