i tried to copy some records from microsoft excel to as-400
physical file through "Bosanova" emulation. Out of 14000
records only 12000 records copies and subsequently programe
started to hang. Then, i closed the program forcefully. I
did' under stand the problem. Also when i try to compile
the physical file it is showing as "The file in use". How
to overcome this problem?
No Answer is Posted For this Question
Be the First to Post Answer
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is reorg in DB2
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
What is an instance in db2?
What is nvl in db2?
Mention and explain the contention situations caused by locks?
max number of columns in a db2 table?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
What r the comman abends in db2, jcl and cobol???????
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
wht happens if we close cursor with cursor with hold option?
What does CURRENTDATA option in bind indicate