DSINFO

Lists datasets on local and remote servers.


Format

DSINFO type group


Parameters

type

data type; valid types are GRID, IMAGE, NAV, POINT, TEXT or ALL (default=ALL)

group

group name (default=all groups)


Remarks

DSINFO scans the client routing table to find the server with the data type and group name specified in the command. It then lists information about the server's datasets with that data type and group name.

Use the DATALOC LIST command to list the groups currently defined in the client routing table.

If the ADDE remote servers you access require a user name and project number for accounting, you must logon to your workstation (using the LOGON command) before requesting data with DSINFO or other ADDE commands.


Examples

DSINFO

This entry lists all datasets in the groups defined in the client routing table.

DSINFO ALL RTSERV

This entry lists all datasets in the group RTSERV.

DSINFO IMAGE RTSERV

This entry lists all datasets of data type IMAGE in the group RTSERV.

DSINFO IMAGE

This entry lists all datasets of data type IMAGE in the groups defined in the client routing table.