Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: DIIS

DIIS.m

Go to the documentation of this file.
  1. DIIS ;SFISC/GFT-DELETE THIS LINE AND SAVE AS '%ZIS' IF YOU DON'T HAVE A '%ZIS' ROUTINE ;11:04 AM 18 Aug 1994
  1. ;;22.0;VA FileMan;;Mar 30, 1999
  1. ;Per VHA Directive 10-93-142, this routine should not be modified.
  1. %ZIS ;
  1. I $D(IOP)#2 S IO=$I G PARAMS
  1. S IO=$I ;READ "DEVICE: ",IO ;INSERT DEVICE SELECTION HERE
  1. PARAMS S IOM=80,IOSL=24,IOF="#",IOPAR="",POP=0,ION=$P(IO,";"),IOT="TRM"
  1. ;
  1. ; DIISS uses the variable IOST to determine what to set the screen
  1. ; handling variables to. (See routine DIISS.) DIISS currently
  1. ; looks for values of IOST equal to C-VT220 and C-VT320. If it
  1. ; equals anything else, the IO variables default to the codes for
  1. ; C-VT100 terminals.
  1. ;
  1. ; The variable IOXY contains the code to position the cursor at
  1. ; column position DX and row position DY. Unmodified, this
  1. ; routine sets IOXY to the code for VT100, VT220, and VT320
  1. ; terminals.
  1. ;
  1. S IOST="C-VT100"
  1. S IOXY="W $C(27,91)_(DY+1)_$C(59)_(DX+1)_$C(72)"
  1. Q