what is the difference between COBOL2 AND COBOL390?
No Answer is Posted For this Question
Be the First to Post Answer
In an EVALUATE statement, can I give a complex condition on a when clause?
how to display comp3 variables reply soon ?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
how to run sub programs using static and dynamic call ...
How do you reference the fixed block file formats from cobol programs
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
TYPES OF SORTINGS. which is more prefarable.
record length in spool?
State the various causes of s0c1, s0c5 and s0c7.
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
what are the isolation levels and where we use it in the db2 program