What will happen if you code GO BACK instead of STOP RUN in
a stand-alone COBOL program i.e. a program which is not
calling any other program ?
Answer Posted / sivakumar sekharannair
Yes nothing will happen since go back will take the control
back from where it is called and finally the control will
go to operating system
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
What is difference between static and dynamic call in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between PIC 9.99 and 9v99 in COBOL?
When is inspect verb is used in cobol?
What is comp-1 and comp-2?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are the access modes of START statement?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How to use the same COBOL program in Batch and CICS on lines? explain with an example