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 to execute qcmdexc in rpgle?plz write code also?
How are write I/Os from the buffer pool executed?
What are foreign keys?
is there any restrictions for unions ?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....
What will the FREE command do to a plan?
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
What is meant by isolation level?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
What are the three types of page locks that can be held?
What is with ur in db2?