DSNT524I PATH pathname msg-text
Explanation
The REXX exec DSNTJMJX displays this message to indicate whether it had created the directory of an HFS/zFS file or not. msg-text provides further information as follows:
- ALREADY EXISTS. NO ATTEMPT IS MADE TO CREATE DIRECTORY
- The specified path of the HFS/zFS file already exists. The directory is not created.
- DOES NOT EXIST AND IS CREATED
- The specified path of the HFS/zFS file does not exist. The directory is created.
- path
- The absolute path of an HFS or zFS directory specified for the file.