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 |
How would you find out the total number of rows in a db2 table?
Which is faster delete or truncate?
is it compulsory commitment control in journal?
What is a db2 tablespace?
what is + sign and -ve sign for sql code ?
What is check constraint in db2?
What's the maximum number of volumes that can be added to a STOGROUP?
what is datacom db?
What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.
What are the isolation levels possible ?
How to run db2 command in windows?
how can you access index