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
Answer Posted / guest
Declare a DS with same data types in PGM and move the
record into DS and write the structured file using the DS
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
What is explain plan in db2?
Which components manage deadlocks in db2?
What is the difference between dbm cfg and db cfg file in db2 ?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
How do you stop a db2 database in linux?
Are views updateable?
What is node in db2?
What is rebind in db2?
What is bufferpool in db2?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
What are host variables in db2?
what is the responsibility of the construction superintendent
How can you quickly find out the # of rows updated after an update statement?
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 ?...