IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Password Data Set not found.


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Mon Jul 02, 2007 5:39 pm
Reply with quote

I allocated a new password protected dataset , from 3.2 option.
Then i tried to use 'Protect' command.
after entering this command ,it prompts for new password and then....

I am getting an error
UNABLE TO PROTECT DATA SET 'XXX.AAA.YYY'
PASSWORD DATA SET NOT FOUND.

-Kapil.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Jul 03, 2007 12:43 pm
Reply with quote

DO NOT play with password datasets, you are likely to get a very angry sysprog on your case.

If you do not want your colleagues looking at your secret JCL, use RACF or whatever security product you have in place.
Back to top
View user's profile Send private message
hikaps14

Active User


Joined: 02 Sep 2005
Posts: 189
Location: Noida

PostPosted: Tue Jul 03, 2007 4:59 pm
Reply with quote

Could you please explain how ,can we do it using RACF ?

Thanks,
-Kapil.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Jul 03, 2007 5:46 pm
Reply with quote

What do you need / want to protect ?

If it is your own dataset then you can probably do it yourself, but if it is a development or production dataset then you will need to talk to your security admin people.

for your own

ADDSD 'dataset name' GENERIC UACC(NONE) OWNER(your uid)

And then to allow people to browse

PE 'dataset name' GENERIC ID(who ever) ACCESS(READ)
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top