what is parm utility
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the usage of open cursor command?
how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?
How would you print the output of an SQL statement from SPUFI?
EXPLAIN has output with MATCHCOLS = 0. What does it mean?
Can i insert bulk records into a db2 table using qmf of spufi only............!!!
What is buffrpool? Where we use it ?
How to execute stored procedures?
What is an instance in db2?
how to resolve -811 error. give clear explination
List out the buffer pools in db2
When is the skeleton cursor table created?
What is IMAGECOPY ?