Previous Topic: Common Address Space ShellNext Topic: CASRV Command Processing Order


Initialization Parameter Specification Processing

Parameters that are passed to a CA Common Address Space (CASRV) are processed as internal commands of the address space. 

Note the following ways to pass internal commands to a CASRV:

A CASRV retrieves internal commands during the initialization of the Common Address Space Shell. 

Examples

In both examples, the PARMS_FOR_MY_SERVER string is passed to the hosted application as-is.

Start Command

S IEESYSAS.MYADDRSP,,,(ATTACH%SERVER=MYSERVER,PGM=IEFBR14/PARMS_FOR_MY_SERVER),PROG=CASRVASI,SUB=MSTR,TIME=1440

PROC EXEC PARM=

//MYADDRSP EXEC PGM=&PROG.,
//    REGION=4M,
//    TIME=1440,
//    PARM=('ATTACH SERVER=MYSERVER,PGM=IEFBR14/PARMS_FOR_MY_SERVER')