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
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between PIC 9.99 and PIC9v99?
How you can read the file from bottom?
What is a scope terminator give example?
What is difference between static and dynamic call in cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Can a Search can be done on a table with or without Index?
What is amode(31)
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are literals?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how do you reference the variable block file formats from cobol programs