What is the use of EVALUATE statement?

Answer Posted / edukulla

By useing of evaluate state ,we can reduce the syntax error
and reduce programing lenth,naturally error can redued

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1001


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1364


How do we get current date from system with century in COBOL?

1079


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1903


What is difference between static and dynamic call in cobol?

1041


State the various causes of s0c1, s0c5 and s0c7.

854


i need a small 3d program using inline and outline.

1920


how to move the records from file to array table. give with code example

2443


i want a program using by if, evaluate , string, unstring, perform, occurs?

4352


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

1227


What is perform what is varying?

927


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5436


What is a scope terminator give example?

844


What is the difference between comp and comp-3 usage?

883


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

902