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
Write a program to explain size error.
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.
What is the problem of ordered sequential files access?
IF I mention stop run in CICS what happens?
Mention the guidelines to write a structured cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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?
Explain how you can characterize tables in cobol?
What are literals?
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.
Define static linking and dynamic linking.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between PIC 9.99 and PIC9v99?
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?