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
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What are the rules of the move verb?
) How do u handle errors in BMS macro
How you can characterize tables in cobol?
how do you reference the fixed unblock file formats from cobol programs
Write a cobol program making use of the redefine clause.
Mention the guidelines to write a structured cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How are the next sentence and continue different from each other?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Which Search verb is equivalent to PERFORM…VARYING?
How do you reference the fixed block file formats from cobol programs
Write a program that uses move corresponding.