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 |  Interaction Calls
Print Page as PDF
Routine: XPARTPV1

Package: Toolkit

Routine: XPARTPV1


Information

XPARTPV1 ;SLC/KCM - Transport, supporting calls

Source Information

Source file <XPARTPV1.m>

Entry Points

Name Comments DBIA/ICR reference
ZPKG(IEN,NAME) ; get package IEN & Name
PKG(IEN,NAME,NMSP) ; get namespace and associated package
ROU(NAME) ; get routine name
MAX(SIZ) ; get maximum routine size
VALTOTMP(PKG,NMSP) ; gather package level parameter values & put in ^TMP
SAVEROU ; loop thru ^TMP($J,"ROU") and save routines
MAKEID(I) ; return two char ID based on integer, (0..9,A..Z)=base 36

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This will create a series of ",NAME," routines."
  • Line Location: ROU+5
Function Call: WRITE
  • Prompt: !,"But "_NAME_" already exists!"
  • Line Location: ROU+6
Function Call: WRITE
  • Prompt: "."
  • Line Location: VALTOTMP+11
Function Call: WRITE
  • Prompt: !,"Saving ",X
  • Line Location: SAVEROU+3
Info |  Source |  Entry Points |  Interaction Calls