In an EVALUATE statement, can I give a complex condition on
a when clause?
Answer Posted / 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 |
Post New Answer View All Answers
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the usage of comp fields in cobol?
how do you reference the printer file formats from cobol programs
Write a program to explain size error.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the different open modes available in cobol?
What is length is cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how do you reference the variable block file formats from cobol programs
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Write the code implementing the perform … varying.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?