What is the difference between performing a SECTION and a
PARAGRAPH?
Answer Posted / unknown
SECTION includes paragraph.
PARAGRAPH includes set of statements.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
What is the difference between PIC 9.99 and 9v99 in COBOL?
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.
How do define dynamic array in cobol.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Explain how you can characterize tables in cobol?
What are 77 levels used for?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how do you reference the variable unblock file formats from cobol programs
How to know whether the module is dynamical or statistical?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write a program that uses move corresponding.
) what is the difference between AID and HANDLE AID?
how do you reference the variable block file formats from cobol programs
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?