how can you identify wheather the program is using search
or search all in the cobol program?
Answer Posted / y@$w@nth
The identification will be depend on many ways
The following are some ways:
1.first thing is that we can see the keywords like SEARCH or
SEARCH ALL
2.Second thing is that the array type(single dimension or
multidimension) that is followed by
SEARCH(multidimension/single dimension) or SEARCH ALL(only
single dimension) keyword.
3.third thing is that what are the relational operators we
used (multiple relational operators can be used in SEARCH
like AND OR etc... but in case of SEARCH ALL Only =
relational operator is allowed )
4.And the fourth one is that(only one when condition will be
used in SEARCH ALL. multiple WHEN conditions can be used in
SEARCH)
Let me know if any other..........
Y@$W@nth....
Cheers...
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
What are the different rules for performing sort operation?
Why would you use find and get rather than to obtain?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Explain about different table spaces.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What guidelines should be followed to write a structured cobol prgm?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are 77 levels used for?
What are declaratives and what are their uses in cobol?
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)?
How can you get the ksds file records into your cobol program?
Write a program to explain size error.
how to access the file from prodution from changeman tool and to submit a file to production
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?