Hi,
You can use a rexx program to check the directory and here's a small section of 
my program.There is some checking you have to do and which includes check 
uppercase and lowercase of directories.If you want me to send you my rexx 
program then let me know. 
 address syscall 'access' $root F_OK                                            
 If errno = '0' Then Do                                                         
    rc = errno                                                                  
    Flag3 = 'ON'                                                                
    call saym 3, 'Following directories already exist:'                         
    say 'The directory already exists:' $root                                   
    exit 99                                                                     
 End             

Jasi Grewal.

    On Monday, November 11, 2024 at 07:08:12 p.m. EST, Lizette Koehler 
<[email protected]> wrote:  
 
 I have the need to validate 100’s of home directories on TSO/RACF. IDs

I am using IRRXUTIL to get the home directory using REXX. What can I use to see 
if the path on the home directory exists?

Example

Tsoid MYTSO has a home directory of /tsousr/MYTSO

What do I use to see that the path. /tsousr/MYTSO exists?

I would like to keep this in the one REXX process

And I would like to know what z/OS dataset it is in

Thank you

Lizette


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
  

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to