Difference between cobol and cobol-ii?
Answer / Mukesh Kumar Chaudhary
COBOL (Common Business Oriented Language) is a high-level programming language used for business applications.nnCOBOL-II is an updated version of COBOL with several enhancements and new features, including support for structured programming concepts, improved error handling, and support for larger datasets.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why IBM?
what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.
whats the difference between search and search all?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
what is the difference between Normal vaiable and comp variable.
what is MSGLEVEL?
What is SDSF?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How many bytes do a s9 (7) comp-3 field occupy?