Give the COBOL definition of a VARCHAR field.
Answers were Sorted based on User's Feedback
Answer / ravi & dhana
10 HNAME.
49 HNAME-LEN PIC S9(4) USAGE COMP.
49 HNAME-TEXT PIC X(10).
| Is This Answer Correct ? | 51 Yes | 6 No |
What do you mean by cursor?
How to take backup of table in db2?
What is collection in db2 bind?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What is the use of dclgen in db2?
can any one give the list of some important sql abend codes which r frequently asked in interviews?
Name the lockable units in DB2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
max number of columns in a db2 table?
Can you search give an array in the WHERE clause of a db2 query?
How do you retrieve the first 5 characters of firstname column of db2 table emp?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?