× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I discovered that I already did have a /Operations directory.  And there 
were some .sh files in there.  Must be qp2shell's version of .bat.  I'll 
play with this.

That didn't work.
CPDB9C7
Message . . . . :   OS/400 PASE program or shell script not executable. 
Path 
  is /Operations/StartTSM.sh.  
Cause . . . . . :   An OS/400 PASE program must be a bytestream file 
formatted
  correctly as a PowerPC 32-bit or 64-bit executable program. An OS/400 
PASE 
  shell script must be a bytestream file encoded in the OS/400 PASE 
(ASCII) 
  CCSID.  
Recovery  . . . :   Specify a valid OS/400 PASE program or shell script, 
and 
  then try the request again.  
Technical description . . . . . . . . :   The error occurred loading 
Portable 
  Application Solutions Environment program /Operations/StartTSM.sh.  

Is that a fancy way of saying it needs to be compiled?

Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





rob@xxxxxxxxx 
Sent by: midrange-l-bounces@xxxxxxxxxxxx
01/20/2005 01:04 PM
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>


To
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
cc

Subject
Re: Inserting QP2TERM commands into a program






>From 
http://publib.boulder.ibm.com/infocenter/iseries/v5r3/ic2924/info/apis/qp2shell.htm
 

I gather that QP2SHELL has two parameters.  The first being the program to 

run, the second being any arguments.  So, do I create a file, say 
'/Operations/ShellScripts/StartTSM.bat'.  Make the contents of that file:

cd /usr/tivoli/tsm/server/bin
dsmserv

and do a CL program like the following:

DCL  &ShellPgm    *CHAR 100  /* Shell program to run             */
DCL  &Arguments   *CHAR 100  /* Arguements for shell pgm         */

CHGVAR VAR(&ShellPgm) VALUE('/Operations/ShellScripts/StartTSM.bat' *cat +
                            x'00')
CALL PGM(QP2SHELL) PARM(&ShellPgm)

Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





Keith Carpenter <CarpCon@xxxxxxx> 
Sent by: midrange-l-bounces@xxxxxxxxxxxx
01/20/2005 10:39 AM
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>


To
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
cc

Subject
Re: Inserting QP2TERM commands into a program






Rob,

You should be able to put the commands in script (batch) file and call 
QP2SHELL instead.


Keith



rob@xxxxxxxxx wrote:
> I have a program that we call after an IPL when we want to start stuff 
> after an IPL.  Currently we do the following manual steps:
> CALL QP2TERM
> cd /usr/tivoli/tsm/server/bin
> dsmserv
> 
> I want to add this to that program, how?
> 
> Rob Berendt
-- 
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing 
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


-- 
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing 
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.