Re: Datasets with KEYs

2008-08-15 Thread Rick Arellanes
Perhaps you can do this with Enterprise PL/I REGIONAL(1) data sets. They are non-VSAM data sets with keys. http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/ibm3pg60/2.4? DT=20071108121521 Rick -- For IBM-MAIN subscribe /

Re: Datasets with KEYs

2008-08-10 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 08/08/2008 at 04:04 PM, Steve Comstock [EMAIL PROTECTED] said: Ah, you're right. There's BPAM, That too, but I was refering to explicit sequential reading of a data set with KEYLEN=8, rather than the I/O done by BLDL and STOW. FWIW, I could have done the job just as

Re: Datasets with KEYs

2008-08-08 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 08/06/2008 at 09:55 AM, Steve Comstock [EMAIL PROTECTED] said: Only supported access method for non-VSAM data sets with keys is BDAM, When did that change? Bill: why do you want to do it? It's horribly inefficient. -- Shmuel (Seymour J.) Metz, SysProg and

Re: Datasets with KEYs

2008-08-08 Thread Steve Comstock
Shmuel Metz (Seymour J.) wrote: In [EMAIL PROTECTED], on 08/06/2008 at 09:55 AM, Steve Comstock [EMAIL PROTECTED] said: Only supported access method for non-VSAM data sets with keys is BDAM, When did that change? Ah, you're right. There's BPAM, and maybe that would solve the OP's

Datasets with KEYs

2008-08-06 Thread William Hecox
Hi, I need to create and populate a NON-VSAM Dataset that contains KEYS. Is there an IBM utility I can use to do this? Bill -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED]

Re: Datasets with KEYs

2008-08-06 Thread Tony B.
ISAM. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of William Hecox Sent: Wednesday, August 06, 2008 10:27 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Datasets with KEYs Hi, I need to create and populate a NON-VSAM Dataset that contains KEYS

Re: Datasets with KEYs

2008-08-06 Thread Eric Spencer
Subject: Re: Datasets with KEYs ISAM. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of William Hecox Sent: Wednesday, August 06, 2008 10:27 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Datasets with KEYs Hi, I need to create

Re: Datasets with KEYs

2008-08-06 Thread (IBM Mainframe Discussion List)
: Datasets with KEYs Hi, I need to create and populate a NON-VSAM Dataset that contains KEYS. Is there an IBM utility I can use to do this? Bill ISAM is not an IBM utility. It is an access method which is about to become seriously unsupported by IBM. I suspect you will have to write your own

Re: Datasets with KEYs

2008-08-06 Thread Eric Spencer
Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of (IBM Mainframe Discussion List) Sent: Wednesday, August 06, 2008 10:46 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Datasets with KEYs In a message dated 8/6/2008 10:36:19 A.M. Central Daylight Time, [EMAIL PROTECTED] writes

Re: Datasets with KEYs

2008-08-06 Thread Steve Comstock
William Hecox wrote: Hi, I need to create and populate a NON-VSAM Dataset that contains KEYS. Is there an IBM utility I can use to do this? Bill Only supported access method for non-VSAM data sets with keys is BDAM, and you have to write your own code. Kind regards, -Steve Comstock

Re: Datasets with KEYs - resend w/ correct reply-to

2008-08-06 Thread Steve Comstock
William Hecox wrote: Hi, I need to create and populate a NON-VSAM Dataset that contains KEYS. Is there an IBM utility I can use to do this? Bill Only supported access method for non-VSAM data sets with keys is BDAM, and you have to write your own code. Although Eric Spencer just replied

Re: Datasets with KEYs

2008-08-06 Thread Tony B.
. Is there a possibility to create VSAM RRDS ? -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Steve Comstock Sent: Wednesday, August 06, 2008 10:56 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Datasets with KEYs William Hecox wrote: Hi, I need

Re: Datasets with KEYs

2008-08-06 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of William Hecox Sent: Wednesday, August 06, 2008 10:27 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Datasets with KEYs Hi, I need to create and populate a NON-VSAM Dataset that contains KEYS

Re: Datasets with KEYs

2008-08-06 Thread (IBM Mainframe Discussion List)
In a message dated 8/6/2008 10:27:11 A.M. Central Daylight Time, [EMAIL PROTECTED] writes: I need to create and populate a NON-VSAM Dataset that contains KEYS. Thinking about your query some more made me realize you didn't give us enough technical specifications to help you very much.

Re: Datasets with KEYs

2008-08-06 Thread R.S.
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of William Hecox Sent: Wednesday, August 06, 2008 10:27 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Datasets with KEYs Hi, I need to create and populate a NON-VSAM Dataset that contains KEYS. Is there an IBM utility I can use

Re: Datasets with KEYs

2008-08-06 Thread Rick Fochtman
] On Behalf Of William Hecox Sent: Wednesday, August 06, 2008 10:27 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Datasets with KEYs Hi, I need to create and populate a NON-VSAM Dataset that contains KEYS. Is there an IBM utility I can use to do this? Bill

Re: Datasets with KEYs

2008-08-06 Thread Rick Fochtman
-snip I need to create and populate a NON-VSAM Dataset that contains KEYS. Is there an IBM utility I can use to do this? --unsnip-- If you could supply a bit more