When search all is used in cobol program without sorted
input data?
Answer Posted / rookie
I think answer#2 is correct.
But i think the main intention of the question was what if
we dont sort the input data will the Search all work or not
work?
So if this is what intended by the question,than i think
that definately Search all will work but it will give
unpredictable results.
Correct me if i am wrong, in this scenario.
Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the difference between Call and a Link?
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.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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 between structured cobol programming and object-oriented cobol programming.
Write a program to explain size error.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What the difference is between continue and next sentence?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the problem of ordered sequential files access?
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?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
example for sub strings ? and refernce modifications whit output pls