T > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of GIONFRIDDO MICHELE > Sent: Tuesday, July 31, 2007 8:14 AM > To: [email protected] > Subject: Dataset allocated by JOB or ASID > > Hi. > > I would like to see all dataset name allocated by Job or Asid or User > TSO from an operator console. > > How can I do in a simple way, through a MVS command or other? > > Bye > > Mike
he closest standard, IBM supplied, command that I can think of would be: D GRS,RES=(SYSDSN,*) This will not be complete, because some started tasks can run with NODSI (No Dataset Integrity). As an example, JES2 runs with DSI so the above will not display any datasets allocated to JES2. There are likely other products which can do this, but I don't know what they might be, off hand. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

