Configuring SNAplus2 for Enterprise Extender

Configuring SNAplus2 for Enterprise Extender White Paper 9
CommandPrefix=None /* This is the default value */
/*--------------------------------------------------------------------*/
/* Automatically Start Several VTAM Applications */
/*--------------------------------------------------------------------*/
Pause 10 /* Wait for sys to get up first */
S vlf,sub=mstr
Pause 10 /* Wait for sys to get up first */
S lla,sub=mstr
S Tcas /* Time Sharing Option */
/*S rmf*/ /* RMF */
S tcpip
/*s irlmproc*/
Pause 10 /* Wait for sys to get up first */
/* s imwebsrv */
/* s nfss */
Pause 10 /* Wait extended for TCAS */
s sdsf
s cicsa
Pause 135 /* Wait extended for TCAS */
v net,act,id=xcae40ee
Pause 120
$S LOGON(1)
Pause 30
$s LINE(*)
Pause 30
$s RMT(*)
Pause 60
S BAZ1
Pause 60
F BAZ1,S,ALL
Pause 60
S NVDM
Pause 60
F NVDM,START
/*-START DB2*/
D T /* Display Ending time */
* Comment lines may also start with a single asterisk.
* Remember - blank lines are a BIG no-no.
*CommandPrefix=) /* Require all Vtamappl commands to start with ")" */
*@ *--------------------------*
*@ * IPL startup is complete! *
*@ * >>> Have a nice day! <<< *
*@ *--------------------------*