How can I know what datasets are allocated in my session?

This forum provides the frequently asked questions about our mainframe systems, such as TSO logon issue, CICS, DB2 usage, etc.

Moderators: steve-myers, Tim001

Forum rules
This FAQ is for our Dezhi Mainframe system, and may not apply to any other mainframe systems. Please use following forum for your questions: viewforum.php?f=4

How can I know what datasets are allocated in my session?

Postby sysprog » Sat 11 Jul 2009, 15:34

Use DDLIST to list all currenly allocated DD and their datasets.
Code: Select all
DDLIST]

Optionally, after DDLIST display the dataset allocations, you can use MEM command to search the given member from these listed datasets:
Code: Select all
MEM ABC
Regards,
sysprog
sysprog
 
Posts: 126
Joined: Wed 20 May 2009, 04:03

Return to Mainframe FAQ

Who is online

Users browsing this forum: No registered users and 0 guests

cron