can you use symbolic parameters in JOB?
Answers were Sorted based on User's Feedback
Answer / haribabu
yes , we can use symbolic parameters in our job
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghu
siva can u explain how can we use symbolic parameters in job
| Is This Answer Correct ? | 0 Yes | 0 No |
Yes.
Never used them directly in job, but i have overridden symbolic parameters present in proc through Job and it worked well.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is a plan and how do you refer the plan in the program?
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.
What is a clustering index ?
What is CHECK PENDING ?
How to insert more than one record using insert?
What is host variable?
What is collection in db2 bind?
What is commit in db2?
What is the SQL Communications Area and what are some of its key fields?
What is explain in db2?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?
How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?