-
-
-
-
How to edit comp-3 variable in cobol?
I have date 20101010 which is stored as comp-3 . Now I want to change this date to 2010-10-10 format. How to achieve this?. I also believe that we can't split comp-3 variable.Am I rite?..Help folks!!
-
-
Comp-3
What is comp-3 and advantage with examples?
-
-
INSEPCT
Give example of Inspect TALLYING / BEFORE INTIAL / AFTER INITIAL. In which situation will use this in COBOL?
-
-
In-line PERFORM and out-line PERFORM
what is the in-line PERFORM and out-line PERFORM?
-
INSPECT and EXAMINE
What is the difference between INSPECT & EXAMINE?
-
What is difference between RM COBOL & MF-COBOL & Pro COBOL & VS-COBOL or Do we have any other type of COBOL ?
Can you please explain how these differences?
-
What is the difference between a subscript and an index in a table definition?
A subscript is a working storage data definition item, typically a PIC (999) where a value must be moved to the subscript and then incremented or decremented by ADD TO and SUBTRACT FROM statements. An index is a register item that exists outside the program's working storage. You SET an index to a value and SET it UP BY value and DOWN BY value.
-
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.
-
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?
-
When is a scope terminator mandatory?
Scope terminators are mandatory for in-line PERFORMS and EVALUATE statements. For readability, it's recommended coding practice to always make scope terminators explicit.
-
-
What is Load module & Link edit and How will it work Dynamic call?
Normally we are using Dynamic call. What will happen when COBOL program compilation & execution.
-
-
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