In a program, variables are used but no DB2 involved in it.
Can you call it as host variables??
Answer Posted / shilpa
no it is not a host variable it is a working storage
variable or variables used in the program
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Explain how to differentiate call by context by comparing it to other calls?
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?
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 difference between AID and HANDLE AID?
How do you reference the fixed block file formats from cobol programs
What are the cobol coding sheets?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do you get the data to code the BMS macro?
What guidelines should be followed to write a structured cobol prgm?
Can a Search can be done on a table with or without Index?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is rmode(any) ?
How do get the result of your program directly on your pc?