Hello,
I am beginner in REXX and want to concatenate a string for an array.
if i = 1 then do
queue "//SYSUT1 DD DSN="||inpi.i||"tested"
the part which is bolded is not seen in the input.
I am getting output as //SYSUT1 DD DSN=HY.JJ.U102.C1304.R02
where I have a list 0f 100 files in a dataset and each inpi.i(n) represent each file in that dataset.
But my requirement is //SYSUT1 DD DSN=HY.JJ.U102.C1304.R02tested