When search all is used in cobol program without sorted
input data?
Answer Posted / sainath
No, for search all command ,data should be in sorted order
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
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 can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Name the divisions, which are available in a cobol program?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Write some characteristics of cobol as means of business language.
Name the sections present in data division.
How can you get the ksds file records into your cobol program?
Explain the configuration section of a cobol program with examples of syntax.
A table has two indexes defined. Which one will be used by the SEARCH?
Are you comfortable in cobol or jcl?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is a SSRANGE and NOSSRANGE?
explain sorting techniques in cobol program?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning