Difference between revisions of "Get the Reference System Name"

From ArcoWiki
Jump to: navigation, search
m (Links to existing pages added by LinkTitles bot.)
Line 5: Line 5:
 
::<code>DECL/CHAR,50,REFSYS_NAME<br/></code>
 
::<code>DECL/CHAR,50,REFSYS_NAME<br/></code>
 
::<code>REFSYS_NAME=ASSIGN/SCDAT()<br/></code>
 
::<code>REFSYS_NAME=ASSIGN/SCDAT()<br/></code>
 +
 +
[[Category:Dmis_Tutorial]]

Revision as of 15:16, 4 August 2016

In order to Get the Reference System Name it is necessary to use the command SCDAT().
It return the name of the current reference system.

$$ Example of SCDAT implementation

DECL/CHAR,50,REFSYS_NAME
REFSYS_NAME=ASSIGN/SCDAT()