IEF344I USERIDA COPYSTEP OUT - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR
IGD17501I ATTEMPT TO OPEN A HFS FILE FAILED,
RETURN CODE IS (00000075) REASON CODE IS (05620063)
FILENAME IS (/u/userid/cobol/)
then I tried changing the JCL by giving the file name
I got following error
Code:
RETURN CODE 0000006F, REASON CODE EF076015. AN ERROR OCCURRED DURING THE OPENIN
but I was able to achieve it thru 'CP' command from Unix(OMVS).
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
Posted: Thu Feb 25, 2021 11:07 am Post subject:
Magesh_J wrote:
Hi Kolusu,
Thanks for the response.
I am getting the following error.
Code:
IEF344I USERIDA COPYSTEP OUT - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR
IGD17501I ATTEMPT TO OPEN A HFS FILE FAILED,
RETURN CODE IS (00000075) REASON CODE IS (05620063)
FILENAME IS (/u/userid/cobol/)
Magesh_J,
The return and reason code is
Code:
0075 | JRSpFileExists
| The file specified on the mknod service already existed.
| Action: A file by this name exists. The mknod service request
| cannot be processed. Correct the name and retry the
| operation.
0063 | JRFileExistsExclFlagSet
| The file exists, but O_EXCL is specified on the open call.
| Action: The open service request cannot be processed.
| Correct the name or the open flags and retry the operation.
You need to specify the file name on the PATH name.
You can issue the command TSO ISH and the press enter. You can specify the path /u/userid/cobol/ on the panel and then verify that the member you copied exists. Now for testing you can specify a different name. Fyi you can use DFSORT to copy to zFS file system
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum