What is the maximum length of a field you can define using COMP-3 in COBOL?
What is the difference between Global and External Variables?
s9(18) comp-3:: What is the size of memory it takes internally?
how would find total records in files using seqientional
how to code in cobol while using variable block file?
wirte a pgm in using files in which we hav 10 ,20,30 40...100 records in inputfile and i want them to be send to outputfile in reverse order. PLZ HELP ME OUT .........THIS IS A RECENT QUESTION IN IGATE..
can we print comp 3 stmts how ?
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
What is the linkage section?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
How do you reference the following file formats from cobol programs?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH