OVRDBF Questions and Answers

Recent IT Questions

1 - 20 of 23
<<PREVIOUS 1|2 NEXT>>

OVRDBF AT DIFFERENT CALL LEVELS

HI ,      I am using the command  ovrdbf file(file1) tofile(file2) in the CL program and i am calling an RPG program again in that i want to override the same file(file2) to different members(using qcmdexe). how to do that?  

View Answer   |  Nov 15 2009  1:40 PM GMT
OVRDBF, CL programs
asked by Friends1021987

  5 pts.

OVRDBF

DCLF FILE(EMP001P)                                                                                                    RCvF...

View Answer   |  Oct 22 2009  2:18 PM GMT
CLPROGRAM, OVRDBF
asked by Kar

  95 pts.

AS/400 records

Suppose i have 3 members. how to read the records from all the members without using OVRDBF

View Answer   |  Oct 12 2009  5:22 AM GMT
AS/400 Records, OVRDBF
asked by Hemavijay

  80 pts.

OVRDBF

In a single CL/400 program, is it possible to declare physical file File1, then read a record and later writing the record value onto the DSPF using OVRDBF with in a same CLP? Software/Hardware used: Iseries

View Answer   |  Sep 14 2009  6:01 AM GMT
CL/400, DSPF, OVRDBF
asked by Kar

  95 pts.

OVRDBF

In CL program, declared a file FILE01 and read some records, later using OVRDBF accessed another file FILE02. Still I'm getting records of FILE01 only but not FILE02. Why? Thanks Venkat

View Answer   |  Sep 2 2009  12:08 AM GMT
OVRDBF, CL programs
asked by VENKYAS400

  45 pts.

OVRDBF Not working as supposed to

Here's the program flow CL1 calls RPG1 RPG1 calls CL2 CL2 has OVRDBF on fileA that is being used in RPG1 When the control gies back to RPG1, the file is not overriden. So I thought it might have ended at call level and I tried to do OVRDBF in RPG1 after the control come back from CL2 but still no...

View Answer   |  Apr 17 2009  6:12 PM GMT
OVRDBF, CL, RPG
asked by Jahan

  50 pts.

WRKOBJ System Physical File (QSYS)

Hi guys, Do u guys know what is the name for the physical file of WRKOBJ in Qsys? I need to OVRDBF with this file. Do u have the reference for the System Physical file for AS400??? Thanks!!!

View Answer   |  Mar 30 2009  3:17 AM GMT
WRKOBJ, Physical File, QSYS
asked by SoulReaper

  20 pts.

ovrdbf doesn't get deleted with a dltovr

I've got a cl that copies a PF file to qtemp then I use CRTDUPOBJ to get a LF attached to the qtemp PF file. Then ovrdbf of LF to qtemp/LF with OVRSCOPE(*JOB). After calling 2 programs to update the qtemp/LF I DLTOVR FILE(*ALL) LVL(*JOB). But the override stays doesn't get deleted. I can't figure...

View Answer   |  Jan 26 2009  7:21 PM GMT
OVRDBF, CL programming, PF
asked by Mtspudgun

  45 pts.

Unable to override a PF member

Hi, I am trying to override a physical file using CL. The CL program is being called by a CBLLE program. In the CBLLE program, I want to process the overridden member.But,all the processing is going on the first member only.It looks like as soon as the CL program terminates DLTOVR gets executed...

View Answer   |  Jan 16 2009  1:31 PM GMT
OVRDBF, DLTOVR, PF
asked by Prabhjot85

  15 pts.

Not able to override a database file in CL

Hi, I am trying to override a physical file using CL. But,when I go and delete the override, I get an exception that it was never overriden. :( Any help will be highly appreciated

View Answer   |  Jan 16 2009  1:13 PM GMT
OVRDBF, DLTOVR, CL
asked by Prabhjot85

  15 pts.

I have an OVRDBF command that quit working.

I added 3 fields to each of the files referenced in the OVRDBF command and then recompiled all 5 CLP's that have the same OVRDBF command in them. Here is a copy of the CLP.... CHGVAR VAR(&TITLE) VALUE('SETLMAST' *CAT &YEARC) CPYF ...

View Answer   |  Jan 15 2009  4:38 PM GMT
OVRDBF, CLP
asked by BobAnnBri

  5 pts.

Embedded SQL over multiple physical file members

Hi, I'm writing a program to process all the members in a physical file. I've done this using embedded SQL because the selection criteria is quite complex. The physical file belongs to an application which I can't change, so I will always have to deal with multiple members. I also don't have...

View Answer   |  Jan 5 2009  12:56 AM GMT
Embedded SQL, RPG, Physical File
asked by Gilly400

  23625 pts.

Embedded SQL to process ALL members

Hi, I'm trying to get an RPG with embedded SQL to read all the members in a file. I know I used to be able to do this with an OVRDBF command with *ALL specified for the member, but this doesn't seem to work anymore. In the joblog I get a CPF4268 message which says the file has no members or is...

View Answer   |  Dec 22 2008  12:54 AM GMT
AS/400, iSeries, SQL
asked by Gilly400

  23625 pts.

File access in Rpg

Hi All, Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) ie it should be handled exclusively in an RPG program? Thanks Venkat

View Answer   |  Sep 19 2008  12:59 AM GMT
RPG, CL, OVRDBF
asked by VENKYAS400

  45 pts.

Override to file in QTEMP deleted on its own?

We have a job that is run each night during our batch, that has the following functionality: 1. A utility is called, to create a flat file in QTEMP (32766 characters). I'll call this "File A" 2. An OVRDBF command then overrides to this file ("File A") 3. A program is then run, which processes...

View Answer   |  Sep 9 2008  1:22 PM GMT
OVRDBF, QTEMP, DLTOVR
asked by Deasel98

  20 pts.

SQL File Member Can SQL on i allows users to select a specific member to be processed without using a OVRDBF command

Cqn SQL on i allows users to select a specific member to be processed without using a OVRDBF command

View Answer   |  Sep 4 2008  10:32 PM GMT
SQL, OVRDBF
asked by Cragrat

  5 pts.

SQP file members

Does SQL on AS400/iSeries allow selecting a specific member to be prcesssed without using a OVRDBF command?

View Answer   |  Aug 26 2008  4:04 PM GMT
SQL, OVRDBF, AS/400 and SQL
asked by DMinNC

  10 pts.

what are the main functionalities of ovrdbf ?

what are the main functionalities of ovrdbf ?

View Answer   |  Aug 20 2008  6:24 PM GMT
OVRDBF
asked by Zilan

  85 pts.

OVRDSPF and OVRDBF

Hi, Good afternoon.Can you tell me what is difference beteween ovrdspf and ovrdpf?

View Answer   |  Aug 12 2008  10:19 AM GMT
iSeries, OVRDBF, Override with Database File
asked by Smart

  95 pts.

OVRDBF

Hi, Can anybody dell me about OVRDBF in real time answers? Where we can use usualy

View Answer   |  Aug 6 2008  9:40 AM GMT
OVRDBF, Override with Database File
asked by Smart

  95 pts.

1 - 20 of 23
<<PREVIOUS 1|2 NEXT>>