Re: Re: In over my head again...
Ron Hudson <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Apr 25, 2010 at 2:57 PM, ScottC <[email protected]>wrote: > > > > --- In [email protected] <turnkey-mvs%40yahoogroups.com>, Ron > Hudson <hudson.ra@...> wrote: > > > > Well It's sink or swim! I am trying to create a user catalog > Why? > > > > Because: 1) I am tired of always having to type the password > > (sys1.vmastcat has an update password) > > 2) Users in the master catalog is frowned on in the > "real world" > > I think the following will be sufficient for your stated objectives: > > //HERC01A JOB CLASS=C,REGION=0K,NOTIFY=HERC01 > //*** > //*** Define aliases for High-level qualifiers suitable for > //*** your site. > //*** New 'USER01' datasets can be allocated without P/W. > //*** > //IDCAMS EXEC PGM=IDCAMS > > //SYSPRINT DD SYSOUT=* > //SYSIN DD * > DEFINE ALIAS (NAME(USER01) RELATE(SYS1.UCAT.TSO)) - > CATALOG(SYS1.VMASTCAT/SECRET) > // > Scott, I get the suspicion that you think USER01 is a userid? I have created a dasd and its volser is USER01 (the first dasd for use by users) I would like to start using it... > > Messing around with creating your own user catalog at this stage of the > game is not worth it. > > ScottC > > >