Questions tagged [ibm-ifs]

IBM IFS (Integrated files system) is a storage component in OS/400.

IBM Integrated file system is a storage component in OS/400 with an interface that is similar to common filesystems.

30 questions
1
vote
1 answer

DB2 save CLOB (>16Mb) into IFS

I'm trying to save the content of a field(CLOB) into a file on the IFS (iSeries). The file doen't exist before save the content and the file is created perfect, but I don't know why at the begining (always position 1 and 2) the file contains two…
sigsag
  • 37
  • 8
1
vote
4 answers

find files in huge directory - very slow

I have a directory with files. The archive is very big and has 1.5 million pdf files inside. the directory is stored on an IBM i server with OS V7R1 and the machine is new and very fast. The files are named like this…
user1121575
  • 390
  • 1
  • 4
  • 19
1
vote
1 answer

Copy stream file to printer file

I need to use an IBM i system. The task consists in get a file stored (PCL FORMAT) into IFS and copy it (completely binary) to an output queue. For that I follow 4 steps: 1) Create a FILE in QTEMP. 2) Copy IFS file to the file in QTEMP. 3) Create a…
Jesús Galindo
  • 471
  • 1
  • 5
  • 11
0
votes
2 answers

Node.JS on IBMi / OS400: filename with accents non accessible

I have a NodeJs (14 & 18) service which list and read files from the local filesystem, on IBMi or AS/400... I use: await fsPromises.readdir(mydir) for to list all files of my directory await fsPromises.readFile(filename) for to read the…
Didier68
  • 1,027
  • 12
  • 26
0
votes
0 answers

Trying to find and replace text in an IFS file using CLOB files

I'm trying to find and replace text in a given IFS file. I have used the same code before for replacing lines in this config file. However, we are adding a new config option, so I'm automating the turning on and off of it. The code below executes…
Echoic
  • 11
  • 1
0
votes
1 answer

a very simple case does not write pdf file by using itext in IBM i

i'm trying to use itext (5.5.13) in IBM i (AKA iseries, Power, long ago AS/400). It could be done embedding java code into RPG ILE procedures, or executing plain java. We use Apache POI for Excel for a while, and it works well. We are testing itext…
Jorge Ubeda
  • 193
  • 5
  • 18
0
votes
2 answers

Using bindingsource stored in the ifs

Is there any possible way to create a serviceprogramm (crtsqlrpgi OBJTYPE(*SRVPGM)) using a .bnd file stored in the ifs as bindingsource?
iiSiggi
  • 175
  • 8
0
votes
1 answer

Editing RPGLE-Code directly from the ifs?

does anyone know how to edit rpg code stored in the ifs with the rational developer? I only get the following view without outline or highlighting etc. (screenshot) thanks in advance paul
0
votes
1 answer

Error opening physical file with _Ropen

I'm trying to put physical file on IFS. So trying to open file just to guarantee its presence on source. This is how I do it: errno=0; if ( ((pf = _Ropen(pfname, "rr, nullcap=Y")) == NULL) ||…
im_infamous
  • 972
  • 1
  • 17
  • 29
0
votes
1 answer

Small letters in PROMPT param in as400

I had command file - CMD PROMPT('MY COMMAND FILE') PARM KWD(A1) TYPE(*CHAR) VALUES(A1 A2) LEN(11) MIN(1) + PROMPT('MY NAME IS ANDY') RSTD(*YES) PARM KWD(A2)…
Anand Dhage
  • 109
  • 17
0
votes
3 answers

Crystal reports not connectiing to Views from AS/400 IFS

I have a strange case here. I created a View in AS/400. I need to have view not join logical because I need to do a UNION ALL. The view is created and I went to IFS and granted permissions ALL. But when I open Crystal Reports, make the connection to…
Booksman
  • 1,565
  • 5
  • 19
  • 32
-1
votes
2 answers

Execute CommandCall/ProgramCall by JT400 with Disabled user profile

Our problem is as follows: We have to connect to an ISeries with the JT400 and run some commands/Programs. The requirement is: Job is running in the QBatch with DISABLED user profile (because of security reasons). We are able to make the JDBC…
Kishore_2021
  • 645
  • 12
  • 38
-1
votes
1 answer

I am getting a wrong content assist in RPGLE program in visual studio. Can anyone tell me what am I doing wrong?

RPGLE program in Vs code I have enabled all the required extensions in vs code for RPGLE language support. Extension "RPGLE language tools" is supposed to show content assist for fully free format programs but it is showing me something else.
-1
votes
1 answer

How to know the file which i am trying to copy might take more than 15mins or long time to copy in AS400?

I am trying to copy a physical file to a stream file and than to excel sheet, generally to copy a file more than 5000 records it is taking around 5mins to do the process. I want to submit this copying process in batch, now the problem is how can i…
Nicolas
  • 45
  • 1
  • 5
-1
votes
2 answers

Is there a modern open source text editor for IBM i stream files in the PASE environment

Do you know of an open source Eclipse plugin text editor for use with text and source files in the IBM i Pase / aix file system ? Ideally it would have an IBM i IFS browser and edit similar to the one in Rational Developer for i.
mike
  • 1,233
  • 1
  • 15
  • 36
1
2