Initialization and interface messages
Note to CICS(R) users
REXX, the command interface, and ISPF are not supported in
CICS. For command interface errors, the message text is available
in the ISPF variable DSQCIMSG.
If your START command or calls from the command or callable interface
fail, QMF provides messages that help you determine what caused
the failure. These message numbers have the form DSQInnnn, where nnnn is a four-digit number.
To aid you in debugging the START command and calls from the
command or callable interfaces, the following list maps the message
texts to the appropriate message numbers. If you are working with
the current level of DSQCOMM, the message text is available in the
DSQCOMM. In the REXX language, the message number is in the variable DSQ_MESSAGE_ID, and the message text is in the variable DSQ_MESSAGE_TEXT. &V1 in the message text specifies a substitution parameter for
a value or program, of one character in length.
- DSQI0001
- Using wrong version of QMF interface. Re-link your program
using latest version.
- DSQI0002
- Not enough virtual storage to start QMF product.
- DSQI0003
- QMF program segment &V1 specified by DSQSDCSS is not correct
for QMF V3.
- DSQI0004
- Unsupported system environment. Use CMS, TSO, or CICS .
- DSQI0005
- Unable to load QMF module &V1
- DSQI0006
- Invalid call to callable interface.
- DSQI0007
- QMF program segment V1 doesn't exist. Check value in DSQSDCSS.
- DSQI0008
- Error attempting SEGMENT FIND function for QMF program segment V1
- DSQI0009
- Error attempting FINDSYS function for QMF program segment
V1
- DSQI0010
- Error, QMF program segment V1 may overlay user storage.
- DSQI0011
- Error attempting SEGMENT PURGE function for QMF program segment
V1
- DSQI0012
- Error attempting SEGMENT LOAD function for QMF program segment V1
- DSQI0013
- Error attempting LOADSYS for QMF program segment V1
- DSQI0014
- Unable to run REXX program V1 specified by DSQSCMD.
- DSQI0015
- Length of DSQSCMD program parameter value is too long.
- DSQI0016
- Length of DSQSDCSS program parameter value is too long.
- DSQI0017
- Length of DSQALANG program parameter value is too long.
- DSQI0018
- Value of DSQSCMD program parameter value is missing.
- DSQI0019
- Value of DSQSDCSS program parameter is missing.
- DSQI0020
- Value of DSQALANG program parameter is missing.
- DSQI0021
- Value V1 of DSQALANG program parameter is not correct.
- DSQI0022
- Invocation parameter has too many keywords.
- DSQI0023
- Invocation parameter value is missing or there is an invalid
separator.
- DSQI0024
- Not enough virtual storage to start QMF product.
- DSQI0025
- Incorrect number of parameters. Must be 3 or 9.
- DSQI0026
- Unable to load QMF module DSQCBST.
- DSQI0027
- Incorrect DSQ_INSTANCE_ID in QMF communications
area (DSQCOMM).
- DSQI0028
- Unable to execute command. START command must be issued.
- DSQI0029
- Not enough virtual storage to start QMF product.
- DSQI0030
- Parameter address of command string length is not correct.
- DSQI0031
- Command string length value is not correct.
- DSQI0032
- Parameter address of command string is not correct.
- DSQI0033
- Unsupported call to QMF REXX interface module DSQCIX.
- DSQI0034
- Error trying to NUCXLOAD QMF module DSQCIX.
- DSQI0035
- REXX program V1 specified by DSQSCMD didn't return a result.
- DSQI0036
- Unsupported call to QMF interface module DSQQMFE.
- DSQI0037
- Unable to EXEC CICS LINK to module DSQCBST.
- DSQI0041
- Unable to load module(s) V1
- DSQI0042
- Unable to find module(s) V1 in DCSS.
- DSQI0045
- ISPLINK SELECT PGM(DSQCCISW) TCB switch failure.
- DSQI0046
- QMF called with different TCB than at initalization.
- DSQI0047
- Unable to execute command. START command must be issued.
- DSQI0048
- QMF is already active. START command is not allowed.
- DSQI0049
- Unexpected CICS error. CICS service and EIBRESP: &1.
[ Previous Page | Next Page | Contents ]