i want to store 20 digits . h will u do it in cobol ?

Answer Posted / yogesh

U can use either tables(ARRAYS) or can store those values
as elementary data items

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between array and sub-script ?

1167


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

712


What kind of error is trapped by on size error option?

740


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.

1115


What is the problem of ordered sequential files access?

702






INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

421


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

945


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

690


How many sections are there in data division in COBOL?

678


what is difference between cobol and cobol/400

21567


What is the difference between goback, stop run and exit program in cobol?

929


What is difference between static and dynamic call in cobol?

777


Difference between cobol and cobol-ii?

707


What is rmode(24)

680


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.

3720