On Sun, 13 Nov 2005 23:31:07 -0600 Wang Rong <[EMAIL PROTECTED]> wrote:
:>Hi, all :> Are there any way to perform file I/O in Assembler program without :>define a DD card in the calling JCL. For some reason, I want to give the :>file name in Assembler source, not in the calling JCL. Can OPEN macro do :>that? No, but other assembler code can. The only limits on assembler code are your authorization and the ability to get into supervisor state. :> By the way, I can't find the description of some macro such as OPEN, :>GET, DCB in the IBM read books, Can some tell me where to find them? They are in the DFSMS shelf. As a side point, I would suggest that you first code with DD statements before playing with dynamic allocation. Learn to walk before you try to fly, grasshopper. -- Binyamin Dissen <[EMAIL PROTECTED]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.com domain. I very rarely bother responding to challenge/response systems, especially those from irresponsible companies. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

