When search all is used in cobol program without sorted
input data?
Answer Posted / hemant
Answer#3 is correct.
If data is not sorted, Program Compilation wont show any
error message. But, program will give unpredictable result.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What are the rules of the move verb?
What is perform what is varying?
What is the difference between perform … with test after and perform … with test before?
how can i see junk values in dclgen or in hostvariable of comp ?
In which area will you utilize 88 level items in cobol?
How do u write test cases?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are the different open modes available in cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How arrays can be defined in COBOL?
what is the difference between COBOL2 AND COBOL390?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are the different rules for performing sort operation?