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 |
why 02 level number can't be use as a separate level number like 01 or 77 ?
when COMP-3 is preferrable?
How do you reference the following file formats from cobol programs?
What is the difference between PIC 9.99 and 9v99?
db2 variable decimal(15,2) what is the equalent size of cobol variable
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
write a program to eliminate duplicate records in a input file and send them to output file.
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
) How do u handle errors in BMS macro
2)Where the Plan is located in CICS-DB2?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
what is label record is standard or omitted in file description of data division?