If we use GO BACK instead of STOP RUN in cobol?
Answers were Sorted based on User's Feedback
Answer / girish kumar
if the program doesn't consists of call statement we can use
eaither goback or stoprun to terminate the program.
But if program having the call statement
We have to use GOBACK for SUB-PROGRAM
STOPRUN for MAINPROGRAM
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / chaitanya chandana
if u use goback() it will back to the main program....But were as stoprun() it wil shows the end of the main program..
if there any mistake plz correct me.
| Is This Answer Correct ? | 6 Yes | 0 No |
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
which one is the best of com and com-3.using of real time ?
What are the steps you go through while creating a COBOL program executable?
What is the difference between structured cobol programming and object alternativelyiented cobol?
how to resolve the file status 47.......
What is a scope terminator? Give examples.
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is a subscript ?
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
How do you compile cobol program..?