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 to read the last 100 records from a COBOL file. The file contains N number of records.
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
what is sync clause?
what is the difference between PA & PF keys?
what is the difference between external and global variables?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
can we write paragraph in area B .....
WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?
what will happen if pass values more than 100 using PARM parameter?
how we rectify soc7 and soc4 errors in project?
which is better either static call or dynamic call? and why?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?