When using parameter substitution, a parenthesis remains in aptsource output.

Christopher Rubin

When using parameter substitution, a parenthesis remains in aptsource output.

When using parameter substitution, a parenthesis remains in  aptsource output.

Using CLFile output works fine.

Parameters defined:

OPP1 = 1

MXA=%(OPP1),0,0,0,0,1,0,0,0,0,1,0

Usage in PPInstruction:

TRANS/%(MXA)

Output created for CLFile:

47,2000,1037,12,   TRANS/1,0,0,0,0,1,0,0,0,0,1,0

Output created for Aptsource:

TRANS/1),0,0,0,0,1,0,0,0,0,1,0

If anyone knows how to remedy problem it would be appreciated.

Thanks,

Christopher Rubin

 

 

 

Christopher Rubin

RE: When using parameter substitution, a parenthesis remains in aptsource output.
(in response to Christopher Rubin)

I found the answer from a colleague. Just leave the close (right) parenthesis off when embedding a parameter in another parameter.