McIDAS-X User's Guide
Version 2023.1

[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]


DSINFO

Lists datasets on local and remote servers.


Format

DSINFO type group [keywords]


Parameters

type

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

group

group name (default=all groups)


Keywords

CASematch=

YES

makes the search done with the MATCH keyword case-sensitive (default=NO)

MATch=

'string'

lists datasets with an exact match of the specified string in the Dataset Name or Content information, including any spaces; use the CASEMATCH=YES keyword to make the search case-sensitive

 

string1 . . stringn

lists datasets containing any specified character strings; the strings can occur anywhere in the Dataset Name or Content information


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.


[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]