What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?

Answer Posted / mithun

The program execution will go into infinite loop.

Is This Answer Correct ?    11 Yes 58 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A table has two indexes defined. Which one will be used by the SEARCH?

1021


What are different data types in cobol?

914


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1824


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2964


Describe the cobol database components?

893


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

907


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2362


how to convert the recors form vsam file to db2 table tru file aid

2981


What are declaratives and what are their uses in cobol?

942


What is cobol?

950


Can we change the password using ALTER? anyone tried and changed?

1748


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

909


What is the Purpose of Pointer in the string?

831


How do you define a variable of comp-1 and comp-2?

914


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.

6094