what is Pic 9v99 Indicates?

Answers were Sorted based on User's Feedback



what is Pic 9v99 Indicates?..

Answer / guest

3 character numeric data with decimal assumed after first
character.

Is This Answer Correct ?    21 Yes 0 No

what is Pic 9v99 Indicates?..

Answer / vampire

3 numeric values

result
01 a pic 9v99 value 123


result
1.23

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More COBOL Interview Questions

For rewrite, why is it mandatory that file needs to be opened?

0 Answers  


a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  


What is the compute verb? How is it used?

0 Answers  


COMP?

2 Answers  


When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.

1 Answers   CTS,






What does MAXCC 3 means? It is used in one my codes.

2 Answers   Wipro,


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1 Answers  


Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?

1 Answers  


Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .

4 Answers   IBM, Syntel, TCS,


How you can read the file from bottom?

0 Answers  


What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?

4 Answers   IBM,


What is the difference between a binary search and a sequential search?

10 Answers  


Categories