z/OS TSO/E REXX Reference
|
Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
Considerations for Multiple Applications z/OS TSO/E REXX Reference SA32-0972-00 |
|
|
If you have two or more programs that issue MVS™ system and subsystem commands during a console
session and the programs will run simultaneously in a user's TSO/E
address space, the programs must use CART values to ensure they retrieve
messages intended only for their program. If two programs that use
the CONSOLE command's services coexist in one TSO/E address space,
you should be aware of the following:
You may also want to use CART values if you have an exec that calls a second exec and both execs issue MVS commands during a console session. You could establish a four byte application identifier for each exec and then use the CART and MASK on the GETMSG function to retrieve solicited messages intended for that exec. You could also simply use unique CART values.
|
Copyright IBM Corporation 1990, 2014 |