Doing SSA in batch mode


You can do SSA in batch mode. To do so, add lines of the form shown below to your DOS batch file.

start/wait <program> -do-ssapar-Q <SSADetailsFile> <SSAName>

where

<program> is the full path name for RunDynam (for example, c:\RunDynam\RunDynam). You dont need to add the .EXE at the end.

you should note the "-" at the start of -dossa-par-Q.

Q is the type of quadrature to use - either "s" for Stroud or "l" for Liu.

<SSADetailsFile> is the name of the SSA Details file (specifying which parameters to vary and by how much). If the file is in your Working Directory, you only need to specify the short file name.

<SSAName> is the name used when preparing SSA results.

Example

REM Solve for all years, all sim types for current sim details

start/wait c:\rundynam\rundynam all all

REM Run Stroud SSA taking SSA details from file esubm.ssd

start/wait c:\rundynam\rundynam -dossa-par-s esubm.ssd ssa2s

REM Run Liu SSA for same SSA details

start/wait c:\rundynam\rundynam -dossa-par-l esubm.ssd ssa2l



URL of this topic: www.copsmodels.com/webhelp/rundynam/hc_ssabatch.htm

Link to full GEMPACK Manual

Link to GEMPACK homepage