In COBOL CALL-CALLING,if a program A is calling 3 sub-
programs, dynamically, then it is said sub-programs will
always will always in Initial Mode. My question is : Do we
need to code CANCEL or (IS INITIAL) for dynamically called
sub-programs or it is the property of Dynamically called
pgms so every time sub-pgms are called they will be in initial
mode. ***This question is only Dynamic call****,
Please reply. Thank you in advance.

Answer Posted / vinay sonar

NO NEED TO USE CANCLE EVERY TIE.WHEN SUBPROGRAM IS CALLED IT IS ALWAYS IN ITS INITIAL STATE.THIS IS COBOL 85 FEATURE.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is inspect verb is used in cobol?

671


How many bytes S(8) comp field occupy and its maximum value?

1626


Why occurs cannot be used in 01 level in COBOL?

711


Name some of the examples of COBOl 11?

2676


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1921






Have you used comp and comp-3 in your project? And how?

2006


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.

2005


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

818


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8156


what are decleratives in cobol?

1827


What is difference between static and dynamic call in cobol?

772


What are the different rules for performing sort operation?

757


What is the difference between binary search and sequential search?

638


what is amode(24), amode(31), rmode(24) and rmode(any)?

690


Explain about different table spaces.

644