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 wOOdy-Soft 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: *

  • Users: solanki123
  • Content: Threads
  • Order by date
  1. 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?
  2. 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...
  3. 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?
  4. solanki123

    Important db2 utilities?

    Can anybody tell me what are the important db2 utilities those are used frequently.
  5. 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.
  6. solanki123

    LOCKS IN DB2

    I want to know what are the types of locks available in db2 and what is their meaning?
  7. solanki123

    HOW TO DEFINE CONSTRAINT IN DB2

    I am creating a new table and I want to define a constraint on particular column. So that it will accept the values of that column in particular range. Please help me.
  8. solanki123

    HOW TO GET THIRD HIGHEST VALUE

    I want to retrieve records from table based on third highest value of a column. Please help me...
  9. solanki123

    WHAT IS ISOLATION

    Can anybody explain me what is isolation level. We mention this parameter as CS(cursor stability) or RR(repeatability read) in BIND pgm. What is difference between CS and RR.
  10. solanki123

    HOW TO RETRIEVE TIMESTAMP

    I need a db2 query that can retrieve timestamp from server. I want to embed that query in cobol program so that whenever I run that program,it can give the exact timestamp. Can anybody help me??

Part and Inventory Search

Back
Top