For Programmers: Free Programming Magazines  


Home > Archive > Cobol > April 2006 > Specifying a tablename for a relative file in AcuODBC









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Specifying a tablename for a relative file in AcuODBC
robwcruz@gmail.com

2006-04-26, 6:55 pm

What is the correct syntax to specify a tablename for a relative file
using AcuODBC?

sgbojo@gmail.com

2006-04-26, 6:55 pm

The tablename or file name is defined by the select statement, fd and
possibly by using a directive $XFD FILE=name. You also need to compile
with -fxa to create a data dictonary for a relative file. The AcuODBC
User's Guide chapter 6 has all of the details you'll need.

robwcruz@gmail.com

2006-04-27, 6:55 pm

An $XFD FILE=name coupled with a new preprocessor directive in my
compilation script to change the filename in the IDENTIFICATION section
of the .xfd worked like a charm. Thanks for the help!

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com