|
|
Archives of the TeradataForum
Message Posted: Thu, 27 Mar 2003 @ 13:33:41 GMT
Subj: | | Re: Teradata DB and COBOL programs. |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Thursday, March 27, 2003 08:25 -->
| If i copy the input variables into the cobol program it works!!, but does not workif it is in a seperate file and called in the
program with "COPY ". | |
That's weird. The COPY should be no different from coding the variables directly in the program. You are copying the member, not
the ddname, right? Are the variables showing up in the compiler listing? Could we see the source code?
| |