Chapter 2 Message List
621

iSMprfedit: 103 Missing option - <aaa...a>

[Explanation] It indicates that required option is not specified.
aaa...a : Option name required to be specified (String)
[Measures] Specify the option correctly and execute the command again.

iSMprfedit: 110 File open error - <aaa...a>

func = <bbb...b> errno = <cccc> ds

= <dddddddd>

[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)
dddddddd : Detailed code of the error (in Hexadecimal)
[Measures] Remove the cause of the open error based on the name of the function where the
error occurred and the error number, and execute the command again.

iSMprfedit: 111 File close error - <aaa...a>

func = <bbb...b> errno = <cccc> ds

= <dddddddd>

[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)
dddddddd : Detailed code of the error (in Hexadecimal)
[Measures] Remove the cause of the close error based on the name of the function where the
error occurred and the error number, or change the location where the edit report
is created by specifying the -o option, and execute the command again.