Home > AS/400 Tips > iSeries administrator tips > Using System Request to execute a command
iSeries 400 Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

ISERIES ADMINISTRATOR TIPS

Using System Request to execute a command


Shamej Sreedharan
03.16.2006
Rating: -2.71- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


You Can View User Feedback To This Tip

If your workstation is running some batch job and you don't have any other display session to execute command, you can use the "send a message option" from the system request menu to execute the command.

That program allows you to send a message to a message queue by using the System Request key with option 5 (Send a message). That can be done even while your workstation is input-inhibited. By using that program, the "Send a message" option can be used to send a command that gets executed by the operating system. The following command must be executed before MYCMD can be used, ADDLIBLE LIB(qtemp) Crtmsgq msgq(qtemp/q) Chgmsgq msgq(qtemp/q) dlver(*break) pgm(mycmd)

CL program name MYCMD

PGM PARM(&QUE &LIB &KEY)
DCL VAR(&QUE) TYPE(*CHAR) LEN(10)
DCL VAR(&LIB) TYPE(*CHAR) LEN(10)
DCL VAR(&KEY) TYPE(*CHAR) LEN(4)
DCL VAR(&CMD) TYPE(*CHAR) LEN(132)

ENDPGM

The program MYCMD executes a command that is sent to it from a message queue. After creating the program, enter the ...


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
iSeries administrator tips
Analyze the health of your IBM i server with iScore
Researching high availability for your System i shop
Translating Linux for IBM i admins: Using GUI to make it easy
Translating Linux for IBM i admins: Working with jobs and networking
OpenOffice: What to know before making the transition from Microsoft Office
OpenOffice: An enterprise open source solution
Database performance comparisons on IBM i
Translating Linux for IBM i admins: User profile commands
Modern System i reports using Client Access
Tips for installing Lotus Domino server on a System i partition

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary


commands ADDLIBLE LIB(qtemp), Crtmsgq msgq(qtemp/q), Chgmsgq msgq(qtemp/q) dlver(*break) pgm(mycmd) or add them to your initial program.

To enter a command at any time, press the System Request key and enter a "5" followed by a command in single quotes and the parameter TOMSGQ(Q).

For example:

5 ' WRKJOB OUTPUT(*PRINT)' tomsgq(q) If you want to prompt the command, put a question mark in front of the command (i.e. ? WRKJOB OUTPUT(*PRINT).

USER FEEDBACK TO THIS TIP

  • There are easier ways to enable this than using a message queue break handling program...

    For example, Command SYSRQ90:

    WHEN A USER ENTERS "SYSRQ 90" THIS COMMAND IS CALLED. IF THEY ARE AUTHORIZED TO *AUTL SYSRQ90, THY WILL GET A COMMAND LINE OTHERWISE THEY WILL BE SIGNED OFF. MESSAGE DESCRIPTION CPX2313 WAS UPDATED TO CALL THIS PROGRAM INSTEAD OF "SIGNOFF"

    —Ken Graap, Search400.com expert


Rate this Tip
To rate tips, you must be a member of Search400.com.
Register now to start rating these tips. Log in if you are already a member.


Submit a Tip




DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



iSeries Security - Security Tools, Physical Security and System Security
HomeNewsTopicsITKnowledge ExchangeTipsBlogsAsk the ExpertsMultimediaWhite PapersProducts
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts