Answer Posted / sivakumar sekharannair
i feel Anantha's answer sounds good. Linkage section is
used to pass data between programs and also between jcl and
program.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
how do you reference the variable block file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Give some examples of command terminators?
what are decleratives in cobol?
What are the different types of condition in cobol and write their forms.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between perform … with test after and perform … with test before?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between PIC 9.99 and PIC9v99?
How many sections are there in data division in COBOL?
What are the access modes of START statement?
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?