Iīm sorry if this isnīt the correct forum place where I have to write my rexx problem but this is my first thread.
My problem is tha I am writting a Rexx program and I need pass a array variable to my ISPF panel. I donīt know how can I do it.
DO I = 1 TO 11
ADDRESS ISPEXEC "TBSKIP" TBTABLE
ADDRESS ISPEXEC "TBGET" TBTABLE
ARRAY.I= TBREGIMS TBUSER TBLIBRE TBTRAN TBCLASEO TBCLASEA TBFECHA TBHORA
END
ADDRESS ISPEXEC "TBCLOSE" TBTABLE
I want show the array where I have the information from the table in the ispf panel.
I have tried &ARRAY.1 but it doesnīt work.
Can someone help me? THANKSSSSSSSSSS