Can ZTDSELS be reset automatically after an error is encount



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Can ZTDSELS be reset automatically after an error is encount

Postby David Hadden » Tue Mar 16, 2010 10:52 pm

I'm trying to limit the number of rows that can be selected on an ISPF panel. I can add a panel edit, but do not have access to the underlying programming code.

IF (&ABCDEF EQ Y)   
   IF (&ZTDSELS GT 1) 
      .MSG  = ABC123   


This works, but &ZTDSELS seems to remain set. I'm attempting to reset this in the )REINIT section of the panel code.

I'm sure this can be done easily on the program code, but does anyone know if this can be done only itn the panel code?
David Hadden
 
Posts: 1
Joined: Tue Mar 16, 2010 9:27 pm
Has thanked: 0 time
Been thanked: 0 time

Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post