Can we use search and search all in embedded sql?

Showing Answers 1 - 8 of 8 Answers

ranganath

  • Jan 17th, 2006
 

in what situatons we use search and search all verbs and where can we use it in emabadded sql.

  Was this answer useful?  Yes

Nabin Chandra Sahu

  • Mar 15th, 2006
 

I think no. Because search and search all is used only for array or table and we can,t use array or table application in embedded sql.

  Was this answer useful?  Yes

Kiran

  • Apr 17th, 2006
 

Hi,

No we can't use it.

  Was this answer useful?  Yes

krishna rao

  • Apr 29th, 2006
 

 How it is possible? search and search all are cobol verbs . how it is possible in db2.it is not possible in embedded sql.

  Was this answer useful?  Yes

kapil vharande

  • Jun 5th, 2006
 

We cant use search & searchall in embedded sql.

  Was this answer useful?  Yes

search and search all are cobol reserved words.

sequal will not recognize them wether it's embeded or not.

moreover it makes no sence for instance to fetch everything onto file and than use search or search-all when from database you can select anything randomly.

  Was this answer useful?  Yes

SEARCH and SEARCH ALL are only used for tables within the program and have nothing to do with SQL. SQL is used for queries and other such functions on external relational tables maintained by a DBMS.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions