What is the difference between performing a SECTION and a
PARAGRAPH?
Answer Posted / escapa
From answer 2: SECTION includes paragraph but also can include statement directly.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
What rules are followed by the search verb.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Can we redefine the field of x(200) to less than 200?
what are decleratives in cobol?
Explain the configuration section of a cobol program with examples of syntax.
How do you get the data to code the BMS macro?
Which division and paragraphs are mandatory for a COBOL program?
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.
How do you reference the following file formats from cobol programs?
What are all the divisions of a COBOL program?
What is report-item in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What guidelines should be followed to write a structured cobol prgm?
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.