Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4.      Change the SERVICE_LOAD logic to create the command using an ASSIGN command. e.g.

* BUILD THE SERVICE LOAD COMMAND

#jsmxcmd := 'SERVICE_LOAD SERVICE(ExcelService)'

USE BUILTIN(jsmx_command) WITH_ARGS(#jsmxhdle1 #jsmxcmd) TO_GET(#jsmsts #jsmmsg)

EXECUTE SUBROUTINE(CHECK_STS) With_Parms(#JSMXHDLE1)

Remove unnecessary code. Each of your JSMX_command built-in function executions should use this structure.

5.      Define a working list named EMPLOYS, for employee data containing EMPNO, GIVENAME, SURNAME, STARTDTER, PHONEHME, and SALARY. Allow for *MAX entries.

...