wht is the diff b/w if and evaluate stmts ?
Answers were Sorted based on User's Feedback
Answer / ankit
evaluate is used to reduce the complexity of IF ELSE
statements .both of two are condition handling statements
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / 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 |
why do u need inspect verb?
What is a scope terminator? Give examples.
for an INITIALIZE and what keyword allows for an override of the default.
What are the pertinent COBOL
What is tne need to use sub programs in Cobol?
if we have a 10 steps how to override the 4th step in jcl?
what is search and searchall?what is the diffrence between them?give an best example?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what is record label is empty or standard in file description of data division?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?