On Thu, 9 Oct 2025 09:27:20 -0500, Grace Godfrey <[email protected]> wrote:
>When I go to ishell and enter the file name, it throws errorno-87x >Not a directory, reason code 0594003C a node in the pathname is not a >directory. You're overthinking the error message. You say you entered "file name" but the error message tells us you included the path with the file name. The message is telling you that the a "node" in the "pathname" is not a directory. Most likely, you need to create one or more subdirectories because unlike datasets, Unix will not create nodes that do not exist. For example, consider /u/username/a/b/c/your.file where /u/username exist. You would need to create subdirectories a/b/c. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
