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


Please Help Members By Posting Answers For Below Questions

what are decleratives in cobol?

1831


how do you reference the fixed unblock file formats from cobol programs

716


how do you reference the esds vsam file formats from cobol programs

638


Give some examples of command terminators?

761


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6846






What are the cobol coding sheets?

673


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

1935


What is the difference between perform … with test after and perform … with test before?

890


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1812


What are the different rules of SORT operation?

702


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1964


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1849


What is cobol?

752


In which area will you utilize 88 level items in cobol?

728


how do you reference the printer file formats from cobol programs

671