GAMS [ Home | Support | Sales | Solvers | Documentation | Model Libraries | Search | Contact Us ]

GDXCOPYExample19 : Copies a GDX file to a compressed format for version 6


Copies UNStatistics.gdx to a compressed format for version 6,
creates a new directory called "newdir" in the project directory
and places the new copy there. Note that, if required, all GDX files
can be compressed and stored into the new directory using
'$call gdxcopy -v6c *.gdx newdir'.

Source for GDX file:
   United Nations - Demographic Yearbook, Historical supplement. New York, 1999

   Files:  GDXCOPYExample19.gms  UNStatistics.gdx
$ontext Copies UNStatistics.gdx to a compressed format for version 6, creates a new directory called "newdir" in the project directory and places the new copy there. Note that, if required, all GDX files can be compressed and stored into the new directory using '$call gdxcopy -v6c *.gdx newdir'. Source for GDX file: United Nations - Demographic Yearbook, Historical supplement. New York, 1999 $offtext $call gdxcopy -v6c UNStatistics.gdx newdir