Search:

Type: Posts; User: D.Abramowitz

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    235

    All System Is come with GDDM. There are enough...

    All System Is come with GDDM. There are enough utilities available within GDDM to print bar graphs, pie charts, and line charts.
  2. Replies
    1
    Views
    718

    NAME 'F0001 9 36' is incorrect. It should read...

    NAME 'F0001 9 36' is incorrect. It should read NAME 'F00001 9 36'

    Note four zeros F00001 instead of F0001.

    Dave
  3. Replies
    3
    Views
    4,083

    Respond to this message with a "D" option. Also...

    Respond to this message with a "D" option. Also let us know exactly what the message is.
    Review the dump. It may give you more clues as to what is happening.
  4. Is your CL program compiled as a CLP, or CLLE? ...

    Is your CL program compiled as a CLP, or CLLE?

    If the program is CLLE try recompiling as CLP and see if the results are any different.
  5. Please post some of the code that is accessing...

    Please post some of the code that is accessing the file in question.

    Dave
  6. One way is to add "WITH NC" to the end of your...

    One way is to add "WITH NC" to the end of your statement. e.g. - Update xxxx set y to z with NC.

    Dave
  7. Replies
    1
    Views
    2,660

    It depends what else is being done. If the file...

    It depends what else is being done. If the file is being updated your commitment control must be in full order, or otherwise your updates will not take effect. Records may remain locked, and...
  8. A field defined as numeric or decimal must...

    A field defined as numeric or decimal must actually be numeric or decimal!

    Dave
  9. More than one format of date data type in a single table

    ** This thread discusses the article: Practical SQL: Using Old World Tools with New World Data **
    I have several tables that contain multiple date data types. In a single table one date format...
  10. Replies
    1
    Views
    3,294

    Your question is vague. Not very clear. Perhaps...

    Your question is vague. Not very clear. Perhaps you can expand on what you are trying to do?

    Dave
  11. I hear ya. Placing MKDIR in QSTRUP would be an...

    I hear ya.

    Placing MKDIR in QSTRUP would be an effective workaround. Hopefully there is an actual solution somewhere.

    I created a problem record in service director, and received a response...
  12. QNTC linked directory disappears after IPL

    I have been able to create a link via SBS to a shared folder via the MKDIR command:

    mkdir '/QNTC/nnn.nnn.nnn.nn/etc./'

    This has been working well.

    Until we did an IPL.

    Then the link...
  13. You need to specify TYPE(*DOC) not TYPE(*LMSG). ...

    You need to specify TYPE(*DOC) not TYPE(*LMSG).

    Dave
  14. Simply DECLARE different cursors. The...

    Simply DECLARE different cursors.

    The following is from the same program:
  15. Replies
    17
    Views
    2,194

    ** This thread discusses the article: My Way of...

    ** This thread discusses the article: My Way of Looping **
    I never liked the idea of having two READE or two reads of any kind to establish a loop.

    My preference is to have a single READE...
  16. Replies
    0
    Views
    899

    True Type Fonts

    IBM provides true type fonts in directory - /QIBM/ProdData/OS400/Fonts/TTFonts

    Question: If additional true type fonts were placed in this directory, would they be available for use in DDS as are...
  17. SEC Nails IBM for $10 Million in Alleged Foreign Bribery Scandal

    ** This thread discusses the article: SEC Nails IBM for $10 Million in Alleged Foreign Bribery Scandal **
    ** This thread discusses the Content article: SEC Nails IBM for $10 Million in Alleged...
  18. Replies
    1
    Views
    1,053

    With a call to QCMDEXC you could run the...

    With a call to QCMDEXC you could run the SNDPGMMSG command specifying message CPF9898 with any text you choose. This will appear at the bottom of the screen.
  19. Replies
    1
    Views
    1,677

    Printed Java Messages

    About once or twice a week we are getting Java messages on our system printer. Since Java is not used as a programming language in our shop we are not sure where it is coming from - e.g. -
    ...
  20. Replies
    6
    Views
    2,724

    If the message received is not a monitorable...

    If the message received is not a monitorable message, specifying CPF2400 or CPF0000 will not do anything!

    Only escape messages may be monitored. The monitorible escape messages for every command...
  21. Replies
    6
    Views
    2,724

    Message CPF2429 is not monitorable from the...

    Message CPF2429 is not monitorable from the SNDBRKMSG command.

    Here are the monitorable messages:

    *ESCAPE Messages
    CPF2428 Message queue...
  22. Replies
    1
    Views
    1,224

    Nested SQL Loop - Performance Hit

    I am building a subfile on an SQL loop that is based on selection criteria from an outer SQL loop.

    It works. However I'm taking one heck of a performance hit. I believe this is because after all...
  23. Replies
    3
    Views
    2,355

    The CEEDAYS API will return day of the week, but...

    The CEEDAYS API will return day of the week, but that will not necessarily get you to the business days.

    You must also consider holidays, etc.

    Establishing a file that hallmarks all...
  24. Replies
    1
    Views
    1,482

    All records within the subfile must have the same...

    All records within the subfile must have the same record length, or in this case the same number of lines. You could not have one record displaying two lines, and another three lines. In such a case,...
  25. Unless I'm misreading your post, the date within...

    Unless I'm misreading your post, the date within Excel should convert easily to a date data type on the AS400. At this point the date can be read by an RPG(LE) program.

    Dave
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4