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 |
Can you tell me how can you find out the # of rows updated after an update statement?
What is the meaning of -805 SQL return code?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example
What are leaf pages?
i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.
What are the advantages of using a PACKAGE?
What are foreign keys?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
How does cobol compile db2 program?
Is the primary key a clustered index?
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 ?...
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?