View previous topic :: View next topic |
Author |
Message |
shash_modi Beginner
Joined: 22 Apr 2008 Posts: 26 Topics: 9 Location: Mumbai
|
Posted: Mon May 12, 2008 7:27 am Post subject: To find a VSAM record using the key stored in flat file. |
|
|
Hi,
I want to write a REXX so as find the VSAM record with the help of unique which is present in the flat file.
VSAM file name in JCL: HQINT.VSAMFILE
Flat file name in JCL: HQINT.FLATFILE
Could any one please help me in this regard?
Thanks n regards. |
|
Back to top |
|
|
shash_modi Beginner
Joined: 22 Apr 2008 Posts: 26 Topics: 9 Location: Mumbai
|
Posted: Mon May 12, 2008 7:28 am Post subject: Re: To find a VSAM record using the key stored in flat file. |
|
|
shash_modi wrote: | Hi,
I want to write a REXX so as find the VSAM record with the help of unique which is present in the flat file.
VSAM file name in JCL: HQINT.VSAMFILE
Flat file name in JCL: HQINT.FLATFILE
Could any one please help me in this regard?
Thanks n regards. |
It's a unique key. |
|
Back to top |
|
|
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Mon May 12, 2008 7:41 am Post subject: |
|
|
Rexx cannot process a VSAM file unless you have a special 'add-on'. If you do not have that then you will have to unload the file to a PS file. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
|
shash_modi Beginner
Joined: 22 Apr 2008 Posts: 26 Topics: 9 Location: Mumbai
|
Posted: Mon May 12, 2008 11:38 pm Post subject: |
|
|
Thanks Nic. Can let me know how we can do it? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
|
|