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 can you find out the # of rows updated after an update statement?
Explain in brief how does db2 determine what lock-size to use?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
what is a collection?
How to design maps
What is isolation level?
What is db2 purescale?
select distinct(empid),distinct(dept),name from EMP will the above query work?
What is the SQL Communications Area and what are some of its key fields?
What is release/acquire in bind?