Hitachi TrueCopy for IBM z/OS User and Reference Guide (T5211-96001, June 2007)
TrueCopy for z/OS Scripting B-35
Hitachi Universal Storage Platform V TrueCopy for IBM z/OS User’s Guide
Table B-18 TrueCopy for z/OS Scripting Error Codes (continues on the
following pages)
Message
ID
Internal
Code
Error Message Error Description
2338 -- Normal End. The script execution has completed successfully.
2339 1102 Cannot open a file by ‘Memo’ command.
The ‘Memo’ command cannot start the Write
application. The Write.exe file may be absent from
the Windows directory.
2340
1103,
1104
Invalid command line parameter.
An error is found in the startup parameter of the
script monitor. The installation process may not
have been complete.
2341
1f01,
1f02
File I/O error (parameter).
The parameter file cannot be opened. The
installation process may not have been complete.
2341
2f01,
2f02
File I/O error (script). The specified file may be corrupt.
2341 2f03∼
2f05,
4101,
4102
File I/O error (temporary).
The work middle file is abnormal. The disk capacity
maybe insufficient or the file may be corrupt.
2341 6101∼
6105
File I/O error (trace).
The macro trace file cannot be opened. The disk
capacity may be insufficient or the file may be
corrupt.
2341 6111∼
6115
File I/O error (trace).
The error trace file cannot be opened. The disk
capacity may be insufficient or the file may be
corrupt.
2342 2101 Too long line. Line = nnnn
A script line exceeds the maximum character
length (240), where nnnn is the script line number.
2343
2201,
2203
Illegal ‘If’ and ‘EndIf’ pair. Line = nnnn
‘If’ and ‘EndIf’ script commands do not match, in
script line nnnn
2344 2202 ‘End’ is required. Line = nnnn
‘End’ does not exist at the end of the script line
nnnn.
2345 2204 ‘Start’ is required. Line = nnnn The script line nnnn does not begin with ‘Start.’
2346 2205 Illegal word is found. Line = nnnn An illegal word was found in script line nnnn.
2347 2206
List type variable is unexpected.
Line = nnnn
The list type variable is incorrect in script line nnnn.
2348 2207 Illegal quotation. Line = nnnn
A quotation mark is not found at the end of a
string in script line nnnn.
2349 2208 Required value is not found. Line = nnnn The end of line nnnn is “=“.
2350
2209,
220a
Illegal ‘(‘and’)’ pair. Line = nnnn
The parentheses are not matched in script line
nnnn.