OOPS GET SINGLE FIELD (1430)    REMOTE PROCEDURE (8994)

Name Value
NAME OOPS GET SINGLE FIELD
TAG GETFLD
ROUTINE OOPSGUI7
RETURN VALUE TYPE SINGLE VALUE
WORD WRAP ON TRUE
DESCRIPTION
This broker call will return a single data element from the file and field 
that is passed in as a parameter.
INPUT PARAMETER
  • IEN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This parameter is the internal record number of the file that the data element
    will be extracted from.
    
  • FLD
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   50
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This parameter contains the file and field number where the data element should
    be extracted from in the format FILE NUMBER^FIELD NUMBER.  An example would
    be 2260^119.  This would 'pull' field 119 from the ASISTS Accident Reporting
    File (#2260).
    
RETURN PARAMETER DESCRIPTION
The external value of the data element extracted from the file and field
passed in the second parameter will be returned.