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

What is a report item?

725


What is the difference between PIC 9.99 and PIC9v99?

760


How do get the result of your program directly on your pc?

1866


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5347


Why would you use find and get rather than to obtain?

666






what is the difference between COBOL2 AND COBOL390?

2432


What is the difference between Call and a Link?

682


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

637


What is an in line perform? When would you use it? Anything else you wish to say about it.

632


Write down the divisions of cobol program?

654


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.

1098


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2082


What is the difference between a binary search and a sequential search what are the pertinent cobol?

714


How you can read the file from bottom?

648


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

684