Get answers.  Share knowledge.  Collaborate with peers.




Windows Subfile

Without seeing your code, it’s hard to advise.
You would have two rrn’s the window RRN must not be zero.
Phil



View Discussion   |  May 21, 2013  3:44 PM
AS/400, RPGLE, Subfile
discussed by:
philpl1jb
44,630 pts.

Duplicate map drives for users on TS in 2008 R2

Use a simple logon script like:

Dim objNetwork
Set objNetwork = WScript.CreateObject(“WScript.Network”)
strLocalDrive = “H:”
strRemoteShare = “\\myserver\users”
objNetwork.MapNetworkDrive strLocalDrive, strRemoteShare, False



View Discussion   |  May 21, 2013  3:09 PM
Map drives, Terminal Server, Terminal Server 2008
discussed by:
alessandro.panzetta
9,695 pts.

discussed by:
alessandro.panzetta
9,695 pts.

CL opnqryf question

I would typically open the query file in one cl with override to share *Yes
and then call a second program to process the records.

With this logic you won’t have a problem processing two queries.



View Discussion   |  May 21, 2013  2:21 PM
AS400 Command
discussed by:
philpl1jb
44,630 pts.

CL opnqryf question

you can use the POSDBF command to reposition to the start of the file



View Discussion   |  May 21, 2013  2:04 PM
AS400 Command
discussed by:
BigKat
7,205 pts.

Windows Subfile

When I want to open a Window subfile, the pgm give me this error:
Session or device error occurred in file AAD020

this error compares in EXFMT line.
I thought that the problem was the RRN, but is not zero



View Discussion   |  May 21, 2013  1:56 PM
AS/400, RPGLE, Subfile
discussed by:
aldo400
20 pts.

Windows Subfile

Sure, why not? Obviously, it’s not a ‘call from a subfile’; but nothing stops you from opening a window subfile over an existing active subfile.
.
Tom



View Discussion   |  May 21, 2013  1:34 PM
AS/400, RPGLE, Subfile
discussed by:
TomLiotta
110,175 pts.

elg format

On Windows, Notepad can open a .ELG file. Similar text editors on Apples, Linux or UNIX can open them. On an AS/400, a C, COBOL, RPG or even CL program could open it. You can write Java programs to open .ELG files on just about everything. A C# program can probably open it again on Windows.
.
But “opening” a file doesn’t do much good unless you know its structure and how to process its content. Anyone can create a file with any extension or rename a file with a new extension. We don’t know the history of the file.
.
Your best option is probably to use whatever application created the file to open it. If the file belongs to you, you should know how it was created. If it was sent to you, you should ask the sender.
.
Tom



View Discussion   |  May 21, 2013  12:49 PM
elf
discussed by:
TomLiotta
110,175 pts.

3812 printer fonts

Tom,

There is an IBM/RICOH INFOPRINT 1552. Then, there is a IBM 6400 which is their greenbar system printer. Lastly, there is a RICOH SP 8200DN which is used to print pay checks.



View Discussion   |  May 21, 2013  12:40 PM
OS/400, OS/400 printers
discussed by:
Piano
420 pts.

CL opnqryf question

The best choices require you not to use OPNQRYF at all; but you are using it anyway, so we already know that you don’t want the best choices. Apparently you want worse choices.
.
So, one suggestion is to upgrade to i 6.1, and then declare two different files. If you’re already running 6.1, try the CLOSE command. Or break your code into two separate blocks of code and make them two separate programs.
.
Beyond that, we’ll probably need to see your programming to give suggestions.
.
Tom



View Discussion   |  May 21, 2013  12:21 PM
AS400 Command
discussed by:
TomLiotta
110,175 pts.

CHANGE OF BIOS PASSWORD

What BIOS is on the system and why is a bypass or reset needed? This site can’t simply provide bypass procedures for security mechanisms without evidence that you have the right to run such a procedure.
.
Tom



View Discussion   |  May 21, 2013  12:07 PM
BIOS password
discussed by:
TomLiotta
110,175 pts.

adobe flash player

That’s hard to say without knowing what tablet you have and what OS is running on it (including the version). You should note that Adobe is (currently) no longer supporting its Flash player for Android.
.
Tom



View Discussion   |  May 21, 2013  12:04 PM
adobe flash player, download, samsung tablet
discussed by:
TomLiotta
110,175 pts.

Securitiy Auditing in AS400
.. its official separation here.
.
Yes,  but is there a difference in authorities? If you have authority to start processing with CHGUSRAUD for example, do other admins have the same authority to undo that processing?
.
Tom


View Discussion   |  May 21, 2013  11:54 AM
AS400 admin, Security auditing
discussed by:
TomLiotta
110,175 pts.

Cat5e and Cat6 unshielded twisted pair cables

CAT-5e is rated to 350M, CAT-6 and CAT6e is rated to 550M or 1000M.

http://www.repsole.com



View Discussion   |  May 21, 2013  10:51 AM
Cables, Cabling, Cat 5E, CAT 6, Category 5e cable, Category 6 cable, Network cable
discussed by:
repsole
10 pts.

Securitiy Auditing in AS400

thanks chalenger.. i just tried in internet and got the same command which you mentioned CHGUSRAUD..
But can you explain me how to use this..

Surey



View Discussion   |  May 21, 2013  10:51 AM
AS400 admin, Security auditing
discussed by:
Sureyz
1,755 pts.

Securitiy Auditing in AS400

Tom .. its official separation here. the super admin will look all the administrator work where others do only changes in PF and user profile creation, Job ending etc…



View Discussion   |  May 21, 2013  10:49 AM
AS400 admin, Security auditing
discussed by:
Sureyz
1,755 pts.

MFT Vs MFTaaS

It’s not clear what problem you are having. Are you just wanting us to do your research for you? Or is there something more that you need?
.
Tom



View Discussion   |  May 21, 2013  9:44 AM
B2B
discussed by:
TomLiotta
110,175 pts.

Rpg400

As long as you didn’t add a new F-spec, it should compile okay. If you added a new file, then the compile will fail. To fix it, you will have to remove the new file from the program.
.
Tom



View Discussion   |  May 21, 2013  8:51 AM
file Handling
discussed by:
TomLiotta
110,175 pts.

More than 50 files in RPG?

yes, it compiles like any other RPG program .. what issues are you experiencing?



View Discussion   |  May 21, 2013  7:47 AM
AS 400, RPG, RPG Code
discussed by:
philpl1jb
44,630 pts.

Rpg400

You will have to tell us the issues when you compile it.



View Discussion   |  May 21, 2013  7:42 AM
file Handling
discussed by:
philpl1jb
44,630 pts.