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

Answer Posted / shan

Answer 4 is the correct explanation...

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

853


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2331


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1800


What is the default value(s) for an initialize and what keyword allows for an override of the default?

691


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

1542






What is inspect in cobol ?

797


Which Search verb is equivalent to PERFORM…VARYING?

681


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5372


how to access the file from prodution from changeman tool and to submit a file to production

6680


How to print 10 to 1 if the input have only 10 digit number?

810


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.

5673


How do we get current date from system with century in COBOL?

797


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

704


Can you please let me know the centre name of INS certification in Kolkata.

1713


How to remove 2 duplicate records and copy only one using job control language?

740