By default the CCID and COMMENT are remembered across sessions; in the ENCOPTBL table the following can be found:
Note: The line above should be commented.
How can we check that those fields are indeed stored in ISPF profile (CTLIPROF member)?
The name of the COMMENT and CCID variables for Endevor and Quick Edit in CTLIPROF member are:
To trace your session within ISPF DIALOG TEST that allow to perform dialog testing, please do the following:
Below is an extract of trace showing what you should see in the ISPF log :
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+..
VPUT.... BEGIN ;;; .... - ISPYX201
CALL ISPLINK(VPUT,(C1RQCCID C1RQCOMM EEVPCCID EEVPCOMM),PROFILE)
C1RQCCID Pool (F) .... - ISPYX211 VALUE(yourccid)
..GET by VPUT - ISPYX212
C1RQCCID Pool (P) .... - ISPYX211 VALUE(yourccid)
..CHG by VPUT - ISPYX212
C1RQCOMM Pool (F) .... - ISPYX211 VALUE(yourcomment)
..GET by VPUT - ISPYX212
C1RQCOMM Pool (P) .... - ISPYX211 VALUE(yourcomment)
..CHG by VPUT - ISPYX212
EEVPCCID Pool (F) .... - ISPYX211 VALUE(yourccid)
..GET by VPUT - ISPYX212
EEVPCCID Pool (P) .... - ISPYX211 VALUE(yourccid)
..CHG by VPUT - ISPYX212
EEVPCOMM Pool (F) .... - ISPYX211 VALUE(yourcomment)
..GET by VPUT - ISPYX212
EEVPCOMM Pool (P) .... - ISPYX211 VALUE(yourcomment)
..CHG by VPUT - ISPYX212
VPUT.... END.. ;;; .... - ISPYX201
CALL ISPLINK(VPUT,(C1RQCCID C1RQCOMM EEVPCCID EEVPCOMM),PROFILE)
..Return code (0) - ISPYX203