Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

File permissions - Unicode vs. Non-unicode

Former Member
0 Likes
853

Hi all -

We have a program that creates a file in both our Unicode-enabled system (SRM) and our non-unicode system (ECC 6.0). Both are Unix servers.

It's very strange - on the Unicode box, it creates the file with permissions 660, but on the non-unicode box, file permissions are created as 666.

Does anyone know how to alter the system so that files are created with specific permissions with the 'OPEN DATASET' command in a Unicode environment?

The help is appreciated - thanks very much!

Abby

Hi all -

We have a program that creates a file in both our Unicode-enabled system (SRM) and our non-unicode system (ECC 6.0). Both are Unix servers.

It's very strange - on the Unicode box, it creates the file with permissions 660, but on the non-unicode box, file permissions are created as 666.

Does anyone know how to alter the system so that files are created with specific permissions with the 'OPEN DATASET' command in a Unicode environment?

The help is appreciated - thanks very much!

Abby

5 REPLIES 5
Read only

Former Member
0 Likes
790

ECC6.0 is a Unicode system. Am not sure why you said non-unicode.

Thanks,

Kiran

Read only

Former Member
0 Likes
790

Hi Kiran -

Yes, new installs of ECC 6.0 are Unicode. Due to our contracts with SAP as a non-Unicode 4.6C system, we were allowed to remain non-Unicode when upgrading to ECC 6.0 a few years ago. Seemed easier at the time, but we probably should have just converted to Unicode at the time of the upgrade.

Thansk -

Abby

Read only

Former Member
0 Likes
790

Please contact BASIS team or post this question to BASIS forum. Looks like an authorisation issue.

Regards

Vivek

Read only

Former Member
0 Likes
790

This is a Basis Setting. Check transaction RZ11. I think Profile install/umask allows you to control this setting.

Read only

Former Member
0 Likes
790

Thanks for the information. Any further insight into exactly which parameter in RZ11 should be modified to handle this change?