How can I tell if a module is being called DYNAMICALLY or
STATICALLY?
Answer Posted / dev
also the method of calling is differnt in cobol code also
static call
call 'pgmname'
dyanmic call
call identifier eg call pgmvar
where pgmvar is a working storage variable having the pgm
name
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How do get the result of your program directly on your pc?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write a program that uses move corresponding.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how do you reference the variable block file formats from cobol programs
What is the Purpose of Pointer in the string?
Which division and paragraphs are mandatory for a COBOL program?
Write a program to enter and display the names of students in a class using the occurs clause.
What are the pertinent COBOL
What are declaratives and what are their uses in cobol?
how to convert the recors form vsam file to db2 table tru file aid
Write the code implementing the perform … varying.
What are different data types in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue