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
What is difference between static and dynamic call in cobol?
What is report-item in COBOL?
What is redefines clause in COBOL?
What is rmode(any) ?
Name some of the examples of COBOl 11?
Discuss about changing dataset name in proc.
Define static linking and dynamic linking.
How do u write test cases?
i need a small 3d program using inline and outline.
What is a SSRANGE and NOSSRANGE?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
In which area will you utilize 88 level items in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between next sentence and continue in cobol programing language?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?