Answer Posted / ravinder dudimatla
PARM is also one of the way to pass the values/data to the propgram and the maximum amount of data which we can send to the program using the PARM Parameter is 100 characters we will declare PARM under linkage section as below:
01 PARM-VALUE.
05 PARM-LENGTH PIC S(9)4 COMP.
05 PARM-TEXT PIC X(100).
PARM-BUFFER is for lenght of the parm value passed thrugh the PARM and PARM-TEXT will have the input data passed through the PARM.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
define clustering index.
Which are the db2 tools to protect integrity of the database?
When do you specify the isolation level?
Give the name of some fields form sqlca.
What are the various data types available in db2?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
How many databases are there?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
what is utility for parm lib
What is the difference between cursor and select statement?
Mention the definition of cobol in varchar field.
Is ibm db2 free?
Is db2 a mainframe database?
What are bind parameters in db2?
What is rct?