-
-
-
Real time requirement in global payments-mainframes
Hiprovide info about any real time requirement in global payments-mainframesbyeramya
-
Impact Analysis
Suppose a program has one i/p file and one o/p file now we want to add another file to the Cobol program and also two new fields (i.e columns) are added to the o/p file from the new i/p file then how will you do impact analysis.
-
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.
-
Explain call by context by comparing it to other calls?
The parameters passed in a call by context are protected from modification by the called program. In a normal call they are able to be modified.
-
-
-
Level Number
Do we need to give level number in sequence order? Why?
-
File Concept
The Disposition Parameter in the JCL is Share ( DISP=SHR ) and Cobol program opens file in " Extend " mode. In this scenarion what will happen to that file?
-
What if Stop Run is missing in COBOL program?
Stop Run is last command in COBOL program.But if it is missing, will the program abend?
-
-
-
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.
-
-
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.
-
-
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.
-
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.
COBOL Interview Questions
Ans