gtpi1m45System Installation Support Reference

Output Message Re-formatting

After the routing table has been built, but before simulation, the second exit, segment UOP2, is called, by CVIQ, if the User Format Indicator has been set. The purpose of this exit is to allow reformatting of the message for just one FSC receiver. You can also provide 3270 simulation code in this user exit, thus choosing to bypass the simulation provided by segment CVIQ. To bypass simulation, the Simulation Indicator (EBX074) that has been passed to the exit, must be turned on. The main use of this second exit is to add special start and end delimiters to a message intended for ISCF/PC without affecting the output to the other consoles.

Input

EBX074
User simulation indicator (set to 0 by CVIQ)

 
 

D6
Output message block

D9
Mass prefix message block

Programming Considerations