Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Partial search on an ADABAS file

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> NATURAL & MQSERIES
Author Message
kanisha_prabha

New User


Joined: 10 Mar 2006
Posts: 13

PostPosted: Mon Apr 28, 2008 5:32 pm    Post subject: Partial search on an ADABAS file
Reply with quote

I need to do a partial search on a particular descriptor field in ADABAS. In DB2 I could use something like hte following -
SELECT ...
FROM ...
WHERE EMP_NAME LIKE 'KANISHA%'
...

Is there any way I can represent the LIKE parameter in ADABAS?
Back to top
View user's profile Send private message
References
PostPosted: Mon Apr 28, 2008 5:32 pm    Post subject: Re: Partial search on an ADABAS file Reply with quote

Gnanas SNG

Senior Member


Joined: 06 Sep 2007
Posts: 416
Location: India

PostPosted: Mon Apr 28, 2008 5:38 pm    Post subject:
Reply with quote

Same query will work in ADABAS also if it's in ANSI SQL standard...
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 1855
Location: Israel

PostPosted: Mon Apr 28, 2008 5:56 pm    Post subject:
Reply with quote

You can use the STARTING FROM operand of the READ statement.

O.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> NATURAL & MQSERIES All times are GMT + 6 Hours
Page 1 of 1