Minimum how many Number of Paragraphs are there in ID-
Divison?
Answer Posted / 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 |
Post New Answer View All Answers
) how do u code after getting data?
What is the difference between goback, stop run and exit program in cobol?
Explain what you understand by passing by value.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is redefines clause in COBOL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how do you reference the variable unblock file formats from cobol programs
What is the difference between Call and a Link?
what are decleratives in cobol?
How many bytes S(8) comp field occupy and its maximum value?
What is perform what is varying?
Explain how you can characterize tables in cobol?
What are the rules of the move verb?