Minimum how many Number of Paragraphs are there in ID-
Divison?

Answer Posted / asmara

It is the first Divsion, where IDENTIFICATION DIVISION have
minimum One Paragraphs and the remaining paragraphs are
optional.
ID-DIVISION.
PROGRAM-ID. TEST1. -this one is the first paragraph
AUTHOR-ID.-----remaining all are optional

if any update information post to me.

Best Regards,
Asmara

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between comp and comp-3?

689


What is the local-storage section?

668


Explain how to differentiate call by context by comparing it to other calls?

677


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1220


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

697






What guidelines should be followed to write a structured cobol prgm?

661


Are you comfortable in cobol or jcl?

633


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2713


how to move the records from file to array table. give with code example

2207


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

632


What is the difference between next sentence and continue in cobol programing language?

695


What is an in line perform? When would you use it? Anything else you wish to say about it.

636


What are literals?

622


What is the difference between binary search and sequential search?

631


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2714