I am using the %exec option of SDSF ST panel.
My call to the exec goes fine where I create a ISPF table and add rows to the tables. I can see that the rows are getting added to the table.
At end I call the TBDISPL with Panel and the Panel also is displayed.
However no data is shown on the panel. Only blank rows.
Note that the number of lines in the panel are coming correctly and matches the number of TBADD I do in the exec.
I call the same exec directly and not from the SDSF ST panel using %exec, everything looks fine.
It's only when I am coming from SDSF ST panel, the values in the target panel becomes all blank.
My call to the exec goes fine where I create a ISPF table and add rows to the tables. I can see that the rows are getting added to the table.
At end I call the TBDISPL with Panel and the Panel also is displayed.
However no data is shown on the panel. Only blank rows.
Note that the number of lines in the panel are coming correctly and matches the number of TBADD I do in the exec.
I call the same exec directly and not from the SDSF ST panel using %exec, everything looks fine.
It's only when I am coming from SDSF ST panel, the values in the target panel becomes all blank.