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?
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.
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.
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...
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?
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).
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
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.
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.
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".
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.