REM ? MYADDE.BAT - Define ADDE data set names and locations for local data REM ? REM ? File: MYADDE.BAT REM ? REM ? Purpose: Define ADDE data set names and locations for local data. REM ? REM ? Invocation: BATCH MYDATA.BAT REM ? REM ? Notes: To setup serving of all data types stored in "standard" REM ? McIDAS formats (e.g., GRID, AREA, MDXX) you need to: REM ? REM ? - run the McIDAS BATCH file MYADDE.BAT: REM ? REM ? BATCH MYADDE.BAT REM ? REM ? from the McIDAS Command and TEXT window, or add the entries REM ? below to the file ~mcidas/data/LSSERVE.BAT (along with other REM ? dataset definitions) and eventually run: REM ? REM ? BATCH LSSERVE.BAT REM ? REM History: 19980727 - Created for Unidata McIDA-X 7.40 release REM 20001114 - Changed MYDATA/RTPTSRC to MYDATA/PTSRCS REM 20070721 - Created as a copy of MYDATA.BAT; new file name REM matches typeADDE.BAT pattern REM Updated internal documentation/comments REM ? --------- REM REM First, make sure to be pointing locally before defining the server mapping REM table entries. REM DATALOC ADD MYDATA LOCAL-DATA REM REM Define the server mapping table entries REM DSSERVE ADD MYDATA/GRIDS GRID 1 9999 "All gridded data in GRID format DSSERVE ADD MYDATA/IMAGES AREA 1 9999 "All images in AREA format DSSERVE ADD MYDATA/PTSRCS MD 1 9999 "All point source data files in MD file format DSSERVE ADD MYDATA/TOPO AREA 9000 9019 "All topographic images in AREA format