Answer Posted / shenbagasundari pilavadian
Scope terminator is used to delimit the range of operation
for COBOL conditional statements.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Write some characteristics of cobol as means of business language.
Mention the guidelines to write a structured cobol program?
How do get the result of your program directly on your pc?
What are the cobol coding sheets?
Write the code to count the sum of n natural numbers.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is link edit in cobol?
What kind of error is trapped by on size error option?
Why did you choose to work with ibm mainframe cobol programming?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What rules are followed by the search verb.
What is the difference between Global and External Variables?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc