Hai,
I am facing a problem.
i was compiling the following piece of code
def new shared temp-table tt-temp like hoteldsc.
def new shared dataset d-date for tt-temp.
but i got the error
Buffer tt-temp in shared dataset d-date must be shared too. (12383)
** Could not understand line 2. (196)
This seems to be kinda not correct because i had define tt-temp as shared only.
Can anyone please help on this.
I am facing a problem.
i was compiling the following piece of code
def new shared temp-table tt-temp like hoteldsc.
def new shared dataset d-date for tt-temp.
but i got the error
Buffer tt-temp in shared dataset d-date must be shared too. (12383)
** Could not understand line 2. (196)
This seems to be kinda not correct because i had define tt-temp as shared only.
Can anyone please help on this.