Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
No Answer is Posted For this Question
Be the First to Post Answer
TYPES OF SORTINGS. which is more prefarable.
What is the maximum data length for Numeric DataType ?
Explain the configuration section of a cobol program with examples of syntax.
why we are using set in searchall?
1) can we display the index?
Explain complete concept of table handling in COBOL with an example?
How can you pass values from COBOL program to non-COBOL programs?
How to execute a set of JCL statements from a COBOL program?
can i use multiple when statements in search & search all ? justify ur answer?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How do you submit JCL via a Cobol program?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.