DYNALLOC SubroutineDYNALLOC is a subroutine, actually two subroutines linked into a single load module, that may be called from a COBOL main program to dynamically allocate datasets at run time. It is located in File #270 of the CBT tape and is part of a
collection submitted by the Washington Department of Information Services.
The main routine was written by Jeff Sprehn and the secondary subroutine,
BREAKDSN, was written by Gary Duffield. InstallationThere are no changes required to assemble this command under MVS 3.8j as it exists on the CBT tape. The single jobstream - dynalloc.jcl - that assembles both the main routine and compiles the COBOL secondary routine is contained in the archive dynalloc.tar.gz [MD5: 3a2cf635cfd401806d40eb6ff8dfa227]. Download the archive and extract the jobstream (WinZip on Windows/?? or tar on Linux). Submit the jobstream to assemble and link the single load module into SYS2.LINKLIB. If you don't have SYS2.LINKLIB defined, you will need to modify the jobstream to specify a different target load library.
Utilizing DYNALLOC
I hope that you have found my instructions useful. If you have questions that I can answer to help expand upon my explanations and examples shown here, please don't hesitate to send them to me:
This page was last updated on November 12, 2010 . |