Previous Topic: What You Can DoNext Topic: Moving Fields to an Input Buffer Area (CULLUS43)


How to Use CULLUS40

To invoke CULLUS40:

  1. Define a 25-byte alphanumeric work field to hold the message sent.
  2. Define another 25-byte alphanumeric work field to receive the message returned.
  3. Issue a CALL to CULLUS40 from type 7 logic:
    Col
    2
    ▼
    RPT-nn7sss CALL US40 (message-qv response-v)
    

Example

This example shows the CA Culprit parameters required to send a message to the console operator and receive a response.

The following code: