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 |
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:
|
|
032 |
20 |
S |
N |
If using DBNTRY as an entry point,
|
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
|
When you have a RRS=YES User Requirements Table:
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 |
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 |
Change the Multi-User Facility startup options to support SQL Manager. |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|