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 |
What is amode(24)?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
waht is inspect verb? where it can be in real time?
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is the use of outrecord?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
Write the syntax of a two dimensional array?