|
Here is the full error message, btw Scott I ran the dsppgm and it did not show any listing for how many parameters are expected, part of the reason why I have been lost up to now. Message . . . . : Total parameters passed does not match number required. Cause . . . . . : Program &2 attempted to call program &1 with 1 parameters Program &1 expects a minimum of 2 and a maximum of 3 parameters. Recovery . . . : Use the Display Program (DSPPGM) command to determine the correct number of parameters to pass. The program to this point is simple, only accepts three parameters from the dspf and then submits the job. Here is the source: C EXFMT MAIN C IF *IN12 = *ON C EVAL *INLR = *ON C RETURN C ELSE C MOVE DBRANCH PARM1 C MOVE DSTARTDATE PARM2 C MOVE DENDDATE PARM3 C EVAL CMD = 'SBMJOB CMD(CALL PGM(INVMARGIN) ' + C 'PARM(''' + PARM1 + ''' ' + C '''' + %CHAR(PARM2) + ''' ' + C '''' + %CHAR(PARM3) + '''))' C CALL 'QCMDEXC' C PARM CMD C ENDIF C EVAL *INLR = *ON C RETURN
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.