/* REXX */ /* --------------------------------------------------------- */ /* Auflisten aller Dateien die allokiert sind */ /* call alist */ /* Die gefundenen Dateien werden im stack zurückgegeben. */ /* */ /* ---------------------------------------------------------- */
Version = "Version 0.50 vom 23.12.2002"
Autor = "JD"
Redakteur1 = "NN"
/* Parameter untersuchen */ arg parm1 if parm1 = '?'thendo call help exit end
/* Ermitteln von Dateiinformationen */
x=outtrap('ot.',,'concat') address tso
parm1="'"parm1"'" 'listalc status'
rc_list=rc
j=0
mt.=0 if rc_list = 0 thendo do i=1 to ot.0 ifsubstr(ot.i,1,1) > ' 'thendo ifpos('.',ot.i) > 0 thendo
j=j+1
mt.0=j
mt.j=ot.i end end end end do i=1 to mt.0 if mt.i > ""then push mt.i end exit(rc_list)
help: say' ' say'ISPF/PDF edit macro to list the datasets which are ' say'currently allocated ' say' ' say' If you have questions about this command, ' say' contact Hamburg -4244. ' return
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.