What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / shilpi gupta
When Go back is specified in main program, it will act like STOP RUN and will give control back to MVS/OS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Mention the guidelines to write a structured cobol program?
When is inspect verb is used in cobol?
how do you reference the printer file formats from cobol programs
What is inspect in cobol ?
how to access the file from prodution from changeman tool and to submit a file to production
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?
What are the different rules of SORT operation?
How do you get the data to code the BMS macro?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are the different rules for performing sort operation?
What is perform what is varying?
What is length is cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?