Robert Sample
Global Moderator

Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
| OMVS does not use DDNAME in the way z/OS does, so your question is pretty much meaningless. Different languages support access to DD statements in different ways, so check the language reference manual for the language you are writing in for details. For such languages, typically the allocation is done outside of OMVS (via TSO ALLOC before invoking OMVS, for example). |
|