BY seeing a program how can we say that it is static call
or dynamic call
Answer Posted / khazi shaheen
incase of static call within the main program itself
calling program inlcuded
incase of dynamic call the calling program should be reside
in another member
Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
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
What is comp-1 and comp-2?
what is difference between cobol and cobol/400
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between PIC 9.99 and 9v99 in COBOL?
What rules are to be followed while using the corresponding options?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What is the use of intialize verb?
What is the difference between binary search and sequential search?
What is an in line perform? When would you use it? Anything else you wish to say about it.
In COBOL programming, what is PERFORM? What is VARYING?
What is Pic 9v99 Indicates in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.