Submitted Questions

  • How will you analyze a COBOL program?

    Hi, I was asked in interview how would you analyze a COBOL program? I gave the ans as there are many kind of analyses -: Requirement analysis Root cause analysis Impact Analysis Problem / logic analysis but in general we talk about problem finding in a program and told him we would first go in for a procedure division and check what the paragraphs are doing in the division and document it paragraph...

    abhishek

    • Jan 21st, 2014

    Local-Storage is allocated each time the program is called and is de-allocated when the program returns via an EXIT PROGRAM, GOBACK, or STOP RUN. Any data items with a VALUE clauses are initialized to...