Recent IT Questions

1 - 20 of 60
<<PREVIOUS 1|2|3 NEXT>>

content of source physical

hi all, can any one plese tell ,how can we see the content of any source physical

View Answer   |  Nov 7 2009  9:44 AM GMT
DB2/400
asked by Ambrish 82

  245 pts.

how to access any perticular menber of any pf

Hi, if i have a pf having 5 members..how can i access 3rd member of it through in rpgile.. regards Ambrish

View Answer   |  Nov 7 2009  4:47 AM GMT
DB2/400, RPGLE
asked by Ambrish 82

  245 pts.

db2/400

Hi, on db2 hw to give the output query using webquery and consoal? And what is the meaning of webquery and consol?

View Answer   |  Nov 3 2009  12:06 AM GMT
AS/400 simulator, DB2/400, DB2
asked by I6

  195 pts.

External DB2 Database link/trigger

In Oracle I can register a database link to other data sources. For example, through ODBC I have registered DB2 as a database link. In this way I can read/insert/update from/into DB2 tables. Software/Hardware used: i5 i5/os v5m4

View Answer   |  Oct 26 2009  10:42 AM GMT
AS/400 database, DB2/400, i5/OS
asked by R.otto

  375 pts.

SQL error

I've a cursor to fetch date from DB2/400...When date is stored as 0001-01-01, I get error - Year portion of the Date not in correct range. This is the default date my update program stores when user doesnt enter anything for date field. How can I bypass this error while fetching SQL cursor in my...

View Answer   |  Sep 27 2009  4:57 PM GMT
SQLRPGLE, DB2/400, DB2
asked by Nutangujar

  745 pts.

system storage

Can anybody say if i make one pf with following DDs R RECORD    ENAME           20A    ESAL               5S0    EDOB                L        DATFMT(*MDY)                                     DATSEP('/') NOW I AM...

View Answer   |  Sep 25 2009  8:47 PM GMT
DB2/400, DB2, Physical Files
asked by Anky

  10 pts.

Diff. between PF and a sql table

can anybody say what is the most basic diff. between making pf by writing DDS and sql table by create table command because both can having index.....

View Answer   |  Sep 25 2009  8:35 PM GMT
DB2/400, DDS, Physical Files
asked by Anky

  10 pts.

CPYTOIMPF data corruption

CPYTOIMPF on V5R4 with latest PTF's adds invalid data to the created CSV file for some blank fields in the PF. Is this a Bug? Software/Hardware used: AS/400 V5R4

asked by JMShmc

  5 pts.

DB2/400

When we do DSPFD for a file it shows physical and logical reads. What is the Difference between physical and logical reads?

View Answer   |  Sep 15 2009  1:57 PM GMT
Physical File, DB2/400
asked by Kajeeva

  5 pts.

DB2 connection in VBscript

I need to delete some records from a DB2 database on an AS400 using VBscript.

View Answer   |  Jul 7 2009  2:25 AM GMT
VBScript, DB2/400, AS/400 development
asked by Larksys

  5 pts.

Delete OLD files from Table not having date or timestamp

Hi, In DB2, Is it possible to get the insert date of a record in a table which doesn't have a seperate field for creation date or timestamp. I have a task where I have to delete record older than 1 year from a table, but the files doesn't have creation date field. So, like RRN does DB2 have any...

View Answer   |  Jul 3 2009  10:46 AM GMT
AS/400, as400/DB2, DB2/400
asked by RJES

  45 pts.

DB2/400

I have created one Physical File with 1 key field. After that i added some datas in that file. Records in file are displayed in Arrival order While Viewing the Records using DSPPFM, STRSQL Commands. As per my assumption, it should be ascending order. Why it is not displaying in Ascending order?

View Answer   |  Jul 3 2009  3:51 AM GMT
DB2/400, DSPPFM, STRSQL
asked by Rajeshece

  395 pts.

Launching AS/400-iSeries with DB2 and RPG

I am new in AS400/ iSerices. Actually I am a software developer C#.Net in my office we have database on AS400/iSerices DB2. I usually use Sql. I want to install or launch AS400/iSerices on my home PC. Can anybody help me how launch AS400/ iSerices on my personal PC. Thanks in advance. Mr.SEA...

View Answer   |  Jun 10 2009  5:30 AM GMT
AS/400 installation, OS/400 Installation, DB2/400
asked by Mr. SEA

  85 pts.

File attribute DFU

I have come across an object whose type is *File and attribute is DFU? What does this mean?

View Answer   |  May 25 2009  7:12 AM GMT
DB2/400
asked by Niklethaldan

  10 pts.

Flat file to PF conversion

Hi, can anybody tell me how to transfer the entire flat files contents to a new Physical file in regular fields format?

View Answer   |  May 15 2009  8:40 AM GMT
DB2/400 primary files, Flat files, DB2 Physical File
asked by Ten2008

  680 pts.

Certification sites for Synon?

Hello, Please can anyone suggest some good certification sites or courses for Synon or DB2 400. Except the ones from IBM. Synon is more broadly needed!!

View Answer   |  May 13 2009  6:13 AM GMT
Synon/Cool 2E, Certifications, DB2/400
asked by Jammypune

  5 pts.

DB2/400 - Source Physical File Deletion?

I have a question related to DB2/400. Let’s say, your source physical file name is “QDDSSRC” and inside this source physical file when you try to create a physical file with name same as that of source physical file “QDDSSRC”, if I am not wrong the source physical file will get deleted....

View Answer   |  May 12 2009  2:19 AM GMT
DB2/400, QDDSSRC, Physical File
asked by BibinGeorge

  110 pts.

How to connect to an AS/400 database from a remote PHP script

Hello. I have a requirement to use a PHP script running under Windows to access a remote DB2/400 on an iSeries. Can anyone please assist in what PHP coding would be needed, thank you! Regards Paul

View Answer   |  May 10 2009  10:13 PM GMT
DB2/400, PHP, Remote access
asked by PaulTaylor

  15 pts.

Transform DB2 to XML from AS/400

I have been requested to create XML files from AS/400 DB2 files to be used to update data on a client's web server. I have looked at IBM's XML Toolkit for iSeries, but the examples are all about parsing XML input and nothing about creating XML from native AS/400 database files. Is there something...

View Answer   |  May 10 2009  3:36 PM GMT
XML Toolkit for iSeries, DB2/400, AS/400 development
asked by LBurkett99

  800 pts.

AS/400 data mapping with CPYFRMIMPF

We have an application in which we need to expand the size of several fields within the record, ie the Amount field need to be larger. In the past I would create DDS for the new expanded file, create the file, then write an RPG or Cobol program to copy the data from the old file to the new...

View Answer   |  May 7 2009  2:10 AM GMT
CPYTOIMPF, DB2, Copy From Import File
asked by GarySouders

  10 pts.

1 - 20 of 60
<<PREVIOUS 1|2|3 NEXT>>