Summary:
When we executed the "%INPUT DCONVERT,*" job, we recieved the "PE031 16-16 I/O ERROR PDSOUT *" error message.
What is the cause of this error ?
How to solve this error ?
%FETCH PANELIB *TEST .ELEMENT1/EXEC ;TA \DECONV\
PE031 16-16 I/O ERROR PDSOUT * .UUNS6350 00000000004200000000000000000000000001C0
%FETCH PANELIB *TEST .ELEMENT1/EXEC ;TA \DECONV\
PE031 16-16 I/O ERROR PDSOUT * .XYSKB220 00000000004200000000000000000000000001C0
Instructions:
When the PDSE file is defined in the PDSOUT DD, this error occurs because Panexec does not support it.
If you would like to copy an element to the PDSE file, please copy it to the PDS file first.
And, copy it from the PDS file to the PDSE file by PGM=IEBCOPY.