+ Post New Thread
Page 53 of 215 FirstFirst ... 3 43 51 52 53 54 55 63 103 153 ... LastLast
Threads 1041 to 1060 of 4299

Forum: Programming

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

  1. Definition of PARMS in Code400 from PDM

    I would like to know 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-09-2001 09:36 AM
    • Replies: 1
    • Views: 171
    04-16-2001, 07:54 AM Go to last post
  2. Need Help db2 to pc

    Hi Bill, We use CPYTOIMPF to download data from DB file all the time. We map a drive to the IFS through CA allowing the user access to the data. I...

    Started by Guest.Visitor‎, 04-08-2001 08:38 PM
    • Replies: 6
    • Views: 378
    07-18-2001, 03:24 AM Go to last post
  3. CPYTOIMPF

    Your file SC_LOCIMP probably has a member that is not of the same name. You can remedy the problem by renaming the member to SC_LOCIMP as well.

    Started by Guest.Visitor‎, 04-08-2001 08:05 AM
    • Replies: 2
    • Views: 418
    04-09-2001, 04:46 AM Go to last post
  4. Can Existing Online/Interactive Visual RPGs Run Over Web?

    <DIV><FONT face=Arial size=2>That depends on what you want to do, Jamey. My revitalization architecture allows you to put your existing legacy...

    Started by J.Pluta‎, 04-07-2001 04:24 PM
    • Replies: 2
    • Views: 302
    04-12-2001, 08:05 PM Go to last post
  5. QZBSJOBD and QPWFSERVSO

    I have noticed that we are accumulating a lot of QZBSJOBD and QPWFSERVSO jobs in our system... I know these are Clinet Access server jobs... is there...

    Started by jclark@1stoption.com‎, 04-07-2001 12:35 PM
    • Replies: 0
    • Views: 1,186
    04-07-2001, 12:35 PM Go to last post
  6. sql0104 error

    Go into Client Access properties to see if you have the Translate CCSID 65535 box checked. If not, check it, and retry. Dave

    Started by David Abramowitz‎, 04-07-2001 03:48 AM
    • Replies: 4
    • Views: 562
    04-18-2001, 12:17 PM Go to last post
  7. Decimal Data Errors

    I think I'd go this route to process the flat file before I try to load the substring data into a numeric field. You can use the SCAN and CHECK...

    Started by Guest.Visitor‎, 04-06-2001 01:43 PM
    • Replies: 4
    • Views: 438
    05-23-2001, 04:22 PM Go to last post
  8. Dynamic Linking

    What is your definition of Dynamic Linking? What are you trying to accomplish? I'm unclear as to your meaning. If you're looking for something like...

    Started by Guest.Visitor‎, 04-06-2001 01:34 PM
    • Replies: 2
    • Views: 250
    04-06-2001, 08:38 PM Go to last post
  9. Writing to unknown fields in RPG

    I have read your explanation, but I'm lost as to what you are doing. I understand that the user is describing the fields in the user file, but where...

    Started by Guest.Visitor‎, 04-06-2001 12:06 PM
    2 Pages
    1 2
    • Replies: 17
    • Views: 1,251
    04-11-2001, 10:56 AM Go to last post
  10. How do I get the PGM name of the PGM that calls the trigger?

    Go here, you may have to register but it is free. http://www.as400network.com/communities/rpgprogrammer/rpgcode/

    Started by S.Mildenberger‎, 04-06-2001 11:52 AM
    • Replies: 2
    • Views: 366
    04-06-2001, 01:16 PM Go to last post
  11. How do you generate an Excel file?

    Clifton, I think the easiest way will be generate coma separated file. This file can be converted by Excel to .xsl file.

    Started by vrozen1‎, 04-06-2001 07:05 AM
    • Replies: 2
    • Views: 383
    04-06-2001, 02:17 PM Go to last post
  12. How To Set A Charater Value To Be Possessive?

    Tin, I think you must include x'7D' in the string: Veal string = First Name + x'7D' + I I + Last Name Vadim

    Started by vrozen1‎, 04-06-2001 06:55 AM
    • Replies: 3
    • Views: 243
    04-06-2001, 10:29 AM Go to last post
  13. WDT/400 Code Editor Library Lists

    In CODE/400 I can go in and maintain my library list for in the communication properties, but my library list is fairly long and it is a pain to...

    Started by Guest.Visitor‎, 04-06-2001 06:32 AM
    • Replies: 3
    • Views: 193
    04-12-2001, 10:25 AM Go to last post
  14. What information is available to me outside of the trigger buffer?

    When using a file trigger on *Insert, *Update or *Delete, what information is available besides the information in the trigger buffer? If I include...

    Started by ejolro‎, 04-06-2001 06:03 AM
    • Replies: 1
    • Views: 427
    04-06-2001, 06:52 AM Go to last post
  15. How to create direct link to child document

    When you create a Response or ResponsetoResponse document, Notes automatically links the document to the document the user had opened at the time the...

    Started by Guest.Visitor‎, 04-05-2001 06:11 PM
    • Replies: 0
    • Views: 462
    04-05-2001, 06:11 PM Go to last post
  16. Who know how to use DTC Subfile ?

    The following is from the turorial page. You need to download wwc.exe, and ftp the SAVF to AS400. This file contains all the source files you need....

    Started by chengli‎, 04-05-2001 11:16 AM
    • Replies: 3
    • Views: 306
    04-05-2001, 02:05 PM Go to last post
  17. SQL Newbie question

    I'm in the same boat as you (an SQL/400 newbie). What you are referring to is called embedded SQL. This is where you use SQL statments inside your...

    Started by Guest.Visitor‎, 04-05-2001 11:12 AM
    • Replies: 8
    • Views: 526
    04-06-2001, 06:14 AM Go to last post
  18. CGI vs WAS

    <DIV><FONT size=2> CGI indeed is much less demanding on system and is very easy to code and deploy. However RPG/CGI in the internet world is a very...

    Started by Guest.Visitor‎, 04-05-2001 11:12 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 441
    04-16-2001, 04:04 PM Go to last post
  19. cpysplfpdf question

    I guessing that this is. You can verify this by opening the jar file in winzip and examining the directory structure. If you see a compbd directory...

    Started by Guest.Visitor‎, 04-05-2001 11:02 AM
    • Replies: 4
    • Views: 437
    05-17-2001, 07:23 AM Go to last post
  20. Convert Image API(QimgCvtImg) Query

    Has anyone used this Convert Image API for printing Multipage Tiff Images on the AS400? The problem happening is, on printing the image seems to...

    Started by ddabhi@chjones.co.uk‎, 04-05-2001 06:36 AM
    • Replies: 0
    • Views: 342
    04-05-2001, 06:36 AM Go to last post

+ Post New Thread
Page 53 of 215 FirstFirst ... 3 43 51 52 53 54 55 63 103 153 ... 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