ARS0153E Unable to change directory to >directory_name<. errno=errno

Explanation

The system failed when attempting to change to the specified directory. The errno value might provide additional information.

User response

Verify that the directory exists and verify the directory permissions. Then resubmit the command.
Possible sources of information for errno values include:
  • AIX: /usr/include/sys/errno.h
  • Linux: /usr/include/asm-generic/errno-base.h and /usr/include/asm-generic/errno.h
  • Windows: Locate Microsoft C++ documentation on the web and then use “errno” (without the quotes) as search criteria.
  • z/OS: /usr/include/errno.h
  • IBM i: Use the Display Message Description command: DSPMSGD CPExxxx, where xxxx is the errno value.