English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Running CA ACF2 on zOS and trying to allow all developers read access to the JCL libraries without allowing them execute access. ACF2 will generate a warning upon rule compile and change the access from Read allowed to Read allowed and execute allowed, ie. R(A) to R(A) E(A)

How do I provide read access and prevent/prohibit execute access?

2007-09-20 16:45:05 · 1 answers · asked by Truth be Told 3 in Computers & Internet Programming & Design

1 answers

I think you will have to try a different approach.
Jcl is not an executable code. Jcl is submitted to the internal reader to be executed so what you are trying to do is not possible.

Can you prevent access to the job classes?
You will certainly have prevented update access to any files and databases. So all you have to worry about is read access to produce reports.

I hope that helps.

2007-09-20 23:38:02 · answer #1 · answered by AnalProgrammer 7 · 1 0

fedest.com, questions and answers