We are looking at using the terminal id to give access to Vantage.
Is it possible to change the terminal id?
If possible we would like to change TCP* to something else.
Vantage
This can be done using a ZAP into the load module GENTCPAP:
(this JCL is defined Vantage R14.0. For higher releases, contact the Dev/L2 team for updates to the VER/REP statements). This zap only changes the 3 first characters 'TCP' to 'VA0'.
This can be changed to match the specific 3 characters that are desired.
//* CHANGE 'TCP' TO 'VA0' ON Vantage 14.0
//GENLSPTB EXEC PGM=AMASPZAP
//SYSPRINT DD SYSOUT=A
//SYSLIB DD DSNAME=YOUR.CCTULOAD,DISP=SHR
//SYSIN DD *
NAME GENTCPAP
VERIFY 3E3F E3C3D740C17E40D37E
REP 3E3F E5C1F040C17E40D37E
/*