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

PRCHAAC4.m

Go to the documentation of this file.
  1. PRCHAAC4 ;WIFO/CR-General Questions Utility ;7/8/05 1:43 PM
  1. V ;;5.1;IFCAP;**79,100**;Oct 20, 2000
  1. ;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;
  1. ;This routine is called from the input template for Detailed purchase
  1. ;card and any other place where the field Federal Supply Classification
  1. ;is used. It is also used in combination with tags EN10-EN101 of
  1. ;PRCHNPO7. The variable PRCHANS is not killed here. Instead, it is
  1. ;killed within various PO input templates where it is used.
  1. N L,M,X
  1. S L(1)=$TR($J("",60)," ","-")
  1. S L(2)=" Select one Item Type: Goods (G) or Services (S)"
  1. S L(3)=$TR($J("",60)," ","-")
  1. S M(1)=" Answer with G, g, S, s, or '^' to exit"
  1. ;
  1. D FT^PRC0A(.L,.M," Enter an Item Type","","")
  1. S X=$E(L,1,1) X "F %=1:1:$L(X) S:$E(X,%)?1L X=$E(X,0,%-1)_$C($A(X,%)-32)_$E(X,%+1,999)" S L=X
  1. I "GS^"'[L G V
  1. S PRCHANS=L
  1. QUIT