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: ONCOSCT1

Package: Oncology

Routine: ONCOSCT1


Information

ONCOSCT1 ;Hines OIFO/GWB - CROSS TAB SETUP ;7/27/92

Source Information

Source file <ONCOSCT1.m>

Entry Points

Name Comments DBIA/ICR reference
GC ;GET CUTS
ABORT
SETUP ;get options
S1
W
GETFLD ;get field & cuts
CUTS
C
CK ;Check cutpoint format
HLP ;Help on cutpoints

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: S1+5
Function Call: WRITE
  • Prompt: U
  • Line Location: W+0
Function Call: WRITE
  • Prompt: !!,$S(COLDD="":"One",1:"Two"),"-Way Table with ",$P(ROWDD,U,1)_" Values"
  • Line Location: W+0
Function Call: WRITE
  • Prompt: " for Rows ",!,"and ",$P(COLDD,U,1)," Values for Columns"
  • Line Location: W+1
Function Call: WRITE
  • Prompt: !,"For ",$S(TEMPL:"Entries in Search Template "_HEADER,1:"ALL Cases")
  • Line Location: W+2
Function Call: WRITE
  • Prompt: !!?10,"You may enter cutpoints for this variable: "_$P(FDD(F),U)
  • Line Location: CUTS+0
Function Call: WRITE
  • Prompt: !?10,"E.g., enter '4:7:12:30' to count the values"
  • Line Location: CUTS+1
Function Call: WRITE
  • Prompt: !?10,"in 5 categories (LE 4),(GT4-LE7),...,(GT30)"
  • Line Location: CUTS+2
Function Call: READ
  • Formatting: !!?5
  • Prompt: "Define CUTPOINTS: "
  • Variable: X
  • Timeout: DTIME
  • Line Location: C+0
Function Call: WRITE
  • Prompt: ?50,*7,"ERROR = '"_Y_"' ~ Try Again!"
  • Line Location: CK+1
Function Call: WRITE
  • Prompt: !!?10,"Cutpoints not properly defined",!?10,"Use increasing or decreasing numbers",!,?10,"Must have ':' as delimiter only!!"
  • Line Location: CK+4
Function Call: WRITE
  • Prompt: !!?10,"Cutpoints are used to partition data into groups"
  • Line Location: HLP+1
Function Call: WRITE
  • Prompt: !?10,"where there is no computed field like 'AGE GROUP'."
  • Line Location: HLP+2
Function Call: WRITE
  • Prompt: !?10,"Use a series of increasing or decreasing numbers"
  • Line Location: HLP+3
Function Call: WRITE
  • Prompt: !?10,"separated by colons (':') to create the RANGE.",!!
  • Line Location: HLP+4
Info |  Source |  Entry Points |  Interaction Calls