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 write test cases?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How you can characterize tables in cobol?
Write down the divisions of cobol program?
What is the difference between comp and comp-3?
What are the different open modes available in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
) how do u code after getting data?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are various search techniques in cobol? Explain.
how do you define single dimensional array and multidimensional array in your cobol?
i need a small 3d program using inline and outline.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
) How do u handle errors in BMS macro