Switching back to ISPF when using ISR@PRIM under the Telon Design Facility(TDF). I've just installed Telon 5.1, and have been asked to change the references to ISR@PRIM when under TDF to another value so they get their normal panel displayed when switching back to ISPF.
TelonĀ® Application Generator
/* IF YOU WANT TO USE A CUSTOMIZED VERSION OF ISR@PRIM FOR THE ISPF *
/* COMMAND IN THE TDF, SUBSTITUTE THE NAME OF YOUR CUSTOMIZED *
/* VERSION ON THE LINE BELOW ("SET TLNPDF = ISR@PRIM"). *
/**********************************************************************
CONTROL NOMSG NOFLUSH
/**********************************************************************
/* CHECK CURRENT STATUS OF DLS, IF RC=8 THE DLS ALREADY ACTIVE *
/**********************************************************************
CALL '&PDSQUAL..CAWLLOAD(TELONCHK)'
IF &LASTCC = 8 THEN EXIT
/*
SET TLNPDF = ISR@PRIM
ISPEXEC VPUT (TLNPDF) SHARED
/*