GECSVFY ;WISC/RFJ-verify and check code sheet parameters ;18 Nov 93
;;2.0;GCS;;MAR 14, 1995
N %,GECSFIX
S XP="Do you want to check the batch types for errors",XH="Enter 'YES' to start the checker, 'NO' or '^' to exit."
W ! I $$YN^GECSUTIL(1)'=1 Q
S XP="When a discrepancy is found, do you want me to try and fix it",XH="Enter 'YES' to fix discrepancies, 'NO' to not fix them, '^' to exit."
W ! S %=$$YN^GECSUTIL(2) I '% Q
S GECSFIX=$S(%=1:1,1:0)
D GO^GECSVFY0
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HGECSVFY 491 printed Dec 13, 2024@01:56:40 Page 2
GECSVFY ;WISC/RFJ-verify and check code sheet parameters ;18 Nov 93
+1 ;;2.0;GCS;;MAR 14, 1995
+2 NEW %,GECSFIX
+3 SET XP="Do you want to check the batch types for errors"
SET XH="Enter 'YES' to start the checker, 'NO' or '^' to exit."
+4 WRITE !
IF $$YN^GECSUTIL(1)'=1
QUIT
+5 SET XP="When a discrepancy is found, do you want me to try and fix it"
SET XH="Enter 'YES' to fix discrepancies, 'NO' to not fix them, '^' to exit."
+6 WRITE !
SET %=$$YN^GECSUTIL(2)
IF '%
QUIT
+7 SET GECSFIX=$SELECT(%=1:1,1:0)
+8 DO GO^GECSVFY0
+9 QUIT