Re: Sample code to read a PDS member using BPAM

2010-10-14 Thread John Blythe Reid
Thank you all for your help. Bye for now, John. On 14 October 2010 01:29, Mike Shaw techsupp...@quickref.com wrote: On Wed, Oct 13, 2010 at 4:33 AM, John Blythe Reid johnblyther...@gmail.comwrote: snip recommend a book on REXX in the z/OS environment ? This one is old but still relevant

Re: Sample code to read a PDS member using BPAM

2010-10-13 Thread John Blythe Reid
...@listserv.uga.edu] On Behalf Of Tom Marchant Sent: Friday, October 01, 2010 8:56 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Sample code to read a PDS member using BPAM On Thu, 30 Sep 2010 17:37:48 -0400, Steve Smith wrote: I don't think all that dynamic allocation would be simpler than using

Re: Sample code to read a PDS member using BPAM

2010-10-13 Thread John P Kalinich
, John K From: John Blythe Reid johnblyther...@gmail.com To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Date: 10/13/2010 03:35 AM Subject:Re: Sample code to read a PDS member using BPAM The program will only be run when there are changes to DBDs so it won't be more

Re: Sample code to read a PDS member using BPAM

2010-10-13 Thread John Blythe Reid
Assembler List [mailto:assembler-l...@listserv.uga.edu] On Behalf Of Tom Marchant Sent: Friday, October 01, 2010 8:56 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Sample code to read a PDS member using BPAM On Thu, 30 Sep 2010 17:37:48 -0400, Steve Smith wrote: I don't think all

Re: Sample code to read a PDS member using BPAM

2010-10-13 Thread Mark Hammack
I also recommend the ISPF manualshttp://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/ISPZPM61from IBM. Especially the ISPF Services and Edit and Edit Macros books. Good luck, Mark On Wed, Oct 13, 2010 at 8:24 AM, Paul Gilmartin paulgboul...@aim.comwrote: On Oct 13, 2010, at 05:38,

Re: Sample code to read a PDS member using BPAM

2010-10-01 Thread Tom Marchant
On Thu, 30 Sep 2010 17:37:48 -0400, Steve Smith wrote: I don't think all that dynamic allocation would be simpler than using BPAM. It would if you use BPXWDYN. -- Tom Marchant

Re: Sample code to read a PDS member using BPAM

2010-10-01 Thread Paul Gilmartin
On Oct 1, 2010, at 07:56, Tom Marchant wrote: On Thu, 30 Sep 2010 17:37:48 -0400, Steve Smith wrote: I don't think all that dynamic allocation would be simpler than using BPAM. It would if you use BPXWDYN. Depends on the language. SAS/C has some BPAM support. In Rexx BPXWDYN is easy. In

Re: Sample code to read a PDS member using BPAM

2010-10-01 Thread McKown, John
-Original Message- From: IBM Mainframe Assembler List [mailto:assembler-l...@listserv.uga.edu] On Behalf Of Tom Marchant Sent: Friday, October 01, 2010 8:56 AM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Sample code to read a PDS member using BPAM On Thu, 30 Sep 2010 17:37:48

Sample code to read a PDS member using BPAM

2010-09-29 Thread John Blythe Reid
I'm writing some code to check VSAM CLUSTER defintions in a standard RECFM=FB,LRECL=80 PDS. It's to cross check IMS DBD defintions against their associated CLUSTER definitions. I've never used BPAM before but at first glance it seems to be OPEN/FIND/READ/CHECK/deblock to get logical records/CLOSE.

Re: Sample code to read a PDS member using BPAM

2010-09-29 Thread Farley, Peter x23353
-Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER- l...@listserv.uga.edu] On Behalf Of John Blythe Reid Sent: Wednesday, September 29, 2010 1:39 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Sample code to read a PDS member using BPAM I'm writing some code

Re: Sample code to read a PDS member using BPAM

2010-09-29 Thread Robert A. Rosenberg
At 19:39 +0200 on 09/29/2010, John Blythe Reid wrote about Sample code to read a PDS member using BPAM: I'm writing some code to check VSAM CLUSTER defintions in a standard RECFM=FB,LRECL=80 PDS. It's to cross check IMS DBD defintions against their associated CLUSTER definitions. I've never