Previous Topic: blanks - THE COMMAND WAS SUCCESSFULNext Topic: Return Code 02 - INVALID TABLE NAME


Return Code 01 - INVALID REQUEST COMMAND

Reason:

The command in the Request Area is not spelled correctly or is not valid in the way it is being used for the environment.

If you are using CA Datacom CICS Services, a CA Datacom/DB request which is not permitted in an online request was detected by CA Datacom CICS Services.

If you are using the CA Datacom IMS/DC Services, the current application program issued a CA Datacom/DB OPEN or CLOSE, but these CA Datacom/DB commands are not valid in a program using CA Datacom IMS/DC Services. CA Datacom IMS/DC Services handles the OPEN/CLOSE functions through internal management.

Action:

If you are using the CA Datacom IMS/DC Services, remove the OPEN or CLOSE from your application program. See the following internal return codes for details.

Return Code 01 Internal Return Codes

Dec

Hex

M

B

Explanation

User Response

001

01

N

N

CA Datacom CICS Services error. Invalid CA Datacom command
detected by CA Datacom CICS Services in DCCTPPR.

Fix the application that issued the bad command. If not known, do the following steps to isolate and determine the problem, if it is reproducible:

  • DBOC TRACE,RCBYPASS=00 <-enter>
  • DBOC TRACE,RCBYPASS=14 <-enter>
  • DBOC TRACE,RCBYPASS=91 <-enter>
  • DBOC TRACEON
  • RERUN test or wait a while
  • DBOC INQ=TRACE (should show what the bad command was)

032

20

S

N

If using DBNTRY as an entry point,
the command name is misspelled.
If using CBLDBMS or DATACOM as
an entry point, either the command name is misspelled or the command
is not supported. Commands not supported through CBLDBMS or DATACOM include the following:

  • CNTKY CNTTB GETPS
  • GSETP INQIN LOCBR
  • LOCKL REDBR RDUBR
  • REDKL RDUKL SELCN
  • SELFR SELNR SELPR
  • SELSM SELST

If the command name is misspelled, correct the spelling. If the command is not supported through your entry point, revise the program logic.

033

21

N

N

You issued a CA Datacom/DB
command which is not allowed.
When RRS=YES is specified in the DBURINF User Requirements
Table macro, the following are
not allowed:

  • COMIT, LOGCP, LOGCR, LOGTB,
    and ROLBK record-at-a-time commands
  • COMMIT and ROLLBACK SQL statements
  • DEQUE commands issued by
    CA Datacom CICS Services

When you have a RRS=YES User Requirements Table:

  • Issue an Application_Commit_UR command for a commit.
  • Issue an Application_Backout_UR command for a rollback.

The Application_Commit_UR and the Application_Backout_UR commands communicate with RRS, and RRS coordinates a two-phase commit across all resource managers.

034

22

N

N

An attempt was made to execute a GSETP or GETPS command using the Any Parent table or the SQL LOCK TABLE statement using the Any
Parent table. These are not
supported.

Change the program so it does not use the Any Parent table.

175

AF

S

N

An SQLMODE command is being attempted against a Multi-User
Facility without the SQLMODE
option selected.

Change the Multi-User Facility startup options to support SQL Manager.