> Hum, I really wondering about how the OP is running java in TSO. The 
"java" command is not a TSO command, it is a UNIX command. Which, I think, 
means that the OP must be running it from the TSO OMVS command environment. 
Which means that the java command is not running in the TSO address space 
at all, it is running in a separate UNIX shell address space. 


Running a shell via TSO -> OMVS will run the shell *in* the TSO address space, 
unless you specify NOSHAREAS when invoking OMVS. 


And if you have the recommended "export _BPX_SHAREAS=YES" in your shell setup, 
java will also run in the TSO address space. (Or is the "java" binary installed 
with the share-as extended attribute cleared? Can't check now). So java runs 
with the TSO region size.


> The size of which, I think, is determined by the OMVS segment in RACF, not 
> the logged 
on TSO region size.​ 


It used to be that the ASSIZEMAX and MAXASSIZE only 
 
 
 



--
Peter Hunkeler 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to