PRCAMESG ;SF-ISC/YJK-AR PROGRAM MESSAGES ;4/24/92  8:50 AM
V ;;4.5;Accounts Receivable;;Mar 20, 1995
 ;;Per VHA Directive 10-93-142, this routine should not be modified.
 ;LIST OF THE MESSAGES USED IN THE AR PROGRAM.
M1 W !,"Answer 'Y' or 'YES' if the data displayed above is correct,",!
 W "answer 'N' or 'NO' if not correct.",! Q
M2 W !,"Answer 'Y' or 'YES' if you want to edit the data,"
 W !,"answer 'N' or 'NO' if you don't want to.",! Q
YN W !,"Answer 'Y' (YES) or 'N' (NO).",! Q
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HPRCAMESG   495     printed  Sep 23, 2025@19:16:28                                                                                                                                                                                                     Page 2
PRCAMESG  ;SF-ISC/YJK-AR PROGRAM MESSAGES ;4/24/92  8:50 AM
V         ;;4.5;Accounts Receivable;;Mar 20, 1995
 +1       ;;Per VHA Directive 10-93-142, this routine should not be modified.
 +2       ;LIST OF THE MESSAGES USED IN THE AR PROGRAM.
M1         WRITE !,"Answer 'Y' or 'YES' if the data displayed above is correct,",!
 +1        WRITE "answer 'N' or 'NO' if not correct.",!
           QUIT 
M2         WRITE !,"Answer 'Y' or 'YES' if you want to edit the data,"
 +1        WRITE !,"answer 'N' or 'NO' if you don't want to.",!
           QUIT 
YN         WRITE !,"Answer 'Y' (YES) or 'N' (NO).",!
           QUIT