McIDAS User's Guide
Version 2016.1

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


AKA

Adds, deletes and lists aliases for dataset names.


Formats

AKA ADD alias dataset
AKA DEL alias
AKA LIST alias [keyword]


Parameters

ADD

adds an alias for an ADDE dataset name

DEL

deletes an alias for an ADDE dataset name

LIST

lists the aliases (default)

alias

alias name; up to 24 characters (no default for ADD and DEL; default=all aliases for LIST)

dataset

ADDE dataset name that the alias represents; specify in group/descriptor format


Keyword

GROup=

lists all aliases for the specified group name (default=all groups)


Remarks

AKA adds, deletes or lists aliases in the client routing table.

You cannot assign the same alias to more than one ADDE dataset name because the ADD option overwrites an existing alias without warning. You may, however, assign more than one alias to an ADDE dataset name.

An alias can be used in place of the ADDE dataset name (group/descriptor) in other commands.


Examples

AKA

This entry lists all aliases and the dataset names they represent.

AKA ADD VIS RTSERV/G8-VIS-CONUS

This entry creates an alias named VIS that can be used to represent the dataset name RTSERV/G8-VIS-CONUS in other commands.

AKA ADD R RADAR/MDR_IMAGES

This entry creates an alias named R that can be used to represent the dataset name RADAR/MDR_IMAGES in other commands.

AKA LIST GROUP=RTSERV

This entry lists all aliases for dataset names in the group RTSERV.

AKA LIST VIS

This entry lists the alias VIS and the dataset name it represents.

AKA DEL VIS

This entry deletes the alias VIS, but does not affect the dataset that the alias represents.

 


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