What is the difference between Structured COBOL Programming
and Object Oriented COBOL ?
Answer / anoop
In structured programing methode we first looks at the
function and will code according to the function.
In object oriented programing methode we first identifies
the objects (variables) and codes according to that.
Is This Answer Correct ? | 4 Yes | 3 No |
if we have a 10 steps how to override the 4th step in jcl?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
What is amode(31)
What is the difference between a DYNAMIC and STATIC call in COBOL?
What is report-item in COBOL?
What is an in line PERFORM? When would you use it? Anything else to say about it?
What are the different ways to run a COBOL DB2 program using JCL?
What is 88 level used for ?
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
db2 variable decimal(15,2) what is the equalent size of cobol variable
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
What are the different rules for performing sort operation?