Re: Multiple jobs/same name



Paul Gilmartin pisze:
On Mon, 5 Oct 2009 09:11:21 +0200, R.S. wrote:
BTW: jobnames can be easily protected using standard RACF class JESJOBS.
The profile is SUBMIT.nodename.jobname.userid
One can define who (not a part of the profile) on what system (NJE
node), what jobname, *with what OWNER* (the last qualifier).
So even in shared RACF db environment there is a possibility that
Group APPLPRG can submit job ABC12345 with owner PRODBTCH, but only on
TEST system. And it is possible to prevent userid propagation - so TSO
segment is not a problem.

Does the syntax permit a universal rule with wildcards, e.g.:

SUBMIT.nodename.&SYSUID.%.&SYSUID

... ? I.e. every user may submit (only) jobnames consisting of
the userid plus one character and only for his own userid? Or
must the administrator create a specific rule for each user?

Variables like &SYSUID are not allowed in RACF profiles. However you can use GAT (Global Access Table). In GAT you can use special variable &RACUID which is equivalent for &SYSUID.
The entry should look like:
SUBMIT.node.&RACUID%.&RACUID/READ

Disclaimer: I didn't test it.

--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sąd Rejonowy dla m. st. Warszawy XII Wydział Gospodarczy Krajowego Rejestru Sądowego, nr rejestru przedsiębiorców KRS 0000025237
NIP: 526-021-50-88
Według stanu na dzień 01.01.2009 r. kapitał zakładowy BRE Banku SA (w całości wpłacony) wynosi 118.763.528 złotych. W związku z realizacją warunkowego podwyższenia kapitału zakładowego, na podstawie uchwały XXI WZ z dnia 16 marca 2008r., oraz uchwały XVI NWZ z dnia 27 października 2008r., może ulec podwyższeniu do kwoty 123.763.528 zł. Akcje w podwyższonym kapitale zakładowym BRE Banku SA będą w całości opłacone.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.



Relevant Pages

  • Re: Multiple jobs/same name
    ... I'll believe that OWNER is a synonym for userid. ... SDSF and JES2 and at least some batch scheduleres use the same OWNER meaning as above. ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: USER/OWNER/&SYSUID (was Multiple jobs/same name
    ... it's the exection userid and not the submitter's userid. ... SDSF OWNER column is from the JSABUSID field in JSAB that is a JES CB. ... For IBM-MAIN subscribe / signoff / archive access instructions, ... send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO ...
    (bit.listserv.ibm-main)
  • Re: Nmae of Profile in XP Home
    ... Settings, its name is not Daave, but rather it is still Owner. ... The correct way really is to immediately abandon the Owner profile ... To change the name of your Documents and Settings\UserName folder: ... 1- Log on to your account and use the SET USERPROFILE command to ...
    (microsoft.public.windowsxp.general)
  • Re: Nmae of Profile in XP Home
    ... Settings, its name is not Daave, but rather it is still Owner. ... The correct way really is to immediately abandon the Owner profile ... To change the name of your Documents and Settings\UserName folder: ... 1- Log on to your account and use the SET USERPROFILE command to ...
    (microsoft.public.windowsxp.general)
  • Re: Nmae of Profile in XP Home
    ... The default name of the initial User profile is "Owner." ... Settings, its name is not Daave, but rather it is still Owner. ... folder: 1- Log on to your account and use the SET USERPROFILE ...
    (microsoft.public.windowsxp.general)

Loading