Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. solanki123

    Difference between 01 and 77 level

    Now I have got clear idea about 77 and 01 level. Thanks to all who replied my query.
  2. solanki123

    How to declare variable length data-item

    Can anybody tell me that how to declare variable length data-item in cobol? I mean if I do not know how much characters will be stored in that data-item but i know the range(eg. 10 to 100 characters), in that case how should I declare that data-item and how much memory will be occupied?
  3. solanki123

    Difference between 01 and 77 level

    It is not clear to me that how slack bytes can be saved used 01 level. If 01 level data-items always start from word boundry then what is the use of synch clause.
  4. solanki123

    Difference between picture clause A and X

    Crox what is that big difference if I use accept with A or X. Somebody told me that if we declare pic X(100) and we store only 10 characters in it, it will occupy only 10 bytes instead of 100, is that true.
  5. solanki123

    Difference between picture clause A and X

    Hi all, Generally we do not use picture clause A, why? Using picture clause X we can store both alphabetic as well as alphanumeric items. But if we are sure that we have to store alphabetic item, which picture clause should we prefer and why? I heard that using X we can save memory but how it...
  6. solanki123

    Difference between 01 and 77 level

    Hi all, Using 01 level we can declare both elementry as well as group data-item.Then when do we use level 77 ? Or I can ask the question other way-- If we want to declare elementry data-item, shall we use 77 or 01 level and why?
  7. solanki123

    WHAT IS ISOLATION

    Greg,I have come to know one more isolation parameter that is UR(uncommitted read), Could you please explain me what is UR, and what are the different situations where we use all these parameters(CS,RR and UR).
  8. solanki123

    How to read through a PDS from Cobol

    Helo MrStar, I am very hungry of this solution. Could you please send that cobol program as well as Jcl to me.My id is visa_solanki@yahoo.com Thanks and Regards, Visaram Solanki
  9. solanki123

    Important db2 utilities?

    Hi Greg you have written me exactly what I wanted. Actually I am exploring my db2 knowledge. I have great interest in db2 and I want to be db2 DBA. Thanks to you and Mark. Can you tell me where can I find the details of these utilities.
  10. solanki123

    Important db2 utilities?

    Can anybody tell me what are the important db2 utilities those are used frequently.
  11. solanki123

    Helo, Can anybody explain me-- Wha

    Helo Sathyaram, Can you please explain me how to use IKJEFT01,by giving example. Regards
  12. solanki123

    Helo, Can anybody explain me-- Wha

    Helo, Can anybody explain me-- What is the use of IKJEFT01(DB2 utility).How we use it.Please explain me all the steps in detail because I am quite new in DB2.I am in urgent need of it.Please help anybody.
  13. solanki123

    HOW TO RETRIEVE TIMESTAMP

    Hi Marc, Thanks for guidance...
  14. solanki123

    HOW TO RETRIEVE TIMESTAMP

    Sathyaram, please write the full query.
  15. solanki123

    HOW TO GET THIRD HIGHEST VALUE

    Hi Mark now your modified query is working fine. Many many thanks to you.Now my old * is valid. Sathyaram, Your query is giving sqlcode=-104: illegal symbol="count".
  16. solanki123

    HOW TO GET THIRD HIGHEST VALUE

    Neither Sathyaram's query nor MarcLodge's query is working. Without testing the query I gave * to MarcLodge. I have a table name emp which has 2 columns ename and esal. And the table has following records. ename esal solanki 18,000.50 manjith 15,000.50...
  17. solanki123

    WHAT IS ISOLATION

    Excellent Greg, You gave me exact difference. Thank you very much
  18. solanki123

    WHAT IS ISOLATION

    It is not clear in this link. I want to know the exact difference between RR and CS. I mean what will happen if i put isolation=RR and what will happen if i put isolation=CS
  19. solanki123

    HOW TO DEFINE CONSTRAINT IN DB2

    Mark again it is very very helpful. Thank you very much.
  20. solanki123

    HOW TO GET THIRD HIGHEST VALUE

    Helo Mark, Thank you. Your guidance is helpful.

Part and Inventory Search

Back
Top