s9(18) comp-3:: What is the size of memory it takes
internally?
Answer Posted / vinodquestion
Thanks shaan, And what is for sigh decimal numbers
representation for same comp 3? i.e internal representation
of signed decimal number
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Are you comfortable in cobol or jcl?
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?
explain sorting techniques in cobol program?
What is the Purpose of Pointer in the string?
Give some examples of command terminators?
What are the different open modes available in cobol?
Have you used comp and comp-3 in your project? And how?
Write the code implementing the perform … varying.
How to print 10 to 1 if the input have only 10 digit number?
What are the different data types in cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
) what is the difference between AID and HANDLE AID?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?