On 2015-09-11 12:36, Farley, Peter x23353 wrote:
> You could try using ADDRESS ATTACHMVS instead of LINKMVS.  End-of-task 
> cleanup from the ATTACH may or may not solve your problem.  Higher overhead 
> for each invocation of course, but it may solve the immediate issue.
>  
Or even under z/OS UNIX with:

    address TSO "some-command"
    address TSO "logoff"

... runs a separate address space, so cleanup is guaranteed.
But allocation don't propagate; you must do them each time.

-- gil

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

Reply via email to