Confusing lua return codes from os.execute

前端 未结 0 1927
南方客
南方客 2021-02-10 03:25

I\'m trying to run the following code in sas:

proc lua restart;
submit;
    local cmd = "&cmd."
    local ret_code = os.execute(cmd)
    sas.symput(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题