VarIabLe DD names in VSAM.

2012-02-07 Thread Bodoh John Robert
I am writing a subroutine which receives a DDNAME as an argument to use in a dynamically create ACB. I need to put that input DDNAME into an ACB before opening it. I cannot find anyway to specify the DDNAME on GENACB or MODCB that will accept anything other than a name that is a character

Re: VarIabLe DD names in VSAM.

2012-02-07 Thread Paul Gilmartin
On 2/7/2012 3:25 PM, John Gilmore wrote: I am missing something here. What form would you like a DDNAME value to take? Given that the DDNAME value is a character string, I suspect the OP would like the macro to take an address of a character string as an argument. On 2/7/12, Bodoh John

Re: VarIabLe DD names in VSAM.

2012-02-07 Thread David Bond
On Tue, 7 Feb 2012 22:17:00 +, Bodoh John Robert wrote: I am writing a subroutine which receives a DDNAME as an argument to use in a dynamically create ACB. I need to put that input DDNAME into an ACB before opening it. I cannot find anyway to specify the DDNAME on GENACB or MODCB that will