Well, if this is a silly question, at least it may provide some entertainment value. (The title of the topic necessarily sounds like an existential quandary.)
If I have a CLIST created under ISPF as aaaaa.bbbbb.cccc(clname) is there any way that the clist knows it is clname (or aaaaa.bbbbb.cccc(clname))? I have tried what seem to be all the system variables, such as &SYSICMD, &SYSPCMD, etc., at the very beginning of the code, and none of them appear to list anything that resembles the name. For now, I have had to code the name of the clist as a variable within the code, but it would be nice to have it assignable dynamically. Thanks.