01 A pic 9(100) find record length of it

Answer Posted / ravikiran

in cobol a numeric datatype that is a(9) can not hold more
than 18 digits

Is This Answer Correct ?    0 Yes 0 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


How many sections are there in data division in COBOL?

793


What is amode(31)

807


Mention the guidelines to write a structured cobol program?

704


How do you reference the following file formats from cobol programs?

797






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

739


What is the difference between binary search and sequential search?

731


What are the different rules to perform a Search?

702


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8492


how do you reference the variable unblock file formats from cobol programs

858


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8962


Write the code implementing the perform … varying.

722


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

805


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1892


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?

2215