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
how can i see junk values in dclgen or in hostvariable of comp ?
For rewrite, why is it mandatory that file needs to be opened?
how do you reference the ksds vsam file formats from cobol programs
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
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)?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
In COBOL, what is the different between index and subscript?
what are decleratives in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
HOw can I get the negative sign while deduct high value from low value
What the difference is between continue and next sentence?
What are the pertinent COBOL commands?