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
Define static linking and dynamic linking.
how do you define single dimensional array and multidimensional array in your cobol?
How to remove 2 duplicate records and copy only one using job control language?
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?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is length is cobol?
What is the difference between external and global variables in COBOL?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Write a program to enter and display the names of students in a class using the occurs clause.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write a program to explain size error.
How you can read the file from bottom?