When creating a dataspace I want to know if there are any recommendations for
making the SCOPE=SINGLE|ALL|COMMON a variable.
I would like to develope a single routine which is passed parameters, but the
SCOPE= parameter does not seem to allow a parameter to be passed.
For Example:
DSPSERV CREATE,
NAME=DSP_NAME,
SCOPE=SINGLE,
STOKEN=DSP_STOKEN,
BLOCKS=DSP_BLOCKS,
ORIGIN=DSP_ORIGIN,
NUMBLKS=DSP_#BLK,
MF=(E,WRKDSPLI)
*
Are there any recommended techniques that can be used to supply a Variable
for SCOPE ?
I was hoping I could use a register for it.
Paul D'Angelo