What are the pertinent COBOL
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what is amode(24), amode(31), rmode(24) and rmode(any)?
Explain how to differentiate call by context by comparing it to other calls?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is static and dynamic call in cobol?
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?
What is amode(31)
Whats the difference between search & search ALL?
What are the access modes of START statement?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What type of SDLC u followed? Why?
What is the difference between Call and a Link?
Write a program to enter and display the names of students in a class using the occurs clause.
i need a small 3d program using inline and outline.