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 dclgen in db2?

0 Answers  


What are the 4 environments which can access DB2 ?

2 Answers  


what's the error code for Unique Index Violation?

2 Answers  


How is the SUBSTR keyword used in sql?

1 Answers  


What is query for your birthday date should be in hours,minute and seconds format?

1 Answers   Fidelity,






What are the three types of page locks that can be held?

1 Answers  


How to create a table using embedded sql?

1 Answers  


What is database manager in db2?

0 Answers  


What is meant by the attachment facility?

3 Answers  


Explain about rct.

0 Answers  


What is the logical entity between plan and Package?

5 Answers  


Give a brief description of db2 isolation levels?

0 Answers  


Categories