At the minimum, which division of COBOL is enough to be
coded?

Answer Posted / rajesh naidu

Identification Division.

Because whatever the program, at minimum it identifies
program name.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is length is cobol?

654


Which Search verb is equivalent to PERFORM…VARYING?

691


what is difference between cobol and cobol/400

21578


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

708


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

665






What is the difference between a binary search and a sequential search what are the pertinent cobol?

737


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

714


What kind of error is trapped by on size error option?

749


Explain what you understand by passing by value.

708


What the difference is between continue and next sentence?

665


Can we redefine the field of x(200) to less than 200?

828


Write a cobol program making use of the redefine clause.

739


What is Pic 9v99 Indicates in COBOL?

733


Describe the cobol database components?

684


HOw can I get the negative sign while deduct high value from low value

1800