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 insert update delete in view?
How many buffer pools are there in DB2?
Can we declare DB2 HOST variable in COBOL COPY book?
How we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?
how can i pull up a query which was previously stored in qmf
How do you insert a record with a nullable column?
What are the contents of a dclmgen?
How do I start db2 in windows?
Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.
Why cursor is used in db2?
Can we install 2 different versions of Db2 on same mainframe?