Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Wernhow

    Waiting for SBMJOB to finish

    As silly as this may sound, why is pgm A submitting pgm B then waiting until pgm B finishes. Why not just call pgm B?
  2. Wernhow

    CVTRPGSRC From RPG To RPGIV

    I've just tested CVTRPGSRC and have no problems with the date being changed. Your not missing the mod number. When viewing or editing an RPGIV program, SEU starts the display in position 6. Type "W1" over a line number to reposition the source to column 1. ===> CVTRPGSRC...
  3. Wernhow

    AS400 SQL

    There are a couple of options, but the most common is; float( decimal( Value1, 13, 2 ) / decimal( Value2, 9, 3 ) ) or a variation of the statement. decimal changes the value of "Value1" to a 13,2 field Float floats the decimal point You could also enter; decimal(float(~~~~~~~), 13,2) =...

Part and Inventory Search

Back
Top