Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can i pull up a query which was previously stored in qmf

Answer Posted / prabhas

if you know the mainframe user id where you have stored the
query , then give command LIST ALL and press enter it will
show you all the query stored in that user id.

please post the correct answer if i am wrong....

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by rollback?

1028


My sql statement select avg(salary) from emp yields inaccurate results. Why?

1130


Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

1134


What's The Error Code For Unique Index Voilation?

1299


what is the role of the cursor in db2?

1109


What does reorg do in db2?

1074


What is db2 look?

1075


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2722


What is the difference between using bind () and rebind () methods of naming class?

1452


Why do we use cursor?

1162


Name the lockable units in DB2?

1185


What is db2 command?

1091


What is a db2 package?

1121


How do I start db2 in windows?

1139


What is dclgen (declaration generator)?

1112