How do you do dynamic file allocation in COBOL in an IBM/MVS environment? Changes in JCL setup? Some differences in the select/assign? Differences in open/close?
If you have details or a good reference point, it would be appreciated.
Try mvshelp.com. Click on their help boards and do a search on "dynamic allocation". Most of the posts may be unavailable, but one or two may give you what you're looking for.
I do not know of a way to do dynamic allocation in COBOL. This is usually accomplished when the file I/O is done in a callable assembler program (mainframe assembler can do this). The dynamic allocation is actually perfomed by an MVS, SVC 99. A DYNALLOC macro is provided in the assembler world to do this specific funtion. Since this is not a mainframe assembler forum I will not digress further. If you want additional information send me an e-mail at helpdesk@simotime.com.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.