I have a cobol program with a sub program. How ca i find that
it is a dynamic call? or static call..?
Answer Posted / rammateti
It is very easy to find...........
1st u check the stmt call 'sub-name' or call 'ws-name'...
if it is call 'sub-name' then it is STATIC CALL
OR
If it is call 'ws-name' then it is DYNAMIC CALL....
By
(PRATHAP)
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
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.
how do you reference the printer file formats from cobol programs
Define cobol?
Explain how you can characterize tables in cobol?
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.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are various search techniques in cobol? Explain.
What is the difference between comp and comp-3 usage?
Can you please let me know the centre name of INS certification in Kolkata.
What are the different data types in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do you differentiate between cobol and cobol-ii?
Write down the divisions of cobol program?
What is a SSRANGE and NOSSRANGE?