In an EVALUATE statement, can I give a complex condition on
a when clause?
Answers were Sorted based on User's Feedback
Answer / vampire
yes u can
ex
evaluate condition
when identifier=conditon imperative statements
when identifier=condition imperative statemnts
when other imperative statements
end-evaluate
| Is This Answer Correct ? | 3 Yes | 0 No |
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
A s9(4). B v9(4) value 0.21 can i move this?
Can a Search can be done on a table with or without Index?
what happens if we wont give timestamp in precompilation process ?
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
How can you add a particular field in copybook?
what is Reentrancy and Quasi-reentrancy?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
How do u know what version of cobol u are using?
What should be the sorting order for SEARCH ALL?
What do you understand by passing by reference and passing by content?
What is the problem of ordered sequential files access?