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
In COBOL programming, what is PERFORM? What is VARYING?
What are the cobol coding sheets?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Define cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between perform … with test after and perform … with test before?
What are the different types of condition in cobol and write their forms.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to know whether the module is dynamical or statistical?
What are all the divisions of a COBOL program?
how do you reference the variable block file formats from cobol programs
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.