What are the differences bitween cobol and cobol-2?
Answer Posted / nimsatprasad
There are at least five differences: COBOL II supports
structured programming by using in line PERFORMs and
explicit scope terminators, it introduces new features
(EVALUATE, SET .. TO TRUE, CALL .. BY CONTEXT, etc), it
permits programs to be loaded and addressed above the 16
megabyte line, it does not support many old features (READY
TRACE, REPORT-WRITER, ISAM, etc.), and it offers enhanced
CICS support.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
How many sections are there in data division in COBOL?
Describe the cobol database components?
) How do u handle errors in BMS macro
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What rules are followed by the search verb.
Define static linking and dynamic linking.
Are you comfortable in cobol or jcl?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between binary search and sequential search?
What are 77 levels used for?
What are literals?
What is the difference between PIC 9.99 and PIC9v99?