What are the divisions in a cobol program?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
what is the meaning of pic 9(09)v99-
how can we code index in an array of cobol pgm?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
How to define a array dynamically.....
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?...
9(2).99 how many bytes take? Why . consider as a byte?
What type of Call you would use if you don;t want the control back to the calling program?
How do you define a table/array in COBOL?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.