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
Define cobol?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
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?
How do you get the data to code the BMS macro?
State the various causes of s0c1, s0c5 and s0c7.
Write a program to enter and display the names of students in a class using the occurs clause.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Why did you choose to work with ibm mainframe cobol programming?
explain sorting techniques in cobol program?
what is the difference between COBOL2 AND COBOL390?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the difference between comp and comp-3?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Mention the guidelines to write a structured cobol program?