CICS SORT application restrictions
Several restrictions apply to COBOL applications that
run under CICS® and use the format 1 SORT
statement.
The restrictions are:
- Format 1
SORT
statements that include theUSING
orGIVING
phrase are not supported. - Sort control data sets are not supported. Data in the
SORT-CONTROL
special register is ignored. - These CICS commands in
the input or output procedures can cause unpredictable results:
CICS LINK
CICS XCTL
CICS RETURN
CICS HANDLE
CICS IGNORE
CICS PUSH
CICS POP
You can use CICS commands other than these if you use the
NOHANDLE
orRESP
option. Unpredictable results can occur if you do not useNOHANDLE
orRESP
.