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 are write I/Os from the buffer pool executed?
What is cobol db2?
What is the physical storage length of time data type?
How do you concatenate the firstname and lastname from emp table to give a complete name?
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
What is the difference between a package and a plan?
6 Answers Infosys, L&T, Mphasis,
What is cursor in dbms?
i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error
How do I create a view in db2?
What is the maximum size of a char data type in db2?
What is the difference between dbm cfg and db cfg file in db2 ?