Hello..
I am using ISPF panels in one of my projects. I was hardcoding the DSN as the ISPPLIB using the statement,
"ISPEXEC LIBDEF ISPPLIB DATASET ID ('HLQ.DSN')".
It was working fine. But now I need to remove the hardcoding of the DSN such that the REXX code should automatically take the current DSN name. I tried using the ISREDIT statement,
"ISREDIT (DSN) = DSN"
and use the variable DSN instead of 'HLQ.DSN'. But it is not working. Please suggest any way to resolve this issue.