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
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.
What is a SSRANGE and NOSSRANGE?
What is the utilization of copybook in cobol?
what is difference between cobol and cobol/400
What is the difference between Call and a Link?
How do you reference the following file formats from cobol programs?
how do you reference the variable unblock file formats from cobol programs
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is cobol?
Discuss about changing dataset name in proc.
how do you reference the fixed unblock file formats from cobol programs
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Which mode is used to operate the sequential file?
What is report-item in COBOL?
Write the code to count the sum of n natural numbers.