Which Search verb is equivalent to PERFORM…VARYING?
No Answer is Posted For this Question
Be the First to Post Answer
How many sections are there in data division?.
what is srange and nosrange pls reply to ths question ?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
In COBOL "BEFORE" advancing is there or not ?
Differentiate between structured cobol programming and object-oriented cobol programming.
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,
if a file has 1000 recods how copy the records from 1 to 100 records using sort
what is the difference b/w level no.01 & level no.77?
how do you reference the rrds file formats from cobol programs