-
-
In-line PERFORM and out-line PERFORM
what is the in-line PERFORM and out-line PERFORM?
-
Comp and Comp-3
In real time in which situations we can use comp-3 and comp. What is the major difference between these two?
-
-
-
-
-
-
-
-
-
How to find the number of records in a flat file using COBOL ?
I tried in many ways, but it loops over again and again in the last record and reports me abend error.
-
-
-
-
What is the difference between comp and comp-3 usage? Explain other COBOL usages?
Comp is a binary usage, while comp-3 indicates packed decimal. The other common usages are binary and display. Display is the default. 3/28/00 Dave Herrmann: 'I was reading your FAQ on Cobol, as an fyi Comp is defined as the fastest/preferred numeric data type for the machine it runs on. IBM Mainframes are typically binary and AS400's are packed.'
-
-
-
-
Give example of Inspect TALLYING / BEFORE INTIAL / AFTER INITIAL. In which situation will use this in COBOL?
We have different type of Inspect verb1.counting INSPECT.2.replacing INSPECT.3.combined INSPECT.4.converting INSPECT.Give example of any Inspect verb which you know.
COBOL Interview Questions
Ans