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 |
can we drop column from a table
What is a NULL value? What are the pros and cons of using NULLS?
pls explain the precompilation process of cobol-db2 pgm
what is difference between random and sequence file access
if suppose i am having an ACCOUNT table with 3 coloumns ACC. NO,ACC. NAME,ACC. AMOUNT . If a unique index is also defined on ACC.NO and ACC.NAME then write a query to retrieve account holders records who have more than 1 ACC.
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
What can the Locate option of the Repair Utility accomplish?
What is host variable?
What is data manager?
Define check constraint.
What is the physical storage length of date data type?
What is a composite index and how does it differ from a multiple index?