-
-
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.
-
-
INSPECT and EXAMINE
What is the difference between INSPECT & EXAMINE?
-
Skip alternate records
I have a seq file with 1000 records and I need to skip alternate records and write into a output file using cobol How can I do it
-
-
Concatinating two rec by using COBOL & JCL
I need to concatenate records by using cobol and jcl (both) as follows.
Input File:
AAAAA
BBBBB
CCCCC
DDDDD
11111
22222
33333
44444
Split the file into two halves and
1st rec of first half and 2nd rec of second half records are concatinated and
2nd rec of first half and 2nd rec of second half records are... -
-
What is SET TO TRUE all about, anyway?
In COBOL II the 88 levels can be set rather than moving their associated values to the related data item. (Web note: This change is not one of COBOL II's better specifications.)
-
-
-
-
-
-
-
COBOL Interview Questions
Ans