Function: GDSASN Purpose: GDSASN copies the coordinate system of a previously opened input set obtained with GDSINP to the output set to be obtained with GDSOUT. Category: USER IO File: gdsinp.c Author: K.G. Begeman Use: CALL GDSASN( KEYIN , Input character*(*) KEYOUT , Input character*(*) CLASS ) Input integer KEYIN Keyword associated with the GDSINP call. KEYOUT Keyword associated with the GDSOUT call. CLASS Class of output set. Description: GDSASN is needed before each call to GDSOUT to obtain an output set. GDSASN copies the axis names from a set previously opened by GDSINP in the order as determined by the user at the associated GDSINP request. This buffer will be read by GDSOUT, which will create an output set according to the specifications in this buffer. Routines like GDSCSS and GDSCPA allow the application programmer to change the subset size and change the coordinate system of the output set. Related Docs: gdsout.dc2, gdscss.dc2, gdscpa.dc2, gdscsa.dc2 Updates: Jan 24, 1990: KGB, Document created.