How do you come out of an EVALUATE statement?

Answer Posted / purushothaman.m

at the end of the statement use END-EVALUATE(scope
terminator) before StopRun.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1070


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2365


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

911


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

961


What type of SDLC u followed? Why?

1732


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1049


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

1223


Can we redefine the field of x(200) to less than 200?

1106


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...)

2148


What are the access modes of START statement?

940


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

936


What is comp-1 and comp-2?

948


What is link edit in cobol?

947


What are different data types in cobol?

916


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2096