===================================================================
希望能够和使用的DataStage 朋友们一起探讨学习。QQ:154642320 e-mail:zhaofmyan@sohu.com
===================================================================
子routine:
routine 名:rtChild
程序:
Ans = Arg1
return("SUCCESS")
父routine:
routine 名:rtCallChild
程序:
A=""
Call DSU.rtChild(A,"asdfa")
Ans = A
注释:A 作为子routine返回的值,"asdfa"为传递进入的参数