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 do you reference the fixed unblock file formats from cobol programs
What are different file OPEN modes available in COBOL?
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how to submit a jcl by cobol program. clear me with an example.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
what is meant by binary search?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..