At the minimum, which division of COBOL is enough to be
coded?
Answers were Sorted based on User's Feedback
Answer / rajesh naidu
Identification Division.
Because whatever the program, at minimum it identifies
program name.
| Is This Answer Correct ? | 4 Yes | 0 No |
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Hai friends why we need to read a file before re-write a record?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
What are the ways you can generate a copybook?
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
What is the difference between next sentence and continue in cobol programing language?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
What is an in line PERFORM? When would you use it? Anything else to say about it?
How can we find out wether to declare the data items like Integer, Char,Comp? If comp types how can we decide wether it is Comp and Comp3.How it is? Please Explain... Cheers.
What is difference between COBOL and VS COBOL II?.