What are the differences between COBOL and COBOL II?
Answer / ravi
Cobol II suports structure programming by using Inline
performs and explicit scope terminators
Cobol used for reports which is not present in COBOL II
COBOL II has many new features like EVALUATE.
| Is This Answer Correct ? | 9 Yes | 0 No |
what is filler and what is use of filler
what is SYNCHRONIZATION?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
What is binary search?
What are the differences between OS VS COBOL and VS COBOL II?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
how many divisions are there in cobol
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
i have variable record in the 5th, i want to sort from 5th filed ? how ?