Answer Posted / s.v.venkata sivaprasad
scope terminator is used to terminate the cobol statements
instead of period.
ex perform
st1
end-perform.,
search
st1
end-search.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between Call and a Link?
) what is the difference between AID and HANDLE AID?
How to remove 2 duplicate records and copy only one using job control language?
How do you reference the following file formats from cobol programs?
What are the different rules for performing sort operation?
what is the difference between COBOL2 AND COBOL390?
Whats the difference between search & search ALL?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Write a program to enter and display the names of students in a class using the occurs clause.
Which is not true about evaluate statement
Explain how to differentiate call by context by comparing it to other calls?
Give some examples of command terminators?
how do you reference the variable unblock file formats from cobol programs
How do we get current date from system with century in COBOL?
What is the difference between next sentence and continue in cobol programing language?