+ Post New Thread
Page 1 of 8
1 2 3 ... LastLast
Threads 1 to 25 of 189

Forum: Tips for the Iseries/AS400

Enter/View Iseries Tips Techniques and Tricks.

  1. Talking Sticky Thread Sticky: Free access to an AS400!

    Free iSeries Account! Innovative Systems and Code400.com are pleased to announce a combined effort (mostly Jonas) to grant those wanting to learn iSeries programming FREE access to an iSeries! (V5R3) . Access to CGIDEV2 -- Stuff... code samples already written just compile and play! (well...

    Started by jamief, October 15th, 2007 08:06 AM
    • Replies: 0
    • Views: 3,840
    October 15th, 2007 08:06 AM Go to last post
  1. iSeries Green Screen

    I have installed the iSeries Operation console in the Windows XP system. I tried to make a connection for the iSeries, it didn't opened the Green Screen. How do solve this issue?

    Started by Veerasekar, 2 Days Ago 02:57 AM
    • Replies: 6
    • Views: 76
    18 Hours Ago 09:00 AM Go to last post
  2. Prevent Compiled Objects from converting back to source code

    Hi!, Need your help! Is there anyway I can prevent people from converting my compiled objects (RPGLE programs) back to its source code?

    Started by dcelz1, 3 Days Ago 01:51 AM
    • Replies: 2
    • Views: 46
    2 Days Ago 08:56 PM Go to last post
  3. Retrieving the COMPILEOPT & DBGVIEW values of a object

    Hi, Is there a way to Retrieve the COMPILEOPT & DBGVIEW attributes value of a existing object.

    Started by kpandian, February 10th, 2010 09:52 AM
    • Replies: 4
    • Views: 146
    1 Week Ago 11:34 PM Go to last post
  4. send email - QtmmSendMail

    This is "kinda" cool its taken from an example by Scott Klement I modified to read a table we all have QSYS2/sysviews as it reads the table it creates an email, then at the end it emails out to the address supplied. here is the email

    Started by jamief, July 28th, 2006 01:59 PM
    2 Pages
    1 2
    • Replies: 28
    • Views: 8,135
    1 Week Ago 07:56 AM Go to last post
  5. Need of help

    hi i want to create one tool to dislpay file field information in subfile...file name and library name is dynamic.it was given through some display file...i used the DSPFFD command and create one outfile in qtemp.here the problem starts.... how to send the file as parameter from cl to rpg?...

    Started by rajapandian, February 12th, 2010 06:35 AM
    • Replies: 1
    • Views: 144
    February 12th, 2010 07:16 AM Go to last post
  6. Get & Show Hexa in DSPF

    Hello friends , I used WRKDBF and see if i press F8 (show Hex/Char) it will show hexa value. My question is how to get hexa value in RPG and show it to DSPF ? Need tips & trick. For DSPF i'm using SFLFOLD.

    Started by CosmasAay, February 11th, 2010 03:02 AM
    • Replies: 2
    • Views: 136
    February 11th, 2010 04:26 AM Go to last post
  7. Retrieve RPGLE source from object

    Just found this thought it could be of some use (attachment) by JR Friedman It is possible to retrieve source from RPG programs if the program has been compiled with the correct parameters. The following procedure will retrieve the source from single-module RPGLE programs compiled with...

    Started by jamief, July 1st, 2005 12:52 PM
    • Replies: 5
    • Views: 4,670
    February 7th, 2010 01:54 PM Go to last post
  8. Fndstrpdm

    The next time you want to see where a field is used throughout your system, try this handy shortcut. Rather than search all your source members using option 25 (Find string) on Programming Development Manager's (PDM's) Work with Members display, use the FNDSTRPDM (Find String Using PDM) command....

    Started by rajapandian, January 28th, 2010 01:43 PM
    • Replies: 15
    • Views: 348
    February 5th, 2010 08:30 AM Go to last post
  9. Giovanni is up to his old tricks again

    Taken from another forum: Best of Luck GLS

    Started by GLS400, February 3rd, 2010 01:02 PM
    • Replies: 0
    • Views: 106
    February 3rd, 2010 01:02 PM Go to last post
  10. Send an entire directory of "documents" Zipped Via Email

    ===> must get Scott's BASE64 "stuff" and install first. then this will just compile... ;) http://www.scottklement.com/base64. * This program will take all documents within a passed in folder on * the IFS and zip them into a zip file then email them to the user ...

    Started by jamief, January 29th, 2010 03:47 PM
    • Replies: 0
    • Views: 124
    January 29th, 2010 03:47 PM Go to last post
  11. downto in a for loop???

    I might have know this and forgotten cause im old like dirt but Iwill post anyway From IBM /free // Example 1 // Compute n! factorial = 1;

    Started by jamief, January 27th, 2010 09:54 AM
    • Replies: 1
    • Views: 123
    January 27th, 2010 10:04 AM Go to last post
  12. Easiest way to access RPG source in windows?

    Apologies if this is not the appropriate forum or this has already been covered. I've been digging for awhile and haven't really found what I was looking for. I'm trying to find a way to access iSeries source from windows. I'd like to at least be able to copy the source out as plain text, or...

    Started by apritchard, October 23rd, 2009 03:25 PM
    iseries
    • Replies: 5
    • Views: 653
    January 6th, 2010 05:51 PM Go to last post
  13. Post display contents of dataq..

    this is from another site - just wanted to remember it.. FQSYSPRT O F 132 PRINTER OFLIND(*INOF) //--*STAND ALONE------------------------------------------- d ColumnShift s 10i 0 inz d cSflPag c const(7) d ff...

    Started by jamief, December 22nd, 2009 08:54 AM
    • Replies: 0
    • Views: 338
    December 22nd, 2009 08:54 AM Go to last post
  14. Exclamation SNDDST-Problem with large spool files

    Hi, We have been using SNDDST for long time but suddenly we have realised that while emailing spools of size >= 7 MB, the email gets lost. The messages are same that mail has been sent but it did not reach the destination. Though spools of size 6 MB goes clean. Here I am trying to send mails as a...

    Started by arsh, December 14th, 2009 08:55 AM
    • Replies: 2
    • Views: 375
    December 14th, 2009 09:46 AM Go to last post
  15. Post find all programs that use a module

    Here is an old Scott Klement program, If you pass a module name and a library then it will print a report with all programs that "use" that module. >>> Library could be *LIBL. *NOTE fix the O specs ... the second detail line should not skip... H DFTACTGRP(*NO) OPTION(*SRCSTMT:...

    Started by jamief, December 2nd, 2009 02:34 PM
    • Replies: 8
    • Views: 578
    December 3rd, 2009 11:11 AM Go to last post
  16. V6R1 : SYS___STAT catalog

    With the V6R1 some very interesting view on the catalog appear : the SYS___STAT view. **************** * SYSINDEXSTAT * **************** You create indexes for SQL performance. But are they really used by the two SQL engines? An example on indexes not used for 200 days.

    Started by K2r400, November 24th, 2009 09:31 AM
    • Replies: 0
    • Views: 343
    November 24th, 2009 09:31 AM Go to last post
  17. Monitor JOBQ's for being held or toooo many jobs.

    ***WARNING: Yes there is Binary & Hardcoding in here.. it jumps in and out of free like a cat on fire... If this might be too much for you to handle I would recommend you leave now! THis program will check jobq's to see if the knucklehead next to you was...

    Started by jamief, November 20th, 2009 05:12 PM
    • Replies: 0
    • Views: 357
    November 20th, 2009 05:12 PM Go to last post
  18. System-builtin Headers for ILE RPG

    My open source project i5/OS Porgrammer's Toolkit released its version 0.2.11 with a new sub-project, System-builtin Headers for ILE RPG. Sub-project System-builtin Headers for ILE RPG provides RPG programmers with not only pre-defined prototypes of all MI instructions which expose bound program...

    Started by junleili-cn, November 10th, 2009 09:26 PM
    header, mi instruction, rpg, system builtin
    • Replies: 0
    • Views: 366
    November 10th, 2009 09:26 PM Go to last post
  19. Question Retrieving the WRKSTN Id of other users

    Hi, I am looking for a way, to retrieve the WRKSTN Id / Interactive JOB name of other users, who are logged into the same(my) server. Basically, i need to retrieve it in the program level. Can anyone help me out? Thanks & Regards, Pandian

    Started by kpandian, October 26th, 2009 08:57 AM
    • Replies: 2
    • Views: 408
    November 6th, 2009 08:40 AM Go to last post
  20. DATAQTOOLS utility

    Makes it easy to use data queues in RPGLE. See the CMDTOOLS thread to see how to install this. Copy book: ***************************************************************** * * * Copy Book for procedures...

    Started by soup_dog, November 4th, 2009 10:12 AM
    • Replies: 0
    • Views: 233
    November 4th, 2009 10:12 AM Go to last post
  21. MSGTOOLS Utility

    Ok, I received some positive feedback from the CMDTOOLS utility, so I thought I would paste my favorite utility for interactive RPG programs. This is the MSGTOOLS utility which makes handling messages in RPG easier. (You need to have CMDTOOLS working to use this one.) 1. First, create a...

    Started by soup_dog, November 3rd, 2009 01:29 PM
    • Replies: 1
    • Views: 315
    November 3rd, 2009 01:30 PM Go to last post
  22. CMDTOOLS utility

    I have been asked a couple of times about some utilities I wrote so I thought I would post them out here for anyone who wanted to use them. There are a couple of steps you need to set these up, but once you do, it will make some functions MUCH easier to use and read in your ILERPG. This one...

    Started by soup_dog, October 30th, 2009 02:51 PM
    • Replies: 1
    • Views: 308
    October 31st, 2009 10:24 AM Go to last post
  23. Printer files

    How do I change the attributes for a print file, I tried using chgpf and got msg it was wrong type of file. Anyone know the command I need to use.

    Started by jmurfitt, October 29th, 2009 08:20 AM
    • Replies: 1
    • Views: 233
    October 29th, 2009 08:51 AM Go to last post
  24. .PDF Conversion in V6R1

    I just saw this while researching something else...how come I never heard about this before? I am not so bright, you guys are supposed to tell me about these things. Found it on the EASY/400 site which linked to an article by Scott Klement: ...

    Started by Pete, September 16th, 2009 02:32 PM
    • Replies: 3
    • Views: 741
    September 17th, 2009 12:26 PM Go to last post
  25. Getting DIR listing from remote PC/Server

    kinda cool I did not know this: article written by Thomas Snyder on MC Press Online http://www.mcpressonline.com/programming/rpg/retrieving-the-directory-contents-of-an-ftp-server-from-within-rpg.html he has examples but i threw together a quick test script. I see some uses for this..

    Started by jamief, September 16th, 2009 10:55 AM
    • Replies: 0
    • Views: 332
    September 16th, 2009 10:55 AM Go to last post

+ Post New Thread

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 10 views
Hot thread with unread posts
More than 15 replies or 10 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts