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
what is the use of outrecord?
What are the different rules to perform a Search?
Explain the configuration section of a cobol program with examples of syntax.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Which Search verb is equivalent to PERFORM…VARYING?
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
How do u write test cases?
explain sorting techniques in cobol program?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the Purpose of Pointer in the string?
What is the compute verb? How is it used?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
A table has two indexes defined. Which one will be used by the SEARCH?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?