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 |
How are the next sentence and continue different from each other?
What is amode(31)
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
without performing any operations on a file how can i know whether it contains data or not
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
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...)
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
What is the difference between NEXT SENTENCE and CONTINUE?