Page 2 of 2

Re: Change a variable in a member, then execute through CLIS

PostPosted: Sat Oct 19, 2013 8:38 pm
by Pedro
I suggest passing the id as a parameter when the exec is called:

TSO %myexec  ID(pedro)

and in the exec, use PARSE to assign the parameter:
PARSE UPPER ARG  'ID(' id ')'