On Wed, 17 Dec 2025 18:36:00 +0000, Jeremy Nicoll wrote:
>    ...
>Address ISPexec                                      
>"lminit dataid(did#i) dataset('"file#i"')"               
>"lminit dataid(did#o) dataset('"file#o"')" 
> 
Does that actually allocate those two data sets?  Or ...
>      ...
>"lmcopy fromid("did#i") todataid("did#o")" ,        
>   "frommem(a*) replace"                              
>say 'lmcopy rc:' rc
> 
Does that perform then free both allocations?  Then ...
>"lmfree dataid("did#i")"                             
>"lmfree dataid("did#o")"
>
Does that free not only both dataids but also both allocations?

What if the lminits had used ddnames rather than dataset names?

-- 
gil

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

Reply via email to