Hello team -
I have implemented some code to split the string in LUA in Z/OS for Optim 11.7, I see the same code is getting executed in the online executors but not in Column Map procedures.
Below is the code snippet
str="Sampath sam,gelli charan"
for i,j in string.gmatch(str,"([^,]+),([^,]+)") do
print (i)
print(j)
end
output in the online editor is as follows
Sampath sam
gelli charan
but in optim it is nill
Also, optim is not reconising lua table and it errors when I try to use "[ ]" in LUA scripting.
Regards,
sam
------------------------------
Sampath Gelli
------------------------------
#InfoSphereOptim#Optim