When creating a OMVS/Shell directory the following error messages are returned:
Function = chdir(), directory name = '/u/user001', return value = -1, errno = 129 (X'00000081'), reason code = 05190050, message = '
EDC5129I No such file or directory.'
Release : 16.0
Component : CA Top Secret for z/OS
Directories need to be created in shell or OMVS.
Here is an example of creating a directory:
TSO OMVS
$ cd /u/users/sec
$ mkdir projecta
$ ls -l
total 33466 drwxr-xr-x 2 ADMIN01 ENF 0 Jan 1 00:00 projecta
* This above creates a projecta directory *
For more information on Directories reference the link below: