OOPS ZIP CODE MISMATCH CHECK (1973)    REMOTE PROCEDURE (8994)

Name Value
NAME OOPS ZIP CODE MISMATCH CHECK
TAG ZIPCHK
ROUTINE OOPSGUI8
RETURN VALUE TYPE SINGLE VALUE
DESCRIPTION
This broker call will take the Zip Code and State Name and validate that the
Zip Code exists and is valid for the State.
INPUT PARAMETER
  • DATA
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   50
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This parameter will contain the Zip Code and the State name to validate in the
    format ZIPCODE^STATENAME. The zip code will be validated to ensure that it
    exists and then will obtain the State from the zip code file and check it
    against the cooresponding State entered by the user.
    
RETURN PARAMETER DESCRIPTION
The RESULTS parameter will contain a text message indicating the success of
the call or the reason it failed; missing parameters, zip code does not exist, 
or zip code does not match state.