Trying to determine how to identify VSAM files defined for Gener/OL in CICS
The VSAM files for Gener/OL are defined in the CICS RDO. You can list them by going into CICS and entering the command:
CEMT INQ FILE(SGT*)
The result will look like this:
INQ FILE(SGT*)
STATUS: RESULTS - OVERTYPE TO MODIFY
Fil(SGTLIBC ) Vsa Ope Ena Rea Upd Add Bro Del Sha
Dsn( hlqxxx.generol.rel71.SGTLIBC )
Fil(SGTLIBP ) Vsa Clo Ena Rea Upd Add Bro Del Sha
Dsn( hlqxxx.generol.rel71.SGTLIBP )
Fil(SGTLIBU ) Vsa Ope Ena Rea Upd Add Bro Del Sha
Dsn( hlqxxx.generol.rel71.SGTLIBU )
Fil(SGTLIB1 ) Vsa Ope Ena Rea Upd Add Bro Del Sha
Dsn( hlqxxx.generol.rel71.SGTLIB1 )
...
To change any of these assignments, you would use the CICS CEMT SET command or overtype them.