How to remove 2 duplicate records and copy only one using job control language?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different rules for performing sort operation?
When is inspect verb is used in cobol?
What is the difference between write & move in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
what is ASRA, AEY9?
can I copy book which contain db2 statment in procedure divion?
Which division and paragraphs are mandatory for a COBOL program?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
What is Control Break processing ?
How do you differentiate between cobol and cobol-ii?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
in how many mode we can open a file ?