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?

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

Write a program to explain size error.

1240


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5794


What is the problem of ordered sequential files access?

1207


IF I mention stop run in CICS what happens?

2427


Mention the guidelines to write a structured cobol program?

1142


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

2166


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2516


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

8027


Explain how you can characterize tables in cobol?

1115


What are literals?

1184


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4211


Define static linking and dynamic linking.

1271


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5427


What is the difference between PIC 9.99 and PIC9v99?

1403


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2330