Differentiate between structured cobol programming and object-oriented cobol programming.
Answer / Saumitra Singh
"Structured COBOL programming focuses on organizing the program into logical sections. It follows a hierarchical structure, with divisions, copy books, and programs. Object-Oriented COBOL programming extends this by adding concepts such as objects, classes, and inheritance."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
) how do u code after getting data?
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
can we read in input the file with a variable length ? please , how ..could you help me ?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
how do you reference the variable unblock file formats from cobol programs
what is label record is standard or omitted in file description of data division?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
what is difference between cobol and cobol/400
what is jcl approach for programming?