What I typically do is use the @ctr, but before using it in a path, copy it to an unused list variable
copy
@ctr $%l1
Then you can use %l1 in your path with the value your were storing in @ctr.
Ryan
Greetings Cloverleafers!!!
V5.2 on AIX
Can I use a variable within the Path? As far as I know, %g1 is also a variable, but when I tried %ctr, @ctr, @%ctr or %@ctr, none of them works….