Calling a VT conversion routine in COBOL

The format for calling the conversion routines in COBOL is as follows:
CALL VIDCONV        USING vidconv-routine-number
                          source-field
                          source-field-length
                          source-field-picture
                          destination-field
                          destination-field-length
                          destination-field-picture
                          picture-field-length

Concept Concept

Feedback


Timestamp icon Last updated: Monday, 10 February 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.vt.doc//topics/CallingAVTConversionRoutineInCOBOL.html