Procedure Modules › The Universal Interface (CULLUS00) › How to Use CULLUS00
How to Use CULLUS00
To invoke CULLUS00:
- Define the sending and receiving fields (arguments) within the CA Culprit program.
- Issue a CALL statement from type 7 logic:
- Rpt-nn, coded in columns 2 and 3, specifies a 2-digit number in the range 00 through 99 that identifies the CA Culprit report.
- Sss, coded in columns 5 through 7, specifies a 3-digit number indicating the sequence number of the type 7 parameter.
- Module-name-q (ARG1) requires an 8-character user-written module name, enclosed in single quotation marks. If the name is less than 8 characters, pad the right with blanks.
- Argument-v (ARG2 through ARG9) requires 1 to 8 values, separated by a space or comma, that correspond to the arguments expected by the called module.
Example
This sample code shows the CA Culprit parameters required to call the user-written module MYPROG, which converts Fahrenheit temperatures to centigrade.
The following code:
Copyright © 2014 CA.
All rights reserved.
|
|