Macro Language Reference > Macros > Text (Page Level) > tsgmsave
  
tsgmsave
Description
Saves a stream as an SGML file.
 
Example 310. Save a specified stream as a specified SGML file
tsgmsave "strm0","{sgml}document.sgm"
Syntax
tsgmsave streamname:s filename:s
tsgmsave
[no parameter]
Invoke the Save SGML Stream to File dialog box.
streamname
The name of the stream to be saved
filename
The name of the file as which the stream should be saved
Additional Information
 
PTC ALD Standard saves SGML as ASCII.
PTC ALD Unicode saves SGML out as Unicode.