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

What is a report item?

898


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1025


how do you reference the printer file formats from cobol programs

880


how do you reference the rrds file formats from cobol programs

1134


What is the usage of comp fields in cobol?

867


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

903


In which area will you utilize 88 level items in cobol?

884


) what is the difference between AID and HANDLE AID?

1881


IF I mention stop run in CICS what happens?

2081


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.

1349


Explain the configuration section of a cobol program with examples of syntax.

859


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

859


What is the problem of ordered sequential files access?

897


What is amode(24)?

876


how to convert the recors form vsam file to db2 table tru file aid

2979