what is parm utility

Answers were Sorted based on User's Feedback



what is parm utility..

Answer / praveen

passing the value

Is This Answer Correct ?    0 Yes 0 No

what is parm utility..

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

Post New Answer

More DB2 Interview Questions

What is meant by the attachment facility?

3 Answers  


Describe what a storage group(STOGROUP) is?

2 Answers  


what is diffrence b/w file-aid tool and file-aid utility???

1 Answers  


my project is insurance management system,how to explain my work environment in interview?

2 Answers   CGI, Value Labs,


How can you get the number of rows impacted by the last executed query?

1 Answers  






Give some example of statistics collected during RUNSTATS?

1 Answers  


How to update more then one record using update?

5 Answers   IBM,


what is the Foreign key? explain?

2 Answers  


What's the maximum number of volumes that can be added to a STOGROUP?

1 Answers   IBM,


I HAVE 500 ROW TO UPDATE I WOULD LIKE TO USE ROLLBACK ALONG WITH COMMIT.WHAT IS THE SYNTAX TO CODE COMMIT AND ROLLBACK FOR EVERY 100 ROWS.AND HOW THE CURSOR ROLLBACK TO THE LAST COMMITTING POINT.

0 Answers   ITC Infotech, Syntel,


Is db2 a programming language?

0 Answers  


How does DB2 determine what lock-size to use?

2 Answers  


Categories