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 do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Define cobol?
Describe the cobol database components?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the different rules to perform a Search?
Mention the guidelines to write a structured cobol program?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How you can read the file from bottom?
Write a program that uses move corresponding.
What is the difference between perform … with test after and perform … with test before?
) How do u handle errors in BMS macro?
Explain how to differentiate call by context by comparing it to other calls?
How to know whether the module is dynamical or statistical?