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

PRCUCV2.m

Go to the documentation of this file.
  1. PRCUCV2 ;WISC@ALTOONA/CTB-ESIG CONVERSION ;2/15/93 3:55 PM
  1. V ;;5.0;IFCAP;;4/21/95
  1. SETOFCDS ;display set of codes
  1. N X,LN,Y
  1. Q:$P($G(DIR(0)),"^",1)'["S"
  1. W !,"Select From:",!
  1. S X=$P(DIR(0),"^",2)
  1. F LN=1:1 Q:$P(X,";",LN)="" S Y=$P(X,";",LN) W !?5,$P(Y,":"),?15,$P(Y,":",2)
  1. QUIT