What can this message indicate?

Brian Schalme bschalme@airspeed.mb.ca
Thu, 24 May 2001 14:39:28 -0500


	This is a nuisance error that does not affect data integrity in any
way. It happens when you are appending to or overwriting an existing
NODICT subfile. If you remove the NODICT from the SUBFILE statement or
purge the existing NODICT subfile before executing this code, the error
message disappears.

	This error was fixed in 8.19C5.

		Brian Schalme
		Airspeed Consulting
		bschalme@airspeed.mb.ca

Leonard_Berkowitz@harvardpilgrim.org wrote:
> 
> HPe3000 PowerHouse 8.19 C3
> 
> "Parser Error: Syntax errorParser Error: Syntax error"
> 
> Yet the routine worked! I am running the following from a file as redirected
> input:
> 
> QUIZ<QUIZIN
> 
> Here is the QUIZIN file:
> 
> SET NOWARN NOPRINT NOSTATISTICS NOLIST
> ACCESS PHC-CODE
> CHOOSE PHC-KEY "HISTRYE"
> DEFINE HISTDATE CHARACTER * 62 = &
>     "SETVAR ARCHDATE " + PHC-INFO[1:8]
> REPORT SUMMARY HISTDATE
> SET SUBFILE NAME ARCHHIST &
>     TEMPORARY NODICTIONARY
> GO
> EXIT
> 
> Thanks.
> ===================
> Leonard S. Berkowitz
> Perot Health Care Systems
> (Harvard Pilgrim Health Care account)
> voice: 617-509-1212
> fax:   617-509-3737
> pager: 781-226-2431
> 
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe" in message body to powerh-l-request@lists.swau.edu
> http://lists.swau.edu/mailman/listinfo/powerh-l
> This list is closed, thus to post to the list you must be a subscriber.