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

Answer Posted / chakravarthi

Shilpa you are wrong. Identification division contains
paragraphs. PROGRAM-ID is a para name ok thats y we put a
space after PROGRAM-ID. R u getting me.

IDENTIFICATION DIVISION.
PROGRAM-ID. PROGRAM NAME(SHOULE BE 8 CHARACTER).

Check clearly there is a space after PROGRAM-ID.

Also there are other paras in IDENTIFICATION divison which
are optional as ASMARA said.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please let me know the centre name of INS certification in Kolkata.

1708


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2091


What is the Purpose of POINTER Phrase in STRING command in COBOL?

711


Write a program to explain size error.

667


In COBOL, what is the different between index and subscript?

751






2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2088


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5663


What are the cobol coding sheets?

655


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

2717


Define static linking and dynamic linking.

655


What is rmode(any) ?

676


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

920


What is perform what is varying?

695


In which area will you utilize 88 level items in cobol?

708


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

725