Answer Posted / chandrababu naidu
Both if and evaluate perform same thing. but by perform
multiple if conditions choose evaluate is best thing.
evaluate reduces multiple if's and decrease burden.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how do you reference the ksds vsam file formats from cobol programs
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the various section in data division and briefly explain them.
What is the utilization of copybook in cobol?
How to remove 2 duplicate records and copy only one using job control language?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are all the divisions of a COBOL program?
example for sub strings ? and refernce modifications whit output pls
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Difference between cobol and cobol-ii?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
what is search and searchall?what is the diffrence between them?give an best example?
How do you reference the fixed block file formats from cobol programs