STORE and TurboSTORE/iX Products Manual (B5151-90003)
196 AppendixA
Error Messages
Using the STORE_ERROR Variable
Using the STORE_ERROR Variable
When STORE, RESTORE, or VSTORE aborts because of an error, the Command Interpreter
(CI) variable STORE_ERROR is set to a non-zero value. This value can be used to look up
more detailed cause and action error text in the MPE/iX Error Messages Manual Volumes
I, II and III. If STORE exits successfully, then STORE_ERROR is set to 0.
You can look up STORE errors in the CI error catalog by entering:
:HELP SR####
where #### is the error message from STORE. For example,
:HELP SR1003
MESSAGE FILE NAME LENGTH TOO LONG. A NAME PART CANNOT EXCEED
8 CHARACTERS IN LENGTH (S/R 1003)
CAUSE Same as message content.
ACTION Retype the command and include a valid file name.