Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: XPDPROT

Package: Kernel

Routine: XPDPROT


Information

XPDPROT ;SFISC/RWF,RSD - Manage Protocol Items ;05/24/2010

Source Information

Source file <XPDPROT.m>

Entry Points

Name Comments DBIA/ICR reference
ADD(PARENT,CHILD,MNE,SEQ) ;EF. Add Child to Item multiple of Parent
  • ICR #5567
    • Status: Active
    • Usage: Supported
    LKPROT(X) ;EF. To lookup on "B"
  • ICR #5567
    • Status: Active
    • Usage: Supported
    TYPE(X) ;EF. Return protocol type, Pass IFN.
  • ICR #5567
    • Status: Active
    • Usage: Supported
    DELETE(PARENT,CHILD) ;EF. Delete entry from ITEM multiple
  • ICR #5567
    • Status: Active
    • Usage: Supported
    OUT(PROT,TXT) ;Disable protocol
  • ICR #5567
    • Status: Active
    • Usage: Supported
    RENAME(OLD,NEW) ;Rename protocol
  • ICR #5567
    • Status: Active
    • Usage: Supported
    FIND(RESULT,PROT) ;Find all parents for PROT
    ; Input: RESULT - Results array name, passed by reference (req)
    ; PROT - name of protocol (req)
    ; Output: RESULT(0)= number of parents found
    ; OR
    ; -1 ^ error message
  • ICR #5567
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points