-
-
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 File Handling
how do you read a file in reverse order through COBOL program?
-
-
What is the default value(s) for an INITIALIZE and what keyword allows for an override of the default?
INITIALIZE moves spaces to alphabetic fields and zeros to alphanumeric fields. The REPLACING option can be used to override these defaults.
-
-
COBOL Interview Questions
Ans