When search all is used in cobol program without sorted
input data?
Answer Posted / prasad
Yes.It Wount shoe any compilation probelms.It will sort but
gives unpredictable result.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe the cobol database components?
What is the Purpose of Pointer in the string?
Which mode is used to operate the sequential file?
What rules are to be followed while using the corresponding options?
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 are 77 levels used for?
How you can read the file from bottom?
how to access the file from prodution from changeman tool and to submit a file to production
What rules are followed by the search verb.
How are the next sentence and continue different from each other?
When is inspect verb is used in cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
what is the difference between COBOL2 AND COBOL390?
IF I mention stop run in CICS what happens?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?