OpenTP1 Version 7 TP1/Client User's Guide TP1/Client/W, TP1/Client/P

[Contents][Index][Back][Next]

6.9.2 CBLDCUTL('CNVCLS ') - Terminating character code conversion

Organization of this subsection
(1) Form
(2) Purpose
(3) Data area where the UAP sets values
(4) Data area for which a value is returned
(5) Status codes
(6) Notes

(1) Form

PROCEDURE DIVISION
 
CALL 'CBLDCUTL' USING unique-name-1 unique-name-1 unique-name-1
 
DATA DIVISION
 
01 unique-name-1.
   02 data-name-A PIC X(8)  VALUE 'CNVCLS  '.
   02 data-name-B PIC X(5).
   02 FILLER     PIC X(3).
   02 data-name-C PIC S9(9) COMP VALUE ZERO.
   02 data-name-D PIC S9(9) COMP.
 

(2) Purpose

Terminates character code conversion to free an area in the memory for allocating a code mapping table.

(3) Data area where the UAP sets values

(4) Data area for which a value is returned

(5) Status codes

Status code Meaning
00000 Normal termination
02501 Invalid value for the data name. The request code (data-name-A) may be invalid.
02504 Insufficient memory

(6) Notes

Specify three unique names 1 for the USING clause in the CALL statement.