can anyone explain me the concept of COMP-4 PLEASE??
Answers were Sorted based on User's Feedback
Answer / sravani
comp& comp-4 are same. binary representation of data item. memory as like this
s9(1)-s9(4): half word that is 2 bytes
s9(5)-s9(9): full word that is 4 bytes
s9(10)-s9(18): double word that is 8bytes
| Is This Answer Correct ? | 6 Yes | 0 No |
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
How do we get current date from system with century in COBOL?
When would you use in-line perform?
What is the difference between COMP & COMP-3 ?
i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
What is different between variable length and fixed length?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
What is the default value of DISP for temp datasets
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
Which Search verb is equivalent to PERFORM…VARYING?
what happens if we dont close cursor in db2-cobol pgm?