Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / anantha nag.k

UNDER THE IDENTIFICATION DIVISION WE CAN WRITE UP TO 6
PARAGRAPHS
1.PROGRAM-ID.
2.AUTHOR.
3.INSTILLATION.
4.DATE-WRITTEN.
5.DATE-COMPILED.
6.SECURITY.

Is This Answer Correct ?    7 Yes 0 No

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

Answer / 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

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

Answer / sivakumar sekharannair

Minimum number of paras that is required under aid-division
is one
becasue
PROGRAM-ID. is a must under identification. without which
the program will not execute.
all other paras are optional only.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / prasenjit

Check out this link:

http://docs.hp.com/cgi-bin/doc3k/B3150090013.11820/32

Is This Answer Correct ?    3 Yes 1 No

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

Answer / shilpa

the identatification division contain no paragraph. the
identatification divison is the first division and the
program is identatified here. it contains mailnly
IDENTATIFICATION DIVISION.
PROGRAM-ID.PROGRAM NAME(SHOULE BE 8 CHARACTER).
AUTHOR-PROGRAMMER NAME.
DATE OF WRITTEN-
DATE OF COMPILED-
DATE OF INSTALLATION-
SECURITY-

THESE STATEMENT ARE NOT COMPULSORY BUT IDENTATIFICATION
DIVISION AND PROGRAM ID IS MUST.

BUT WE MAINTAIN ALL THESE DATA FOR HISTORY PURPOSE.

Is This Answer Correct ?    5 Yes 5 No

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

Answer / praveen bejjanki

@prasenjit,

for what reason are you asking us to refer the link
provided. It's having info related to some installations.

No way related to our question.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

using redefine can you redefine lower variable size to higher variable size?

3 Answers   Patni,


how you will define variables length in cobol.

3 Answers   Temenos,


01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?

7 Answers   Patni,


How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?

8 Answers   CTS,


In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.

1 Answers  


is it possible to pass an SQL query inside a jcl which is inside a cobol program?

5 Answers   CTS,


What is the difference between goback, stop run and exit program in cobol?

0 Answers  


I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.

3 Answers  


what is difference between cobol and cobol/400

1 Answers   HCL,


How is sign stored in a comp-3 field?

7 Answers  


What is the difference between a subscript and an index in a table definition?

3 Answers   TCS,


Categories