What is the maximum size of a 01 level item in COBOL I? in
COBOL II?
Answers were Sorted based on User's Feedback
What will happen if we generate GDG (+2) version without generating (+1) version?
what are the diferences b/w sub-script and index?
how do you define single dimensional array and multidimensional array in your cobol?
Name the divisions, which are available in a cobol program?
What is the difference between comp and comp-3?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
what is the use of outrecord?
What is the LINKAGE SECTION used in COBOL?
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
What is sqlca and why is it needed in any cobol-db2 program?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?