On Tue, 29 Jan 2013 11:49:40 +0000, Zafiropoulos Konstantinos wrote:

> Is there any other way instead of a daily scheduled JCL job that execute a 
> LISTDSI against the PDS?

REXX running "forever"?

/* Rexx */
call syscalls "ON" 
seconds = 300                   
do forever
  x = LISTDSI(...)
  ...
  address syscall "sleep" seconds
end
exit
/* Rexx */   


Norbert Friemel

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to