gtpg2m0sGeneral Macros

CIFRC-Cipher Program Interface

An ECB-controlled program executes this general macro whenever a portion of a message to or from the IBM 3614 Consumer Transaction Facility needs to be enciphered or deciphered. Issuing the CIFRC macro causes the IBM-supplied cipher program BQKCIPH or BQKDES to be executed.

Format




label
A symbolic name can be assigned to the macro statement.

TEXT
This parameter is required and must be coded exactly as shown.

PGM
This parameter identifies the cipher program being requested. It must be either AET or DES. When this parameter is omitted a default is used. If support for only one cipher program is generated, that will be the default. If support for both cipher programs is generated, then the default is AET.

AET
Causes program BQKCIPH to be executed.

DES
Causes program BQKDES to be executed.

Entry Requirements

Return Conditions

Programming Considerations

Examples

None.