What rules are to be followed while using the corresponding options?
No Answer is Posted For this Question
Be the First to Post Answer
can we display comp-3 variables. if we want to display what we have to do . give me one example
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
how to convert the recors form vsam file to db2 table tru file aid
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
what is sync clause?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the figurative constant in cobol?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
How to print 10 to 1 if the input have only 10 digit number?
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.