DFS702I INVALID OPTION CARD OR PRIOR ERROR. SUBCODE=xxxx
Explanation
The OPTION statement identified in the message test by xxxx is in error, or a previous error caused this statement to be ignored.
Programmer response
Correct the option statement
and resubmit the job. See the following subcode listing to determine
the error.
- xxxx
- Subcodes for messages
- 0001
- Keyword invalid in column 10.
- 0002
- Invalid keyword in option statement.
- 0003
- V= keyword without value.
- 0004
- VALUE= keyword without value.
- 0005
- SYM= & VALUE= keywords on the same option.
- 0006
- VALUE= specified twice.
- 0007
- VALUE= & without symbol name.
- 0008
- VALUE= &symbol, symbol name > 8.
- 0009
- FLDTYP keyword without value.
- 0010
- FLDTYP specified twice.
- 0011
- FLDTYP invalid.
- 0012
- COND= keyword specified twice.
- 0013
- COND= keyword without value.
- 0014
- COND=T without Y or N.
- 0015
- COND= blank or comma missing.
- 0016
- FLDLEN used with COND=T.
- 0017
- COND= value invalid.
- 0018
- FLDLEN keyword without value.
- 0019
- FLDLEN specified twice.
- 0020
- FLDLEN value too long.
- 0021
- FLDLEN value invalid.
- 0022
- FLDLEN value out of range.
- 0023
- OFFSET= keyword without value.
- 0024
- OFFSET= specified twice.
- 0025
- OFFSET= value too long.
- 0026
- OFFSET= value invalid.
- 0027
- OFFSET= value out of range.
- 0028
- Not used.
- 0029
- SYM= keyword without value.
- 0030
- SYM= first character not '&'.
- 0031
- SYM= specified twice.
- 0032
- SYM=& without symbol name.
- 0033
- SYM=&symbol, symbol name > 8.
- 0034
- STOPAFT= keyword without value.
- 0035
- STOPAFT= specified twice.
- 0036
- STOPAFT= value too long.
- 0037
- STOPAFT= value invalid.
- 0038
- STOPAFT= value out of range.
- 0039
- STARTAF= keyword without value.
- 0040
- STARTAF= specified twice.
- 0041
- STARTAF= value too long.
- 0042
- STARTAF= value invalid.
- 0043
- STARTAF= value out of range.
- 0044
- STOPAFT= used without COND=E.
- 0045
- STARTAF= used without COND=E.
- 0046
- C= value invalid.
- 0047
- EXITR= keyword without value.
- 0048
- EXITR= specified twice.
- 0049
- EXITR= value too long.
- 0050
- Not used.
- 0051
- Not used.
- 0052
- Not used.
- 0053
- Not used.
- 0054
- DDNAME= keyword without value.
- 0055
- DDNAME= specified twice.
- 0056
- DDNAME= value too long.
- 0057
- PRTSYS= keyword without value.
- 0058
- PRTSYS= specified twice.
- 0059
- PRTSYS= without option COPY.
- 0060
- PRTSYS= value invalid.
- 0061
- H= keyword without value.
- 0062
- B= keyword without value.
- 0063
- O= keyword without value.
- 0064
- L= keyword without value.
- 0065
- C= keyword without value.
- 0066
- T= keyword without value.
- 0067
- E= keyword without value.
- 0068
- Not used.
- 0069
- D= keyword without value.
- 0070
- P= keyword without value.
- 0071
- PARM parameter specified more than once.
- 0072
- No PARM parameter specified.
- 0073
- Format error in PARM list (missing left parenthesis).
- 0074
- Format error in PARM list (length is less than 3).
- 0075
- Format error in PARM list (length is greater than 258).
- 0076
- Format error in PARM list (missing right parenthesis).
- 0077
- You specified FLDLEN or FLDTYP, but did not specify VALUE.