Re: REXXVSAM - Multiple Files

2007-08-23 Thread Fran Hensler
My fix for multiple file access in REXXVSAM broke single file access. I have fixed that problem and thoroughly tested both single and multiple file access. For those who do not know: REXXVSAM allows access of both CMS and VSE VSAM files from CMS REXX. The updated package is on my download site

Re: REXXVSAM - Multiple Files

2007-07-13 Thread Fran Hensler
I've found the problem in REXXVSAM and made this change: From: CLC OPTION(8),28(R1)COMPARE DDNAMES ACCD0001 06696000 To: CLC OPTION(8),40(R1)COMPARE DDNAMESSRU01 06696090 REXXVSAM was comparing the DDNAME option with the RPL ddname at the wrong

REXXVSAM - Multiple Files

2007-07-12 Thread Fran Hensler
I've been using the REXXVSAM package for years to access VSE VSAM files from VM. I have only used it for one file at a time. The documentation shows that up to 10 files can be opened at the same time. I'm opening 2 files and I get a zero return code, good. But when I attempt to do a GET from