Answer Posted / akviswa
Ex for static linking-
Call "PGMNAME"
Dynamic linking-
01 ws-pgmname pic x(8) value "PGMNAME".
Call ws-pgmname
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
how to refer the data field?
What is the LINKAGE SECTION used in COBOL?
Write down the divisions of cobol program?
Give some examples of command terminators?
What is the difference between comp and comp-3?
In COBOL, what is the different between index and subscript?
Difference between array and sub-script ?
Whats the difference between search & search ALL?
) how do u code after getting data?
What is cobol?
Why did you choose to work with ibm mainframe cobol programming?
Can we redefine the field of x(200) to less than 200?
What are different data types in cobol?
How do we get current date from system with century in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic