I would highly apprecciate if some one can remove my confusion.
Whenver I see a REXX code that uses Z system variables I dont find a lot of them in any manuals. If they are user variavles then renaming them stops the code execution. Can soneone please help me understand where can I find info about these z variables. Take a look at the following REXX:
ARG ZDDNVOL .
IF ZDDNVOL='' THEN ZDDNVOL='KDT001'
'VPUT ZDDNVOL SHARED'
ZDDNSKP='0'
This is from a REXX code that displays VTOC (ISPF option 3.4) I dont understand what is ZDDNVOL? I dont find this in any Z variables. If its programmer defined variable then renaming it fails the execution of the code.
Any help.
Thanks,