Xref: utzoo comp.databases:4556 comp.sys.ibm.pc:41496 Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!dsac.dla.mil!nfs0294 From: nfs0294@dsac.dla.mil (Glendell R. Midkiff) Newsgroups: comp.databases,comp.sys.ibm.pc Subject: Re: Another SET RELATION QUESTION Message-ID: <1632@dsac.dla.mil> Date: 8 Jan 90 14:33:38 GMT References: <8328@cbnewsm.ATT.COM> Followup-To: comp.databases Organization: Defense Logistics Agency Systems Automation Center, Columbus Lines: 21 From article <8328@cbnewsm.ATT.COM>, by ldc@cbnewsm.ATT.COM (derrick.j.mitchell): > SET INDEX TO custpart > SET RELATION TO part_no INTO parts, id INTO supplier > When I compile the above using "Clipper Sum/87" I get a > "SET RELATION error". I had the same problem when I first started using the SET RELATION Command. Try splitting the line and use a ';' at the end of the first line: SET RELATION TO part_no INTO parts,; TO id INTO supplier See the example on page 5-182 of the manual. -- |-----------------------------------------------------------------------| |Glen Midkiff osu-cis!dsacg1!gmidkiff | |From the Internet: gmidkiff@dsac.dla.mil | |Phone: (614)-238-9643 @DLA, Systems Automation Center, Columbus, Oh. |