What are the different forms of EVALUATE statement?

Answer Posted / ch.mohan

two forms
1)true
2)option

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a report item?

746


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?

2110


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2349


What is amode(31)

732


What is the difference between external and global variables in COBOL?

823






Write a program to enter and display the names of students in a class using the occurs clause.

661


What is the default value(s) for an initialize and what keyword allows for an override of the default?

703


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

714


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.

5708


What is perform what is varying?

715


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5387


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

720


Write a cobol program making use of the redefine clause.

743


In COBOL programming, what is PERFORM? What is VARYING?

676


) what is the difference between AID and HANDLE AID?

1641