What is the difference between CONTINUE & NEXT SENTENCE ?
Answers were Sorted based on User's Feedback
Answer / aji cherian
Continue - The control will go to the line next to a scope
terminator.
Next senece - The control will go to the next line after a
period symbol.
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / mdvasanth86
continue -> NEXT STATEMENT
next sentence -> NEXT SENTENCE (After the period(.))
| Is This Answer Correct ? | 0 Yes | 0 No |
What is SDSF?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
When can the USING phrase be included in the call statement ?
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
What is rmode(24)
Can we change the password using ALTER? anyone tried and changed?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
what is the default print format? in cobol
How to remove 2 duplicate records and copy only one using job control language?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you