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