Natural System Error Messages 8201-8250
NAT8201: Invalid program switch to a conversational transaction.
Text |
Invalid program switch to a conversational transaction. |
Explanation |
A direct switch to a conversational transaction from a
non-conversational one is not allowed.
Module(s): NIIDIRTX |
Action |
Check the transaction codes used.
OR
Use the appropriate switching module. |
NAT8210: No free work PCBs.
Text |
No free work PCBs. |
Explanation |
You cannot create a report because there is no free work PCB.
Note: A work PCB is allocated to each open report.
Module(s): NATAM06 |
Action |
Increase the number of work PCBs in the transaction code table
(WRKPCBS parameter in the NIMTRNTG macro).
OR Decrease the number of parallel reports. |
NAT8211: Destination :1: for printing the report is not defined.
Text |
Destination :1: for printing the report is not defined. |
Explanation |
The destination specified in the NTPRINT macro or in the OUTPUT
parameter of the DEFINE PRINTER statement is not a valid IMS TM
destination.
Module(s): NATAM06 |
Action |
Check your destination.
OR
Contact your system programmer. |
NAT8212: Line length larger than block size.
Text |
Line length larger than block size. |
Explanation |
The current print line is larger than the block size for the
printer destination used.
Module(s): NATAM06 |
Action |
Increase the block size (BLKSIZE parameter in the NTPRINT macro).
OR
Decrease the line size for the report. |
NAT8250: Not enough space for the command in the command buffer.
Text |
Not enough space for the command in the command buffer. |
Explanation |
The length of the command passed is larger than the size of
the command buffer.
Note:
The command buffer is used as I/O area when CMCMMND sends the
command to IMS TM.
Module(s): CMCMMND |
Action |
Check the length of the command passed to CMCMMND
OR Increase the size of the command buffer in the environment
table (CMBSIZE parameter in the NIMPARM macro). |