ITEM: E7235L

How do I define and authorize access to a datafile in CICS/6000?


Question:

Why, after creating an SFS file CICS was not authorized to access it?

Response:

The problem is that if a file has been created using the Encina utility
sfsadmin then only the file creator is given access to that file.  In 
order to let CICS/6000 access the file you need to run the following 
commands:

acl_edit $ENCINA_SFS_SERVER/\
modify unauthenticated:ADEIQRU
modify any_other:ADEIQRU
commit
exit

To embed this in a script you could use the following:

acl_edit $ENCINA_SFS_SERVER/\ \<\< EOF
modify unauthenticated:ADEIQRU
modify any_other:ADEIQRU
commit
exit
EOF


Support Line: How do I define and authorize access to a datafile in CICS/6000? ITEM: E7235L
Dated: November 1993 Category: N/A
This HTML file was generated 99/06/24~13:30:53
Comments or suggestions? Contact us