Name some of the examples of COBOl 11?
No Answer is Posted For this Question
Be the First to Post Answer
What does the IS NUMERIC clause establish ?
wht is the difference between goto and perform stmts
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write down the divisions of cobol program?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
What is the difference between a subscript and an index in a table definition?
what is MSGLEVEL?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
using redefine can you redefine lower variable size to higher variable size?
what is the difference between Plan & package?