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


Please Help Members By Posting Answers For Below Questions

How do you define a variable of comp-1 and comp-2?

804


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

944


Are you comfortable in cobol or jcl?

719


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?

7073


explain sorting techniques in cobol program?

785






What is the Purpose of Pointer in the string?

721


Give some examples of command terminators?

849


What are the different open modes available in cobol?

822


Have you used comp and comp-3 in your project? And how?

2087


Write the code implementing the perform … varying.

722


How to print 10 to 1 if the input have only 10 digit number?

919


What are the different data types in cobol?

903


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.

1048


) what is the difference between AID and HANDLE AID?

1742


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?

982