Chapter 2 Message List
627
iSMprfext: 004 File open error - <
aaa...a
>
func = <
bbb...b
> errno = <
cccc
>
[Explanation]
It indicates that an error occurred in the open process of the file.
aaa...a
: Name of the file for which the error occurred in the open process
(String)
bbb...b
: Name of the function where the error occurred (String)
cccc
: Error number (in Decimal)
[Measures]
Check file specification and access right of the file. Then, remove the cause of
the error, and execute the command again.
iSMprfext: 005 File close error - <
aaa...a
>
func = <
bbb...b
> errno = <
cccc
>
[Explanation]
It indicates that an error occurred in the close process of the file.
aaa...a
: Name of the file for which the error occurred in the close process
(String)
bbb...b
: Name of the function where the error occurred (String)
cccc
: Error number (in Decimal)
[Measures]
Check the file system to remove the cause of the error or specify the -p option to
change the location for output files, and execute the command again.
iSMprfext: 006 Read error - <
aaa...a
> func =
<
bbb...b
> errno = <
cccc
> ds =
<
dddddddd
>
[Explanation]
It indicates that an error occurred in the input process of the file.
aaa...a
: Name of the file for which the error occurred in the input process
(String)
bbb...b
: Name of the function where the error occurred (String)
cccc
: Error number (in Decimal)
dddddddd : Detailed code of the error (in Hexadecimal)
[Measures]
Check whether the specified statistic information history file/statistic information
summarized file is damaged or not.