Changing TDF to use panel other than ISR@PRIM
search cancel

Changing TDF to use panel other than ISR@PRIM

book

Article ID: 45134

calendar_today

Updated On:

Products

Telon Application Generator

Issue/Introduction

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.

 

 

Environment

TelonĀ® Application Generator

Resolution

In the CAWLINST(@TDF) member. The comments in the clist are 
/* 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
/*