how do you define single dimensional array and multidimensional array in your cobol?
DATAONLY, MAPONLY functionality?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
What is length is cobol?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
What is level 66 used for ?
How do you get the data to code the BMS macro?
what are the diferences b/w sub-script and index?
What are the cobol coding sheets?
db2 variable decimal(15,2) what is the equalent size of cobol variable
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
How to concatenation one or more string?
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?