Answer Posted / satya sivaji
Computational clauses allows cobol programe to efficiently
represent the data internally.There are 5 forms of
representing data which are
1).Display(default)
2).Comp
3).Comp-1
4).Comp-2
5).Comp-3.
And there is no Comp-4.
| Is This Answer Correct ? | 2 Yes | 27 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
What are the various section in data division and briefly explain them.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is amode(31)
When is inspect verb is used in cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Write a program to enter and display the names of students in a class using the occurs clause.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Why did you choose to work with ibm mainframe cobol programming?
What is a SSRANGE and NOSSRANGE?
Which division and paragraphs are mandatory for a COBOL program?
How do you get the data to code the BMS macro?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
HOw can I get the negative sign while deduct high value from low value