should I use Go back in the main program ? Yes we can use
Go back in main program as well.
Answer Posted / raj
yes we can use goback in the mainprogram only if it is a
standalone program.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Name the divisions, which are available in a cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
example for sub strings ? and refernce modifications whit output pls
Which is not true about evaluate statement
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Which division and paragraphs are mandatory for a COBOL program?
Explain how you can characterize tables in cobol?
How many sections are there in data division in COBOL?
What is inspect in cobol ?
How to print 10 to 1 if the input have only 10 digit number?
Why occurs cannot be used in 01 level in COBOL?