Page 2 of 2

Re: problem with Sql code -206

PostPosted: Tue Mar 12, 2013 7:41 pm
by Dashimir
I did this

select jasdk
asdfasd
asdfasdf
* asdfasdf
* number_thing
into jhaskdjh
kjsdhkfa
kjsdfkj
table-number-thing

Now it worked but why ? what do i do to make those columns go properly ?

Re: problem with Sql code -206

PostPosted: Tue Mar 12, 2013 7:54 pm
by enrico-sorichetti
it worked because You obeyed the rule that an host variable should not have the same name as a column :geek:

Re: problem with Sql code -206

PostPosted: Tue Mar 12, 2013 8:12 pm
by BillyBoyo
Mostly people put a prefix on data-names, to indicate whether it is in WORKING-STORAGE or LINKAGE, for instance. If you had done that originally....