blank.gms : Runs GAMS with a parameter containing blanks

Description

Contributor: Lutz Westermann


Small Model of Type : GAMS


Category : GAMS Test library


Main file : blank.gms

$TITLE 'Runs GAMS with a parameter containing blanks' (BLANK,SEQ=368)

$Ontext
Contributor: Lutz Westermann
$Offtext

$call gamslib -q trnsport

$if not %system.filesys% == UNIX $call gams trnsport --xxx="yyy zzz" lo=%gams.lo%
$if     %system.filesys% == UNIX $call gams trnsport '--xxx="yyy zzz"' lo=%gams.lo%
$if errorlevel 1 $abort problems running GAMS using a parameter containing blanks