wht is the difference between goto and perform stmts
Answer Posted / lu
goto is different than perform...goto only don't give you
any execution ...perform execute your stament.....Like
english language...
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is the use of intialize verb?
What are the different types of condition in cobol and write their forms.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between PIC 9.99 and 9v99 in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between comp and comp-3 usage?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is a scope terminator give example?
what are decleratives in cobol?
what is the use of outrecord?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What do you understand by psb and acb?
In COBOL programming, what is PERFORM? What is VARYING?