DSSO CRITICAL COM (4220)    REMOTE PROCEDURE (8994)

Name Value
NAME DSSO CRITICAL COM
TAG DSSOCC
ROUTINE DSSOUTC
RETURN VALUE TYPE ARRAY
AVAILABILITY AGREEMENT
WORD WRAP ON TRUE
DESCRIPTION
This RPC takes in a suspense IEN (#668) and returns the critical comment 
field from the #665 file.
INPUT PARAMETER
  • DSSO668
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    A Suspense IEN (#668)
    
RETURN PARAMETER DESCRIPTION
Returns an array List[n].
 
If an error occurs, the return will be List[n] = -1^message.
 
The formate of the return array will be as follows:
  List[n] = p1
 
    p1 = A single line from the word processing field, critical comment,
          from the #665 file.
 
If no comment exists, the return will be List[n] = 0^NOTHING TO REPORT.