What are the four divisions in COBOL
Latest Answer: COBOL consists of 4 divisionsAll the divisions should begin from 8 column in Area AIdentification division.Environment division.Data division. Procedure division.The order should be same as aboveEvery division is further divided into sectionsEvery ...
What is the difference between INSPECT & EXAMINE?
Latest Answer: Inspect and examine both perform the same function's.Only difference is that Inspect is far more powerful than Examine and the latter has been removed from later versions of COBOL.Piece Of Advice-----before putting up anything and everything regarding ...
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.
Normally we are using Dynamic call. What will happen when COBOL program compilation & execution.
Latest Answer: To run the cobol program, first it go through compiler to get object code, which will go through LINK EDIT to produce Load module, which would be a executable code. For the Dynmic calls, both calling and called programs are compiled and linkedited separately ...
How COBOL FLAT files(Index,Sequential) are very secure for huge data?If not, How will you migrate with any Database with Frond end COBOL?
Latest Answer: Go-Back can be used in both main program and sub program. In the sub program it acts as Exit program and in main program it acts as stop run.Stop Run can only be used in main program but cannot be used in sub program.Exit- Program can be used in Sub program ...
Give correct code examples
Latest Answer: There is only one thing we can use Java or C++ in Mainframe instead of CICS ...
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?
have idea about How the flow. But i wanted to know this code and explanation.
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top