What is the difference between CONTINUE & NEXT SENTENCE ?
Answer Posted / mdvasanth86
continue -> NEXT STATEMENT
next sentence -> NEXT SENTENCE (After the period(.))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
Can we redefine the field of x(200) to less than 200?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Explain how to differentiate call by context by comparing it to other calls?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
) How do u handle errors in BMS macro
Differentiate between structured cobol programming and object-oriented cobol programming.
What is inspect in cobol ?
Explain the configuration section of a cobol program with examples of syntax.
For rewrite, why is it mandatory that file needs to be opened?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is redefines clause in COBOL?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
what is search and searchall?what is the diffrence between them?give an best example?
What is the usage of comp fields in cobol?