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
) How do u handle errors in BMS macro?
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?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
) how do u code after getting data?
What is length is cobol?
Explain about different table spaces.
State the various causes of s0c1, s0c5 and s0c7.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is an in line perform? When would you use it? Anything else you wish to say about it.
what is the difference between COBOL2 AND COBOL390?
Why did you choose to work with ibm mainframe cobol programming?
How you can characterize tables in cobol?
what are decleratives in cobol?
how to refer the data field?
) what is the difference between AID and HANDLE AID?