01 a pic 9(9v99)

01 b pic 9(9.99)

wht will be the stored vales in both cases

Answer Posted / venkat

i think question is 01 a pic 9(9)v99 --it's occupy memory space is -11bites
&01 b pic 9(9).99--it's occupy memory space is -12bites

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a Search can be done on a table with or without Index?

924


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

918


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3830


What is the difference between PIC 9.99 and 9v99 in COBOL?

849


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

834






What the difference is between continue and next sentence?

751


What is length is cobol?

749


What is the difference between comp and comp-3?

795


how do you reference the ksds vsam file formats from cobol programs

751


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

773


What is the difference between next sentence and continue in cobol programing language?

822


How to know whether the module is dynamical or statistical?

750


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

836


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1218


What is the difference between binary search and sequential search?

731