Program A calls program B. Will the working storage
variables declared in program B be initialized every time
it is called by program A or will the values be retained
until the end of program A?
Answer Posted / ramanujam
Everything will be cleared in Program B.
once it returns
| Is This Answer Correct ? | 1 Yes | 15 No |
Post New Answer View All Answers
How do u write test cases?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Describe the cobol database components?
Difference between array and sub-script ?
How do you define a variable of comp-1 and comp-2?
How can you get the ksds file records into your cobol program?
how do you reference the ksds vsam file formats from cobol programs
What is a SSRANGE and NOSSRANGE?
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 are all the divisions of a COBOL program?
What are the different rules for performing sort operation?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are the pertinent COBOL commands?
Are you comfortable in cobol or jcl?