Answer Posted / jaipal reddy
linkage section is used to pass the data from jcl to
application program. by using parm parameter we can send max
100 characters to the application program. if we mention
the parm parameter we have to define the linkage section.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is static and dynamic call 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 you reference the following file formats from cobol programs?
What is a report item?
What is the Purpose of Pointer in the string?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
HOw can I get the negative sign while deduct high value from low value
How are the next sentence and continue different from each other?
In which area will you utilize 88 level items in cobol?
Write the code implementing the perform … varying.
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.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How do you differentiate between cobol and cobol-ii?