which generation language is cobol

Answer Posted / baalu

hi, this is balu. plz clarify your answer?


mr.guest

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the local-storage section?

691


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

648


Difference between cobol and cobol-ii?

719


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

1935


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5701






How can you get the ksds file records into your cobol program?

648


What is cobol?

752


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2733


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1236


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?

1814


When is inspect verb is used in cobol?

683


Write a program to explain size error.

681


What is difference between static and dynamic call in cobol?

788


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.

1123


What is the difference between perform … with test after and perform … with test before?

893