DSIC FM MULTIPLE FILER (2438)    REMOTE PROCEDURE (8994)

Name Value
NAME DSIC FM MULTIPLE FILER
TAG MFILE
ROUTINE DSICFM
RETURN VALUE TYPE ARRAY
AVAILABILITY AGREEMENT
DESCRIPTION
Calls DSIC FM FILER remote procedure code as often as necessary
to process multiple file or subfile x IENS combinations.
INPUT PARAMETER
  • INPUT
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   245
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
     ;         LIST[#] = p1^p2^p3^p4^p5^p6 where
     ;              First record of each group to be filed to the same
     ;              entry or subentry must specify the IENS.
     ;              This value can be omitted for subsequent
     ;              records that pertain to other fields in the same
     ;              entry.
     ;         p3 - FLAG - optional - only acceptable value is "T" -
     ;              transaction processing, that is, all the fields must
     ;              be successfully updated or none are.  Applies to
     ;              the entire group of records for one file or subfile
     ;              number and IENS.  May be specified in any record of
     ;
     ;              the same group.
     ;         p4 - required - field # (Same as p1 in FILE^DSICFM)
     ;         p5 - optional - default value I (Same as p2 in FILE^DSICFM)
     ;              if p5="" then field value in internal format
     ;                   ="E" then field value in external format
     ;                   ="I" then field value in internal format
     ;                   ="W" then field is a word processing
     ;                                  see notes for FILE^DSICFM
     ;         p6 - value for field# - if value is <null> or "@"
     ;                        then field value will be deleted.
     ;         p1 - required when file or subfile changes
     ;                        (Same as p3 in FILE^DSICFM)
     ;              First record of each group relating to the same
     ;              file or subfile must specify the file or subfile
     ;              number in the first piece.  This value can be
     ;              omitted for subsequent records that pertain to
     ;              the same file or subfile.
     ;         p2 - required when IENS or file/subfile changes
    
RETURN PARAMETER DESCRIPTION
RESULT -     return array where
             RESULT(1) = 1^FILE^IENS  if everything was successfully filed
                                      for this FILE x IENS combination.
                           = -1^error message if any problems encountered
             RESULT(2...n) = additional messages in above format