In COBOL, what is the different between index and subscript?
No Answer is Posted For this Question
Be the First to Post Answer
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
What is the figurative constant in cobol?
how to refer the data field?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
1) can we display the index?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
what is record label is empty or standard in file description of data division?
In an array processing what is the thing that can be done by using subscripts but not by using index
A table has two indexes defined. Which one will be used by the SEARCH?
What R 2 of the common forms of the EVALUATE STATEMENT ?
Give some advantages of REDEFINES clause?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.