Data files


file <logical_name> = <actual_name> ;

updated file <logical_name> = <actual_name> ;

Examples:

file iodata = sjlb.har;

updated file iodata = sjlb.upd;

Note: you can use the shorthand notation <cmf> to stand for the command file stem. For example, within the file SJLB.CMF the statements:

equations file = <cmf> ; ! gives SJLB.EQ4

updated file iodata = <cmf>abc.upd ; ! gives SJLBabc.upd

The following are rarely needed:

updated terminal data = <file_name> ;

intermediate file <logical_name> = <actual_name> ;

intermediate extra data = <actual_name> ;

Back to CMF contents



URL of this topic: www.copsmodels.com/webhelp/tabmate/hc_datafiles.htm

Link to full GEMPACK Manual

Link to GEMPACK homepage