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
How do we get current date from system with century in COBOL?
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
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What type of SDLC u followed? Why?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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
Can we redefine the field of x(200) to less than 200?
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...)
What are the access modes of START statement?
Write a program to enter and display the names of students in a class using the occurs clause.
What is comp-1 and comp-2?
What is link edit in cobol?
What are different data types in cobol?
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 ?