|
As others have suggested, you need to use the RQSDTA parameter of SBMJOB instead of CMD. What you are seeing is expected behavior and probably not really causing a problem. However, parameters over 32 characters sometimes have "garbage" data when used in the CMD parameter instead of RQSDTA. I believe there are discussions in the archives describing this problem. Hope that helps. Donald R. Fisher, III Project Manager Roomstore Furniture Company (804) 784-7600 extension 2124 DFisher@xxxxxxxxxxxxx <clip> 3) Do WRKJOB PGMB and look at the joblog. You should see this:.. CALL PGM(PGMB) PARM('12345') 4) Remember &PARM is declared as 50 long in PGMA. I would think the call command should look like this CALL PGM(PGMB) PARM('12345 ') <clip>
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.