Recent IT Questions

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

Displaying data through DSPF and CL programm.!

I would like to be able to display one record from my PF with DSP file through a CL program on my screen. I have these sources: CL program: ******************************************** QSYSPRT          1  QPADEV0021  USERNAME      pgm             ...

View Answer   |  Aug 26 2009  2:07 PM GMT
DSPF, CL, PF
asked by Avrelivs

  55 pts.

Convet pf file to Excel

I had copyed spool file to pf and i want that should be copied to execl format.

View Answer   |  Jun 25 2009  2:04 PM GMT
AS/400, PF, Microsoft Excel
asked by 1510

  15 pts.

negative numeric values

How to retrieve the negative numeric values stored in packed fields of a PF into a RPG program and process them?

View Answer   |  May 27 2009  5:54 PM GMT
RPG/400, PF, RPG
asked by Ten2008

  675 pts.

data base files

How are the negative values in the packed fields are stored in the PF? How to enter negative data in those fields?

View Answer   |  May 27 2009  5:51 PM GMT
DB2, PF
asked by Ten2008

  675 pts.

Database Issues - Trying to prove that something has to be done

Hello Everyone, I'm currently trying to prove a concept on why we should re-create our old existing PFs into SQL defined tables (Portability, performance, etc.). After taking a look at some files, I noticed an even larger problem that would ruin my chance of proving this concept. Unless some...

View Answer   |  May 26 2009  2:16 PM GMT
Database issues, iSeries, Indexes
asked by Dcantwell

  165 pts.

Logical file with Substring fields

I have a Physical file field 100 characters long. But it has more than one data elements with various data types in this field. I know these sub fields’ types, starting positions and lengths. I tried to create a Logical file to describe these sub fields using “SST” function. But I got an...

View Answer   |  May 12 2009  4:12 PM GMT
DDS Source, SST, lf
asked by Nhewage

  40 pts.

Non-display fields in physical file

i want to create a PF in which i want to declare fields as non display.Can u help me out

View Answer   |  Apr 24 2009  7:00 AM GMT
Physical File, PF, iSeries
asked by Babs

  25 pts.

Duplicate object (PF) using SQL with same attributes

I want to create a duplicate object using SQL. I don't want to use CRTDUPOBJ and also do not want to compile my rpg's pgm because of new file level identifier. Please advice

View Answer   |  Apr 5 2009  6:46 AM GMT
LVLCHK, SQL, PF
asked by Anwer

  5 pts.

convert csv file to pf file

i have a file on IFS in .csv format.how to copy this file to pf format in another library.

View Answer   |  Mar 12 2009  4:10 PM GMT
AS/400, CSV, PF
asked by Kapiltiwari

  175 pts.

Selecting Fields in Logical File

If you would make a logical file and select only fields you need from a physical file that has 500,000 records it, Would it cause a performance issue when a record is updated in the PF?

View Answer   |  Mar 9 2009  5:26 PM GMT
Logical File, PF, Physical File
asked by Programmer23

  20 pts.

Override to a Logical File

hi, I am trying to create an override to a logical file. I have a PF File A which has a logical AL1. My CL program can run in a build/copy mode where Build would just build the work file and copy would build & copy the workfile etc. The CL has an override to A called B and then calls the RPGLE...

View Answer   |  Feb 24 2009  4:55 PM GMT
Logical File, PF, CL programming
asked by Ninoo

  35 pts.

Add field without altering Record Format Level Identifier

Hi, Is it possible to alter a file (say adding a new field or deleting a existing field) without altering format level indentifier? if yes? please tell me how? Tanx

View Answer   |  Feb 17 2009  11:56 AM GMT
PF, Physical File, Record Format Level Identifier
asked by RJES

  45 pts.

PROGRAMMER DELETED SOURCE FILES

Recently I asked an AS400 RPG programmer who has worked here over 9 years to delete PF's in their test library. This person also deleted their test source files (QRPGSRC, QCLSRC, ECT) Does anyone have thoughts on this? I really appreciate this.

View Answer   |  Feb 3 2009  5:07 PM GMT
PF, AS/400 Library, QRPGSRC
asked by BUSY

  35 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.

AS400 - RRN of PF

FILE1 is a PF. I want to read 100th Record directly. I want to perform this operation without using LF, OPNQRY, Native I/O. want to achieve this using RRN value of File. How to code this in RPGLE Program

View Answer   |  Jan 20 2009  11:43 AM GMT
RPGLE, RPGLE Program, RRN
asked by Rajeshece

  390 pts.

Search in a Physical file

How can search for a particular string in physical file when there is not any primary key in physical file. There is not any information about the field name and field structures also.. e.g. like we have to search for "anshu" in a PF but we dont have ay idea about the feilds in the PF. PF doesnot...

View Answer   |  Jan 20 2009  8:34 AM GMT
Search PF, PF, Physical File
asked by PiyushSingh

  5 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.

I want data from AS400 PF to my windows system in form of XL sheet.

I want to create a pgm in any of the high level language supported by AS400. I want that when this program is run, an XL sheet is created and all the data in a specified PF should come in this XL sheet. If I am right, then every XL sheet has a limit on the number of rows it can accomodate. If...

asked by AbhishekRam

  5 pts.

CLLE File Declaration

Can display File and PF be declared in a CLLE program

View Answer   |  Dec 15 2008  2:19 PM GMT
CLLE, PF, CLLE DSPF
asked by VPAIS

  5 pts.

Clearing a PF record on AS/400

I'm chaining a field to a unique keyed PF. I'm getting a not found indicator so I'm trying to write the record but I receive a duplicate key error. How this can be I do not understand. A colleague suggested that a field (or fields) within the record might be a key of other LF's over the file and...

View Answer   |  Dec 9 2008  10:41 PM GMT
RPG, CHAIN, Physical File
asked by Floyd02

  270 pts.

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