What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / guest
ans # 2 is correct .
Very often I USE go back in stand alone programs .
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
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.
Name some of the examples of COBOl 11?
What are the access modes of START statement?
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?
How can you get the ksds file records into your cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write some characteristics of cobol as means of business language.
What are 77 levels used for?
How to remove 2 duplicate records and copy only one using job control language?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
In which area will you utilize 88 level items in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you reference the fixed unblock file formats from cobol programs
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?