In an array processing what is the thing that can be done
by using subscripts but not by using index
Answer Posted / sweety
we can display subscripts but not index ....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the various section in data division and briefly explain them.
Can a Search can be done on a table with or without Index?
How are the next sentence and continue different from each other?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Write a program that uses move corresponding.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How arrays can be defined in COBOL?
What is the LINKAGE SECTION used in COBOL?
how do you reference the variable block file formats from cobol programs
What are all the divisions of a COBOL program?
how to move the records from file to array table. give with code example
In which area will you utilize 88 level items in cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?