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
What is a report item?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the printer file formats from cobol programs
how do you reference the rrds file formats from cobol programs
What is the usage of comp fields in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
In which area will you utilize 88 level items in cobol?
) what is the difference between AID and HANDLE AID?
IF I mention stop run in CICS what happens?
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.
Explain the configuration section of a cobol program with examples of syntax.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the problem of ordered sequential files access?
What is amode(24)?
how to convert the recors form vsam file to db2 table tru file aid