DSSO LPCI PLUS NULL VPO (4623)    REMOTE PROCEDURE (8994)

Name Value
NAME DSSO LPCI PLUS NULL VPO
TAG NULLVPO
ROUTINE DSSOROH2
RETURN VALUE TYPE GLOBAL ARRAY
WORD WRAP ON TRUE
DESCRIPTION
This RPC returns all charges with VENDOR PURCHASE ORDER equal to null or 
all "0"s (i.e. - "000000") for the specified user.  This list is 
associated to the LPCI Plus report.
INPUT PARAMETER
  • DSSOUSR
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   15
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    File 200 IEN - user for which unreconciled charges with VENDOR PURCHASE
                   ORDER (file 440.6 #20) equal to null or all "0"s are
                   returned
    
  • DSSOIEN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   15
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    IEN of last file 440.6 record processed for chunking purposes - not 
    required on the first call of the RPC, but it is required for each 
    subsequent call
    
RETURN PARAMETER DESCRIPTION
Output: 
        Returned if no unreconciled charges exist for the specified user
          in file 440.6
 
  Successful Completion: array of caret-delimited charge data from
     file 440.6 in format:
       DSSORET(n)= piece 1 ^ piece 2 ^ piece 3 ^ piece 4 ^ piece 5
         ^-piece 1:  440.6 IEN
         ^-piece 2:  TRANSACTION DATE (file 440.6 field #6)
         ^-piece 3:  AMOUNT (file 440.6 field #13) 
         ^-piece 4:  MERCHANT NAME (file 440.6 field #31)
  Error Message format:  "-1^"_error message
         ^-piece 5:  CREDIT CARD NUMBER (file 440.6 field #3) - 
                     last 4 digits
     If the end of the data for this user was not reached, a final node 
     formatted as follows is returned:
       "$$MORE$$^File 440.6 IEN" where File 440.6 IEN is to be passed
          into the next call of this RPC until all data has been 
          processed.
     When the end of the data for the specified user has been reached,
     this node is returned whether data is returned or not on the last
     call:
     "-1^User is required."
       "1^COMPLETE"
     "-1^Invalid User"
     "-1^Unknown error occurred"
     "-1^DSSOROH1-NULLVPO 440.6 IEN "_ien_ "-"_FileMan error text
 
  Warning Message format: "0^"_warning message
     "0^No Credit Card Transactions with Null VPO found for this user."