Answer Posted / abhishek
LINKAGE SECTION IS USED FOR LINKING A MAIN PROGRAM TO
SUBPROGRAM.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the rules of the move verb?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are the different data types 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?
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?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what is amode(24), amode(31), rmode(24) and rmode(any)?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are the pertinent COBOL
Write the code implementing the perform … varying.
What are the various section in data division and briefly explain them.
What are different data types in cobol?
What is the difference between Call and a Link?