PDA

View Full Version : QNTC



David Abramowitz
05-07-2002, 02:46 PM
What sort of files are you trying to store? Dave

Guest.Visitor
05-08-2002, 04:52 AM
The files I am storing are simple text files. I need to be able to view them from an AS400 green screen. I don't want to manipulate them, just view them. When I try to do that though, the characters are all incoherent. I also need to be able to read them via an RPG program and write their contents to a physical file. I don't see any examples of what I'm wanting to do. Is this even possible or will I have to move to UNIX and an NFS mount? Any help is appreciated!

Guest.Visitor
05-08-2002, 06:57 AM
I need some help regarding the use of the QNTC structure in the IFS. I have successfully connected to an NT server and it's share. I want to be able to work with these files in CL programs etc. However when I go to view the file, the text is all messed up and it tells me that the job codepage is 37. Is there not any way I can store files on the NT server and access them natively on the AS/400?

David Abramowitz
05-08-2002, 06:57 AM
You may be able to view text files via the WRKLNK command. Dave

Guest.Visitor
05-09-2002, 03:17 PM
Allieh, I was just able to perform the following: QSYS/EDTF STMF('qdlscimgenrlcim4004dirprep.bat') Bill > The files I am storing are simple text files. I need to be able to view them from an AS400 green screen.