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
How does db2 sample database connect?
Which command is used to remove all rows from a table?
What does runstats do in db2?
What is the maximum number of columns in a db2 table?
What is the clustering index in the db2 database?
what is the sqlcode -501
Mention the definition of cobol in varchar field.
Is the primary key a clustered index?
What is the physical storage length of date data type?
What does sqlcabc has?
What is the role of the data page in the db2 database?
How do I start db2 in windows?
What is schema in db2?
What is database reorganization?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?