DFS1066I -xx //DFSCTL CONTROL-STATEMENT ERROR: aaaaaaa
Explanation
A Sequential Buffering (SB) control statement contains errors. Subcode xx is unique for each type of error; aaaaaaa is a description for each subcode.
The list of subcodes and descriptions follows:
- Code (xx)
- Description (aaaaaaa)
- 01
- PARAMETER VALUE IS NOT NUMERIC
- 02
- "=" IS MISSING IN KEYWORD PARAMETER
- 03
- INVALID STATEMENT-TYPE IN //DFSCTL
- 04
- INVALID PARAMETER VALUE
- 05
- PARAMETER VALUE IS TOO LONG
- 06
- INVALID KEYWORD
- 07
- STOP= KEYWORD NOT HIGHER THAN START=
- 08
- SBPARM STATEMENT HAS NO KEYWORD PARAMETERS
- 10
- EXTRANEOUS COMMA (,)
System action
IMS discards the SB control statement containing the error. For more information about the error, see the accompanying error messages that might be issued (DFS1067I, DFS1068I, DFS1069I).
User response
Correct the error on the SB control statement based on the error messages issued.