Answer Posted / srinivas adilapuram
Linkage section is used to define any data passed across
programs.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Write some characteristics of cobol as means of business language.
What is an in line perform? When would you use it? Anything else you wish to say about it.
How you can characterize tables in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What the difference is between continue and next sentence?
how do you reference the esds vsam file formats from cobol programs
What is report-item 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?
how to move the records from file to array table. give with code example
How arrays can be defined in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
How to print 10 to 1 if the input have only 10 digit number?