Hi All
How to compile this code to r.code:
/****************************/
def shared temp-table tt-x
field c as char
field i as int.
For each {1}
where {1}.{2} <> "root".
assign i = i + 1.
create tt-x.
assign tt-x.a = lc{1}.{2}
tt-x.i = i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.