Previous Topic: Creating an Application DefinitionNext Topic: Description of IMSGEN Statements


Sample of IMSGEN Statements

You use the IMSGEN statements in the following example to define terminals to an IMS system:

label TYPE UNITYPE=SLUTYPE2,...
label TERMINAL TYPE=3270An,
                 OUTBUFF=2048,
                 NAME=vtam-terminal-name,
                 FEAT=IGNORE,
                 OPTIONS=(TRANRESP,
                          NOCOPY,
                         NOPNDST)
                 SIZE=(row,column),
label NAME lterm 
label TERMINAL... 
.
.
.
label NAME lterm 
.
.
.