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
What are declaratives and what are their uses in cobol?
i need a small 3d program using inline and outline.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How many bytes S(8) comp field occupy and its maximum value?
What is the use of intialize verb?
what happens if parmparameter passes zero bytes to the program
What are the different rules of SORT operation?
What is static and dynamic call in cobol?
What is amode(31)
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Name the divisions, which are available in a cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.