+ Post New Thread
Page 51 of 215 FirstFirst ... 41 49 50 51 52 53 61 101 151 ... LastLast
Threads 1001 to 1020 of 4299

Forum: Programming

These forums cover a broad range of programming topics (before 01/01/2002).

  1. Question about.. CALL PGM(QCODE/EVFCFDBK)

    Could someone tell me what the parms mean in the following command. ie. 37 Y OS400 and so on. CALL PGM(QCODE/EVFCFDBK) PARM('37' 'Y' 'OS400' >...

    Started by Guest.Visitor‎, 04-16-2001 05:29 AM
    • Replies: 2
    • Views: 430
    04-16-2001, 07:44 AM Go to last post
  2. Auto DTS/400

    Abstract: How connect to AS/400 DB/2 without logging into NT Server for Data Transfer using SQL Data Transfer Services (DTS). From MacWheel99@aol.com...

    Started by Guest.Visitor‎, 04-15-2001 03:14 PM
    • Replies: 1
    • Views: 392
    04-16-2001, 08:35 AM Go to last post
  3. Running a RPG program from a Excel Windows Shell

    If you have CA/400, there is an executable called RMTCMD which should do the trick for you. Dave

    Started by David Abramowitz‎, 04-13-2001 06:53 PM
    • Replies: 3
    • Views: 513
    04-17-2001, 01:51 PM Go to last post
  4. Host On-Demand and Remote Commands

    I can not find any reference to STRPCCMD in the HOD redbook. Since HOD runs through a browser, I have a feeling that it may not work. Dave

    Started by David Abramowitz‎, 04-13-2001 06:51 PM
    • Replies: 2
    • Views: 333
    04-20-2001, 06:49 AM Go to last post
  5. SQL and Flat File

    If I sql a flat file on the AS400 (i.e. a file not created through SQL or DDS, a file created using crtpf with just a file length) I get the result...

    Started by Guest.Visitor‎, 04-13-2001 01:08 PM
    • Replies: 1
    • Views: 310
    04-16-2001, 07:43 AM Go to last post
  6. SQL and RPG

    Make the member type SQLRPG. John

    Started by J.Panzenhagen‎, 04-13-2001 09:30 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 734
    04-20-2001, 08:11 AM Go to last post
  7. PRESENTING A NEW REVOLUTIONARY (AS/400) SERVICE

    IBM: RPG (AS/400) ---Translated to---> Microsoft: Visual Basic 6.0 We are very proud to present you, after 4 years in the making, a new revolutionary...

    Started by Guest.Visitor‎, 04-13-2001 08:56 AM
    • Replies: 2
    • Views: 222
    04-24-2001, 08:18 AM Go to last post
  8. Debugging JSPs and Servlets with version 2.0

    Can anybody show me how this is done with the interactive debugger in VAJ 2.0 or if it's even possible? I am using the web server included with the...

    Started by Guest.Visitor‎, 04-13-2001 06:03 AM
    • Replies: 1
    • Views: 432
    04-13-2001, 08:36 AM Go to last post
  9. WDT/400 installation goes to vaporware-land

    I'm trying to install WDT/400 V4R5M1 on my desktop. It installed fine on my laptop, although the usual set of things that haven't ever worked still...

    Started by reeve@ltl400.com‎, 04-12-2001 01:06 PM
    • Replies: 2
    • Views: 220
    04-16-2001, 07:47 AM Go to last post
  10. AS400 to PC Transfer of RPG Programs

    ftp works great. get scott/qrpglesrc.srcmember c:downloadssrcmember.rpgle Scott Mildenberger

    Started by S.Mildenberger‎, 04-12-2001 11:27 AM
    • Replies: 4
    • Views: 1,501
    04-12-2001, 01:48 PM Go to last post
  11. Reset RRN?

    After a table has been load the data, delete the data, load the data again. RRN for the new data may not start from 1. How do reset RRN start from 1...

    Started by weining.xu@aig.com‎, 04-12-2001 11:11 AM
    • Replies: 1
    • Views: 234
    04-12-2001, 11:28 AM Go to last post
  12. CAE transfer - End of File character - Don't want

    I wrote the following subroutine to get around that pesky character when it lousing up one of my applications. Perhaps you can use it in your...

    Started by billhamaker@mfpoer.com‎, 04-12-2001 10:57 AM
    • Replies: 2
    • Views: 216
    04-12-2001, 12:19 PM Go to last post
  13. HELP -- Data Transfer Using CA Express 4.4

    I don't know if this is whats happening to you but one of the more obscure problems I've had with running transfers through VB was due to spaces in...

    Started by billhamaker@mfpoer.com‎, 04-12-2001 10:54 AM
    • Replies: 4
    • Views: 306
    04-13-2001, 11:55 AM Go to last post
  14. Keep total line on same page

    Hi, Have you checked if there is not the keyword SKIPB on your total line record in the DDS ?, if it's the case remove it . Regards Mamadou

    Started by mamadou_toure@yahoo.com‎, 04-12-2001 09:54 AM
    • Replies: 2
    • Views: 309
    04-12-2001, 01:47 PM Go to last post
  15. File Name using INFDS(SCREEN) - ILE/RPG IV

    Leif, you can get the 10-byte name of the real file in positions 83-92. This name might be different from the internal (F-spec) name if you have an...

    Started by B.Morris‎, 04-12-2001 08:36 AM
    • Replies: 2
    • Views: 1,703
    04-12-2001, 09:38 AM Go to last post
  16. Maintain Spool File Date

    We are moving spool files from a mainframe to an AS/400 and need to keep the original creation date. There are too many files that are very large so...

    Started by Guest.Visitor‎, 04-12-2001 08:24 AM
    • Replies: 0
    • Views: 177
    04-12-2001, 08:24 AM Go to last post
  17. C to REXX converter

    Does anyone know of a program to convert "C" to REXX? bobh

    Started by Guest.Visitor‎, 04-12-2001 06:06 AM
    • Replies: 0
    • Views: 519
    04-12-2001, 06:06 AM Go to last post
  18. Subfile display problem

    It would help if you posted some code. Dave

    Started by David Abramowitz‎, 04-12-2001 05:21 AM
    • Replies: 4
    • Views: 585
    04-14-2001, 09:58 PM Go to last post
  19. Cant start PC5250 session in CA/Express.......

    We just installed CA/Express. We're running TCPIP and using a HOSTS file on the PC. We cant start a PC5250 emulation session in CA/Express but can...

    Started by Guest.Visitor‎, 04-11-2001 03:12 PM
    • Replies: 1
    • Views: 290
    04-11-2001, 03:18 PM Go to last post
  20. How in the heck do you remove an AS400 from Network Neighboorhood?

    We have a V4R3 AS400 on an NT4 network. All the client machines are NT4 workstation with Client Access for NT/95. The problem is that any NT machine...

    Started by Guest.Visitor‎, 04-11-2001 02:59 PM
    • Replies: 1
    • Views: 217
    04-11-2001, 02:59 PM Go to last post

+ Post New Thread
Page 51 of 215 FirstFirst ... 41 49 50 51 52 53 61 101 151 ... LastLast

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 150 views
Hot thread with unread posts
More than 15 replies or 150 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