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 / anoop
Nothing will happen. Program will run fine since Go back
gives the control back to the operating system
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
State the various causes of s0c1, s0c5 and s0c7.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is Pic 9v99 Indicates in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
When is inspect verb is used in cobol?
What are all the divisions of a COBOL program?
how to refer the data field?
Name some of the examples of COBOl 11?
How do we get current date from system with century in COBOL?
Write the code implementing the perform … varying.
Give some examples of command terminators?
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 ?
What is a SSRANGE and NOSSRANGE?
How to print 10 to 1 if the input have only 10 digit number?
What are different data types in cobol?