MQSeries MQSC Command Reference

Size: px
Start display at page:

Download "MQSeries MQSC Command Reference"

Transcription

1 MQSeries MQSC Command Reference SC

2 Note! Before using this information and the product it supports, be sure to read the general information under Appendix. Notices on page 287. Fourteenth edition (November 2000) This edition applies to the following products: v MQSeries for AIX Version 5.1 v MQSeries for AS/400 Version 5 Release 1 v MQSeries for AT&T GIS UNIX Version 2 Release 2 v MQSeries for Compaq (DIGITAL) OpenVMS AXP Version 2 Release 2.1 v MQSeries for Compaq (DIGITAL) OpenVMS VAX Version 2 Release 2.1 v MQSeries for Compaq Tru64 UNIX Version 5 Release 1 v MQSeries for HP-UX Version 5.1 v MQSeries for OS/2 Warp Version 5.1 v MQSeries for OS/390 Version 5 Release 2 v MQSeries for SINIX and DC/OSx Version 2 Release 2 v MQSeries for Sun Solaris Version 5.1 v MQSeries for Sun Solaris, Intel Platform Edition, Version 5 Release 1 v MQSeries for Tandem NonStop Kernel Version 2 Release v MQSeries for Windows NT Version 5.1 and to all subsequent releases and modifications until otherwise indicated in new editions. Copyright International Business Machines Corporation 1993, All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

3 Contents Tables v About this book vii Who this book is for vii What you need to know to understand this book vii How to use this book vii Summary of changes ix Changes for this edition (SC )..... ix Changes for the previous edition (SC ).. x Changes for the twelth edition (SC )... x Changes for the eleventh edition (SC ).. x Chapter 1. Using MQSeries commands 1 Rules for using MQSeries commands Characters with special meanings Building command scripts Rules for naming MQSeries objects Queue names Other object names How to read syntax diagrams Chapter 2. The MQSeries commands.. 9 ALTER CHANNEL Sender channel Server channel Receiver channel Requester channel Client-connection channel Server-connection channel Cluster-sender channel Cluster-receiver channel Parameter descriptions ALTER NAMELIST Parameter descriptions ALTER PROCESS Parameter descriptions ALTER QMGR Parameter descriptions ALTER Queues ALTER QALIAS ALTER QLOCAL ALTER QMODEL ALTER QREMOTE Parameter descriptions ALTER SECURITY Parameter descriptions ALTER STGCLASS Parameter descriptions ALTER TRACE Parameter descriptions ARCHIVE LOG Parameter descriptions Usage notes CLEAR QLOCAL Parameter descriptions DEFINE BUFFPOOL Parameter descriptions DEFINE CHANNEL Sender channel Server channel Receiver channel Requester channel Client-connection channel Server-connection channel Cluster-sender channel Cluster-receiver channel Parameter descriptions DEFINE MAXSMSGS Parameter descriptions DEFINE NAMELIST Parameter descriptions DEFINE PROCESS Parameter descriptions DEFINE PSID Parameter descriptions DEFINE queues DEFINE QALIAS DEFINE QLOCAL DEFINE QMODEL DEFINE QREMOTE Parameter descriptions Usage notes DEFINE STGCLASS Parameter descriptions Usage notes DELETE CHANNEL Parameter descriptions DELETE NAMELIST Parameter descriptions DELETE PROCESS Parameter descriptions DELETE queues DELETE QALIAS DELETE QLOCAL DELETE QMODEL DELETE QREMOTE Parameter descriptions DELETE STGCLASS Parameter descriptions DISPLAY CHANNEL Parameter descriptions DISPLAY CHSTATUS Parameter descriptions Usage notes DISPLAY CLUSQMGR Parameter descriptions DISPLAY CMDSERV Usage notes DISPLAY DQM Copyright IBM Corp. 1993, 2000 iii

4 Parameter descriptions Usage notes DISPLAY GROUP Usage notes DISPLAY LOG Parameter descriptions Usage notes DISPLAY MAXSMSGS Parameter descriptions DISPLAY NAMELIST Parameter descriptions DISPLAY PROCESS Parameter descriptions DISPLAY QMGR Parameter descriptions DISPLAY QSTATUS Parameter descriptions DISPLAY QUEUE Parameter descriptions DISPLAY SECURITY Parameter descriptions DISPLAY STGCLASS Parameter descriptions DISPLAY THREAD Parameter descriptions DISPLAY TRACE Parameter descriptions DISPLAY USAGE Parameter descriptions MOVE QLOCAL Parameter descriptions Usage notes PING CHANNEL Parameter descriptions PING QMGR RECOVER BSDS Parameter descriptions REFRESH CLUSTER Parameter descriptions REFRESH SECURITY Parameter descriptions RESET CHANNEL Parameter descriptions RESET CLUSTER Parameter descriptions RESET QSTATS Parameter descriptions Usage notes RESET TPIPE Parameter descriptions RESOLVE CHANNEL Parameter descriptions Usage notes RESOLVE INDOUBT Parameter descriptions RESUME QMGR Parameter descriptions RVERIFY SECURITY Parameter descriptions SET LOG Parameter descriptions Usage notes START CHANNEL Parameter descriptions START CHINIT MQSeries for OS/ MQSeries on other platforms Parameter descriptions START CMDSERV Usage notes START LISTENER Parameter descriptions START QMGR Parameter descriptions START TRACE Parameter descriptions STOP CHANNEL Parameter descriptions STOP CHINIT Parameter descriptions Usage notes STOP CMDSERV Usage notes STOP LISTENER Parameter descriptions STOP QMGR Parameter descriptions STOP TRACE Parameter descriptions SUSPEND QMGR Parameter descriptions Appendix. Notices Trademarks Glossary of terms and abbreviations 291 Bibliography MQSeries cross-platform publications MQSeries platform-specific publications Softcopy books HTML format Portable Document Format (PDF) BookManager format PostScript format Windows Help format MQSeries information available on the Internet Index Sending your comments to IBM iv MQSeries MQSC Command Reference

5 Tables 1. How to read syntax diagrams CHLDISP and CMDSCOPE for DISPLAY CHSTATUS CURRENT CHLDISP and CMDSCOPE for DISPLAY CHSTATUS SHORT CHLDISP and CMDSCOPE for DISPLAY CHSTATUS SAVED Parameters that can be returned by the DISPLAY QUEUE command CHLDISP and CMDSCOPE for PING CHANNEL CHLDISP and CMDSCOPE for RESET CHANNEL CHLDISP and CMDSCOPE for RESOLVE CHANNEL CHLDISP and CMDSCOPE for START CHANNEL Destinations allowed for each trace type Constraints allowed for each trace type IFCID descriptions for IFCID trace events and classes Resource Manager identifiers that are allowed CHLDISP and CMDSCOPE for STOP CHANNEL Copyright IBM Corp. 1993, 2000 v

6 vi MQSeries MQSC Command Reference

7 About this book This book describes the MQSeries commands (MQSC), which system operators and administrators can use to manage queue managers on the following MQSeries platforms: v Compaq (DIGITAL) OpenVMS v OS/2 Warp v OS/390 v OS/400 v Tandem NSK v UNIX operating systems v Windows NT The commands are described in alphabetic order in Chapter 2. The MQSeries commands on page 9. At the start of each command description, the platforms on which you can use the command are shown. The term UNIX systems is used to denote the following UNIX operating systems: v MQSeries for AIX v MQSeries for AT&T GIS UNIX 1 v MQSeries for Compaq Tru64 UNIX v MQSeries for HP-UX v MQSeries for SINIX and DC/OSx v MQSeries for Sun Solaris (SPARC and Intel Platform Editions) Who this book is for This book is intended for system programmers, system administrators, and system operators. What you need to know to understand this book How to use this book To understand this book, you should be familiar with the system facilities for the platform on which you are installing the MQSeries product. If you are unfamiliar with the concepts of messaging and queuing, you should read An Introduction to Messaging and Queuing. For platforms other than OS/390, read those sections of the MQSeries Administration Guide, System Management Guide, or System Administration book for your platform that relate to the task you want to perform. For OS/390, read the sections of the MQSeries for OS/390 System Administration Guide, MQSeries for OS/390 System Setup Guide, or both that relate to the task you want to perform. These books are listed in Bibliography on page This platform has been renamed to NCR UNIX SVR4 MP-RAS, R3.0. Copyright IBM Corp. 1993, 2000 vii

8 About this book When you have decided which commands you need to use, use this book to learn their syntax. The syntax of the MQSeries commands is represented in syntax diagrams. To learn how to read these diagrams, see How to read syntax diagrams on page 7. The parameters for each command are listed in the following order in the syntax diagrams: v Parameters that are required are listed first, in alphabetic order. v Parameters that are optional follow, again in alphabetic order. There is a glossary at the back of the book. viii MQSeries MQSC Command Reference

9 Summary of changes This section describes changes in this edition of MQSeries MQSC Command Reference. Changes since the previous edition of the book are marked by vertical lines to the left of the changes. Changes for this edition (SC ) v v v v v The name of the book for this edition has been changed to MQSC Command Reference. The text for the ALTER and DEFINE object commands has been merged. This edition includes the following new product release, MQSeries for OS/390 V5.2 The following commands have been added for this release: CLEAR QLOCAL supported on OS/390 DISPLAY LOG DISPLAY QSTATUS MOVE QLOCAL RESET QSTATS SET LOG Queue-sharing groups have been added to MQSeries for OS/390 V5.2 and the following command has been added to support this feature: DISPLAY GROUP Various parameters have been added to the commands in support of queue-sharing groups. The principal parameters are: CMDSCOPE This parameter has been added to all MQSeries Commands except: - DEFINE BUFFPOOL - DEFINE PSID - DISPLAY CMDSERV - DISPLAY GROUP - START CMDSERV - START QMGR - STOP CMDSERV CHLDISP This parameter has been added to the following commands: - DISPLAY CHSTATUS - PING CHANNEL - RESET CHANNEL - RESOLVE CHANNEL - START CHANNEL - STOP CHANNEL QSGDISP This parameter has been added to the ALTER, DELETE, DEFINE, and DISPLAY commands for: - Channels - Namelists - Processes - Queues - Storage classes Copyright IBM Corp. 1993, 2000 ix

10 Changes Changes for the previous edition (SC ) The thirteenth edition was not published. Changes for the twelth edition (SC ) This edition included the following new product releases: v MQSeries for AS/400 V5.1 v MQSeries for Tandem NonStop Kernel V and the following new product: v MQSeries for Digital UNIX (Compaq Tru64 UNIX) V2.2.1 Changes for the eleventh edition (SC ) This edition included the following additions: v Queue manager clusters were added to the following products: MQSeries for AIX V5.1 MQSeries for HP-UX V5.1 MQSeries for OS/2 Warp V5.1 MQSeries for OS/390 V2.1 MQSeries for Sun Solaris V5.1 MQSeries for Windows NT V5.1 v The following Queue Manager Cluster commands were added to reflect queue manager cluster processing: DISPLAY CLUSQMGR DISPLAY QCLUSTER REFRESH CLUSTER RESET CLUSTER v The following Queue Manager commands were changed to reflect queue manager cluster processing: ALTER QMGR DISPLAY QMGR RESUME QMGR STOP QMGR SUSPEND QMGR v The following Namelist commands were changed to reflect queue manager cluster processing: ALTER NAMELIST DEFINE NAMELIST DELETE NAMELIST DISPLAY NAMELIST v Changes were also made to the following commands: ALTER CHANNEL ALTER PROCESS ALTER QALIAS ALTER QLOCAL ALTER QMODEL ALTER QREMOTE DEFINE CHANNEL DEFINE PROCESS DEFINE QALIAS DEFINE QLOCAL DEFINE QMODEL x MQSeries MQSC Command Reference

11 Changes DEFINE QREMOTE DELETE CHANNEL DISPLAY CHANNEL DISPLAY CHSTATUS DISPLAY QUEUE DISPLAY PROCESS DISPLAY STGCLASS DISPLAY THREAD DISPLAY USAGE PING CHANNEL REFRESH SECURITY RESET CHANNEL RESOLVE CHANNEL RESOLVE INDOUBT START CHANNEL START CHINIT START LISTENER STOP CHANNEL STOP CHINIT Summary of changes xi

12 Changes xii MQSeries MQSC Command Reference

13 Chapter 1. Using MQSeries commands MQSeries commands (MQSC) provide a uniform method of issuing human-readable commands on MQSeries platforms. For information about programmable command format (PCF) commands (not available on OS/390), see the MQSeries Programmable System Management manual. This chapter describes: v Rules for using MQSeries commands v Rules for naming MQSeries objects on page 4 v How to read syntax diagrams on page 7 The general format of the commands is shown in Chapter 2. The MQSeries commands on page 9. Rules for using MQSeries commands You should observe the following rules when using MQSeries commands: v Each command starts with a primary parameter (a verb), and this is followed by a secondary parameter (a noun). This is then followed by the name or generic name of the object (in parentheses) if there is one, which there is on most commands. Following that, parameters can usually occur in any order; if a parameter has a corresponding value, the value must occur directly after the parameter to which it relates. v v v v v Note: On OS/390, the secondary parameter does not have to be second. Keywords, parentheses, and values can be separated by any number of blanks and commas. A comma shown in the syntax diagrams can always be replaced by one or more blanks. There must be at least one blank immediately preceding each parameter (after the primary parameter) except on OS/390. Any number of blanks can occur at the beginning or end of the command, and between parameters, punctuation, and values. For example, the following command is valid: ALTER QLOCAL ('Account' ) TRIGDPTH ( 1) Blanks within a pair of quotation marks are significant. Additional commas can appear anywhere where blanks are allowed and are treated as if they were blanks (unless, of course, they are inside quoted strings). Repeated parameters are not allowed. Repeating a parameter with its NO version, as in REPLACE NOREPLACE, is also not allowed. Strings that contain blanks, lowercase characters or special characters other than: Period (.) Forward slash (/) Underscore (_) Percent sign (%) must be enclosed in single quotation marks, unless they are: Issued from the MQSeries for OS/390 operations and control panels Generic names ending with an asterisk (on OS/400 these must be enclosed in single quotation marks) Copyright IBM Corp. 1993,

14 Rules for using commands A single asterisk (for example, TRACE(*)) (on OS/400 these must be enclosed in single quotation marks) A range specification containing a colon (for example, CLASS(01:03)) v v v v If the string itself contains a quotation mark, the quotation mark is represented by two single quotation marks. Lowercase characters not contained within quotation marks are folded to uppercase. A string containing no characters (that is, two single quotation marks with no space in between) is not valid. A left parenthesis followed by a right parenthesis, with no significant information in between, for example NAME ( ) is not valid except where specifically noted. Keywords are not case sensitive AltER, alter, and ALTER are all acceptable. Names that are not contained within quotation marks are converted to uppercase. Synonyms are defined for some parameters. For example, DEF is always a synonym for DEFINE, so DEF QLOCAL is valid. Synonyms are not, however, just minimum strings; DEFI is not a valid synonym for DEFINE. Note: There is no synonym for the DELETE parameter. This is to avoid accidental deletion of objects when using DEF, the synonym for DEFINE. Characters with special meanings The following characters have special meaning when you build MQSC commands: Blanks are used as separators. Multiple blanks are equivalent to a single blank, except in strings that have quotation marks (') round them., Commas are used as separators. Multiple commas are equivalent to a single comma, except in strings that have quotation marks (') round them. ' A single quotation mark indicates the beginning or end of a string. MQSeries leaves all characters that have quotation marks round them exactly as they are entered. The containing quotation marks are not included when calculating the length of the string. '' Two quotation marks together inside a string are treated by MQSeries as one quotation mark, and the string is not terminated. The double quotation marks are treated as one character when calculating the length of the string. ( An open parenthesis indicates the beginning of a parameter list. ) A close parenthesis indicates the end of a parameter list. : A colon indicates an inclusive range. For example (1:5) means (1,2,3,4,5). This notation can be used only in TRACE commands. * An asterisk means all. For example, DISPLAY TRACE (*) means display all traces, and DISPLAY QUEUE (PAY*) means display all queues whose names begin with PAY. When you need to use any of these special characters in a field (for example as part of a description), you must enclose the whole string in single quotation marks. Building command scripts You may want to build the MQSeries commands into a script when you use: v The CSQINP1, CSQINP2, and CSQINPX initialization data sets or the CSQUTIL batch utility on OS/390 2 MQSeries MQSC Command Reference

15 v The STRMQMMQSC command on OS/400 v The runmqsc command on Compaq (DIGITAL) OpenVMS, OS/2 Warp, Tandem NSK, UNIX systems, and Windows NT When you do this, follow these rules: v Each command must start on a new line. v On each platform, there might be platform-specific rules about the line length and record format. If scripts are to be readily portable to different platforms, the significant length of each line should be restricted to 72 characters. On OS/390, scripts are held in a fixed-format data set, with a record length of 80. Only columns 1 through 72 can contain meaningful information; columns 73 through 80 are ignored. On AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT, each line can be of any length up to the maximum allowed for your platform. On other UNIX systems, and Compaq (DIGITAL) OpenVMS, each line can be of any length up to and including 80 characters. On Tandem NSK each line can be of any length up to and including 72 characters. v A line must not end in a keyboard control character (for example, a tab). v If the last nonblank character on a line is: A minus sign ( ), this indicates that the command is to be continued from the start of the next line. A plus sign (+), this indicates that the command is to be continued from the first nonblank character in the next line. If you use + to continue a command remember to leave at least one blank before the next parameter (except on OS/390 where this is not necessary). Either of these can occur within a parameter, data value, or quoted string. For example, 'Fr+ ed' and 'Fred' Rules for using commands (where the e of the second line of the second example is in the first position of the line) are both equivalent to 'Fred' v v MQSC commands that are contained within an Escape PCF (Programmable Command Format) command cannot be continued in this way. The entire command must be contained within a single Escape command. (For information about the PCF commands, see the MQSeries Programmable System Management manual.) + and values used at the ends of lines are discarded when the command is reassembled into a single string. On AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT you can use a semicolon character (;) to terminate a command, even if you have entered a + character at the end of the previous line. You can also use the semicolon in the same way on OS/390 for commands issued from the CSQUTIL batch utility program. Chapter 1. Using MQSeries commands 3

16 Rules for using commands v A line starting with an asterisk (*) in the first position is ignored. This can be used to insert comments into the file. A blank line is also ignored. If a line ends with a continuation character ( or +), the command continues with the next line that is not a comment line or a blank line. Rules for naming MQSeries objects MQSeries queue, process, namelist, channel, and storage class objects exist in separate object name spaces, and so objects from each type can all have the same name. However, an object cannot have the same name as any other object in the same name space. (For example, a local queue cannot have the same name as a model queue.) Names in MQSeries are case sensitive; however, you should remember that lowercase characters that are not contained within quotation marks are folded to uppercase. The character set that can be used for naming all MQSeries objects is as follows: v Uppercase A Z v Lowercase a z (however, on systems using EBCDIC Katakana you cannot use lowercase characters, and there are also restrictions on the use of lowercase letters for OS/390 console support) v Numerics 0 9 v Period (.) v Forward slash (/) v Underscore (_) v Percent sign (%). The percent sign (%) is a special character to RACF. If you are using RACF as the external security manager for MQSeries for OS/390, you should not use % in object names. If you do, these names are not included in any security checks when RACF generic profiles are used. Notes: 1. Leading or embedded blanks are not allowed. 2. You should avoid using names with leading or trailing underscores, because they cannot be handled by the MQSeries for OS/390 operations and control panels. 3. Any name that is less than the full field length can be padded to the right with blanks. All short names that are returned by the queue manager are always padded to the right with blanks. 4. Any structure to the names (for example, the use of the period or underscore) is not significant to the queue manager. 5. When using CL commands or menus on AS/400 systems, lowercase a-z, forward slash (/), and percent (%) are special characters. If you use any of these characters in a name, the name must be enclosed in quotation marks. Lowercase a-z characters are changed to uppercase if the name is not enclosed in quotation marks. Queue names Queues can have names up to 48 characters long. 4 MQSeries MQSC Command Reference

17 Rules for naming objects Reserved queue names Names that start with SYSTEM. are reserved for queues defined by the queue manager. You can use the ALTER or DEFINE REPLACE commands to change these queue definitions to suit your installation. The following names are defined for MQSeries: SYSTEM.ADMIN.CHANNEL.EVENT SYSTEM.ADMIN.COMMAND.QUEUE SYSTEM.ADMIN.PERFM.EVENT SYSTEM.ADMIN.QMGR.EVENT SYSTEM.CHANNEL.COMMAND SYSTEM.CHANNEL.INITQ SYSTEM.CHANNEL.REPLY.INFO SYSTEM.CHANNEL.SEQNO SYSTEM.CHANNEL.SYNCQ SYSTEM.CICS.INITIATION.QUEUE SYSTEM.CLUSTER.COMMAND.QUEUE SYSTEM.CLUSTER.REPOSITORY.QUEUE SYSTEM.CLUSTER.TRANSMIT.QUEUE SYSTEM.COMMAND.INPUT SYSTEM.COMMAND.REPLY.MODEL SYSTEM.DEAD.LETTER.QUEUE SYSTEM.DEFAULT.ALIAS.QUEUE SYSTEM.DEFAULT.INITIATION.QUEUE SYSTEM.DEFAULT.LOCAL.QUEUE SYSTEM.DEFAULT.MODEL.QUEUE SYSTEM.DEFAULT.REMOTE.QUEUE SYSTEM.MQSC.REPLY.QUEUE SYSTEM.QSG.CHANNEL.SYNCQ SYSTEM.QSG.TRANSMIT.QUEUE Queue for channel events Queue to which PCF command messages are sent (not for OS/390) Queue for performance events Queue for queue-manager events Queue used for distributed queuing on OS/390 using CICS Queue used for distributed queuing (without CICS on OS/390) Queue used for distributed queuing on OS/390 without CICS Queue used for distributed queuing on OS/390 using CICS Queue used for distributed queuing (without CICS on OS/390) Queue used for triggering (not for OS/390) Queue used to communicate repository changes between queue managers (AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT only) Queue used to hold information about the repository (AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT only) Transmission queue for all destinations managed by cluster support (AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT only) Queue to which command messages are sent on OS/390 Model queue definition for command replies (for OS/390) Dead-letter queue (not for OS/390) Default alias queue definition Queue used to trigger a specified process (not for OS/390) Default local queue definition Default model queue definition Default remote queue definition Model queue definition for MQSC command replies (not for OS/390) Shared local queue used for storing messages that contain the synchronization information for shared channels (OS/390 only) Shared local queue used by the intra-group queuing agent when transmitting messages between queue managers in the same queue-sharing group (OS/390 only) Chapter 1. Using MQSeries commands 5

18 Rules for naming objects Other object names Processes, namelists, and clusters can have names up to 48 bytes long. Channels can have names up to 20 bytes long. Storage classes can have names up to 8 bytes long. Reserved object names Names that start with SYSTEM. are reserved for objects defined by the queue manager. You can use the ALTER or DEFINE REPLACE commands to change these object definitions to suit your installation. The following names are defined for MQSeries: SYSTEM.ADMIN.SVRCONN SYSTEM.AUTO.RECEIVER SYSTEM.AUTO.SVRCONN SYSTEM.DEF.CLNTCONN SYSTEM.DEF.CLUSRCVR SYSTEM.DEF.CLUSSDR SYSTEM.DEF.RECEIVER SYSTEM.DEF.REQUESTER SYSTEM.DEF.SENDER SYSTEM.DEF.SERVER SYSTEM.DEF.SVRCONN SYSTEM.DEFAULT.NAMELIST SYSTEM.DEFAULT.PROCESS SYSTEMST Server-connection channel used for remote administration of a queue manager by the MQSeries Explorer (remote administration is not available on OS/390) Default receiver channel for auto definition (not for AT&T GIS UNIX, Compaq (DIGITAL) OpenVMS, Digital UNIX (Compaq Tru64 UNIX), OS/390, SINIX and DC/OSx, or Tandem NSK) Default server-connection channel for auto definition (not for AT&T GIS UNIX, Compaq (DIGITAL) OpenVMS, Digital UNIX (Compaq Tru64 UNIX), OS/390, SINIX and DC/OSx, or Tandem NSK) Default client-connection channel definition Default cluster-receiver channel definition (AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT only) Default cluster-sender channel definition (AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT only) Default receiver channel definition Default requester channel definition Default sender channel definition Default server channel definition Default server-connection channel definition Default namelist definition (AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT only) Default process definition Default storage class definition (OS/390 only) 6 MQSeries MQSC Command Reference

19 How to read syntax diagrams This book contains syntax diagrams (sometimes referred to as railroad diagrams). Each syntax diagram begins with a double right arrow and ends with a right and left arrow pair. Lines beginning with a single right arrow are continuation lines. You read a syntax diagram from left to right and from top to bottom, following the direction of the arrows. Other conventions used in syntax diagrams are: Table 1. How to read syntax diagrams Convention Meaning A B C Syntax diagrams You must specify values A, B, and C. Required values are shown on the main line of a syntax diagram. A You may specify value A. Optional values are shown below the main line of a syntax diagram. A B C Values A, B, and C are alternatives, one of which you must specify. A B C Values A, B, and C are alternatives, one of which you may specify., A B C You may specify one or more of the values A, B, and C. Any required separator for multiple or repeated values (in this example, the comma (,)) is shown on the arrow. Chapter 1. Using MQSeries commands 7

20 Syntax diagrams Table 1. How to read syntax diagrams (continued) Convention Meaning, You may specify value A multiple times. The separator in this example is optional. A A B C Values A, B, and C are alternatives, one of which you may specify. If you specify none of the values shown, the default A (the value shown above the main line) is used. Name The syntax fragment Name is shown separately from the main syntax diagram. Name: A B Punctuation and uppercase values Lowercase values (for example, name) Specify exactly as shown. Supply your own text in place of the name variable. 8 MQSeries MQSC Command Reference

21 Chapter 2. The MQSeries commands This chapter describes, in alphabetic order, all the MQSeries commands (MQSC) that can be issued by operators and administrators. Copyright IBM Corp. 1993,

22 ALTER CHANNEL ALTER CHANNEL Compaq (DIGITAL) OpenVMS OS/390 OS/400 OS/2 Warp Compaq NSK UNIX systems Windows NT U U U U U U U Use ALTER CHANNEL to alter the parameters of a channel. Notes: 1. On OS/390, this is valid only for channels used for distributed queuing without CICS. If you are using CICS for distributed queuing, the equivalent function is available using the CKMC transaction. See the MQSeries Intercommunication manual. 2. For cluster-sender channels, you can only alter channels that have been created manually. Synonym: ALT CHL There is a separate syntax diagram for each type of channel: v Sender channel on page 11 v Server channel on page 13 v Receiver channel on page 15 v Requester channel on page 17 v Client-connection channel on page 20 v Server-connection channel on page 22 v Cluster-sender channel on page 24 v Cluster-receiver channel on page MQSeries MQSC Command Reference

23 Sender channel ALTER CHANNEL ALTER CHANNEL ALTER CHANNEL(channel-name) (1) CHLTYPE(SDR) (3) BATCHINT(integer) BATCHSZ(integer) CMDSCOPE( ) (2) CMDSCOPE(qmgr-name) (11) CMDSCOPE(*) (11) CONNAME(string) CONVERT( NO ) YES DESCR(string) DISCINT(integer) (3) HBINT(integer) LONGRTY(integer) LONGTMR(integer) MAXMSGL(integer) MCANAME(string) (4) MCATYPE( PROCESS ) THREAD MCAUSER(string) (5) MODENAME(string), (6) MSGDATA( string ), (6) MSGEXIT( string ) NPMSPEED( FAST ) NORMAL (3) (5) (7) PASSWORD(string) QSGDISP(QMGR) (2) QSGDISP(COPY) (11) QSGDISP(GROUP) QSGDISP(PRIVATE),, (6) (6) RCVDATA( string ) RCVEXIT( string ) Chapter 2. The MQSeries commands 11

24 ALTER CHANNEL SCYDATA(string) SCYEXIT(string), (6) SENDDATA( string ), (6) SENDEXIT( string ) SEQWRAP(integer) SHORTRTY(integer) SHORTTMR(integer) (5) TPNAME(string) (8) TRPTYPE( DECNET ) LU62 (9) NETBIOS (9) SPX TCP (10) UDP (5) (7) USERID(string) XMITQ(string) Notes: 1 This parameter must follow immediately after the channel name except on OS/ Valid only on OS/ Valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT. 4 Valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT. 5 Valid only if TRPTYPE is LU62. 6 You can specify more than one value on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT only. 7 Not valid on OS/ Valid only on Compaq (DIGITAL) OpenVMS. 9 Valid only on OS/2 Warp and Windows NT. 10 Valid only on AIX. 11 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/ MQSeries MQSC Command Reference

25 Server channel ALTER CHANNEL ALTER CHANNEL ALTER CHANNEL(channel-name) (1) CHLTYPE(SVR) AUTOSTART( DISABLED ) ENABLED (2) (3) BATCHINT(integer) BATCHSZ(integer) CMDSCOPE( ) (5) CMDSCOPE(qmgr-name) (12) CMDSCOPE(*) (12) CONNAME(string) CONVERT( NO ) YES DESCR(string) DISCINT(integer) (3) HBINT(integer) LONGRTY(integer) LONGTMR(integer) MAXMSGL(integer) MCANAME(string) (4) MCATYPE( PROCESS ) THREAD MCAUSER(string) (6) MODENAME(string),, (7) (7) MSGDATA( string ) MSGEXIT( string ) NPMSPEED( FAST ) NORMAL (3) (6) (8) PASSWORD(string) QSGDISP(QMGR) (5) QSGDISP(COPY) (12) QSGDISP(GROUP) QSGDISP(PRIVATE), (7) RCVDATA( string ) Chapter 2. The MQSeries commands 13

26 ALTER CHANNEL, (7) RCVEXIT( string ) SCYDATA(string) SCYEXIT(string),, (7) (7) SENDDATA( string ) SENDEXIT( string ) SEQWRAP(integer) SHORTRTY(integer) SHORTTMR(integer) (6) TPNAME(string) (9) TRPTYPE( DECNET ) LU62 (10) NETBIOS (10) SPX TCP (11) UDP (6) (8) USERID(string) XMITQ(string) Notes: 1 This parameter must follow immediately after the channel name except on OS/ Valid only on Tandem NSK when TRPTYPE is LU62. 3 Valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT. 4 Valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT. 5 Valid only on OS/ Valid only if TRPTYPE is LU62. 7 You can specify more than one value on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT only. 8 Not valid on OS/ Valid only on Compaq (DIGITAL) OpenVMS. 10 Valid only on OS/2 Warp and Windows NT. 11 Valid only on AIX. 12 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/ MQSeries MQSC Command Reference

27 Receiver channel ALTER CHANNEL ALTER CHANNEL ALTER CHANNEL(channel-name) CHLTYPE(RCVR) (1) AUTOSTART( DISABLED ) ENABLED (2) BATCHSZ(integer) CMDSCOPE( ) (6) CMDSCOPE(qmgr-name) (10) CMDSCOPE(*) (10) DESCR(string) (3) HBINT(integer) MAXMSGL(integer) MCAUSER(string) (4) MRDATA(string) (4) MREXIT(string) (4) MRRTY(integer) (4) MRTMR(integer), (5) MSGDATA( string ), (5) MSGEXIT( string ) NPMSPEED( FAST ) NORMAL (3) PUTAUT( DEF ) CTX (6) ONLYMCA (6) ALTMCA QSGDISP(QMGR) (6) QSGDISP(COPY) (10) QSGDISP(GROUP) QSGDISP(PRIVATE),, (5) (5) RCVDATA( string ) RCVEXIT( string ) Chapter 2. The MQSeries commands 15

28 ALTER CHANNEL SCYDATA(string) SCYEXIT(string), (5) SENDDATA( string ), (5) SENDEXIT( string ) SEQWRAP(integer) (7) TRPTYPE( DECNET ) LU62 (8) NETBIOS (8) SPX TCP (9) UDP Notes: 1 This parameter must follow immediately after the channel name except on OS/ Valid only on Tandem NSK when TRPTYPE is LU62. 3 Valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT. 4 Not valid on OS/ You can specify more than one value on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT only. 6 Valid only on OS/ Valid only on Compaq (DIGITAL) OpenVMS. 8 Valid only on OS/2 Warp and Windows NT. 9 Valid only on AIX. 10 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/ MQSeries MQSC Command Reference

29 Requester channel ALTER CHANNEL ALTER CHANNEL ALTER CHANNEL(channel-name) CHLTYPE(RQSTR) (1) AUTOSTART( DISABLED ) ENABLED (2) BATCHSZ(integer) CMDSCOPE( ) (8) CMDSCOPE(qmgr-name) (12) CMDSCOPE(*) (12) CONNAME(string) DESCR(string) (3) HBINT(integer) MAXMSGL(integer) MCANAME(string) MCATYPE( PROCESS ) THREAD (4) MCAUSER(string) (6) MODENAME(string) (5) MRDATA(string) (5) MREXIT(string) (5) MRRTY(integer) (5) MRTMR(integer), (7) MSGDATA( string ), (7) MSGEXIT( string ) NPMSPEED( FAST ) NORMAL (3) (5) (6) PASSWORD(string) PUTAUT( DEF ) CTX (8) ONLYMCA (8) ALTMCA Chapter 2. The MQSeries commands 17

30 ALTER CHANNEL QSGDISP(QMGR) (8) QSGDISP(COPY) (12) QSGDISP(GROUP) QSGDISP(PRIVATE), (7) RCVDATA( string ), (7) RCVEXIT( string ) SCYDATA(string) SCYEXIT(string),, (7) (7) SENDDATA( string ) SENDEXIT( string ) SEQWRAP(integer) (6) TPNAME(string) (9) TRPTYPE( DECNET ) LU62 (10) NETBIOS (10) SPX TCP (11) UDP (5) (6) USERID(string) Notes: 1 This parameter must follow immediately after the channel name except on OS/ Valid only on Tandem NSK when TRPTYPE is LU62. 3 Valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT. 4 Valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT. 5 Not valid on OS/ Valid only if TRPTYPE is LU62. 7 You can specify more than one value on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT only. 8 Valid only on OS/ Valid only on Compaq (DIGITAL) OpenVMS. 10 Valid only on OS/2 Warp and Windows NT. 11 Valid only on AIX. 18 MQSeries MQSC Command Reference

31 ALTER CHANNEL 12 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/390. Chapter 2. The MQSeries commands 19

32 ALTER CHANNEL Client-connection channel ALTER CHANNEL ALTER CHANNEL(channel-name) CHLTYPE(CLNTCONN) (1) CMDSCOPE( ) (2) CMDSCOPE(qmgr-name) (8) CMDSCOPE(*) (8) CONNAME(string) DESCR(string) (3) HBINT(integer) MAXMSGL(integer) (4) MODENAME(string) (4) PASSWORD(string) QMNAME(string) QSGDISP(QMGR) (2) QSGDISP(COPY) (8) QSGDISP(GROUP) QSGDISP(PRIVATE),, (5) (5) RCVDATA( string ) RCVEXIT( string ) SCYDATA(string) SCYEXIT(string), (5) SENDDATA( string ), (5) SENDEXIT( string ) (4) TPNAME(string) (6) TRPTYPE( DECNET ) LU62 (7) NETBIOS (7) SPX TCP (4) USERID(string) 20 MQSeries MQSC Command Reference

33 ALTER CHANNEL Notes: 1 This parameter must follow immediately after the channel name except on OS/ Valid only on OS/ Valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT. 4 Valid only if TRPTYPE is LU62. 5 You can specify more than one value on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT only. 6 Valid only on Compaq (DIGITAL) OpenVMS. 7 Valid only for clients to be run on DOS, OS/2 Warp, Windows, and Windows NT. 8 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/390. Chapter 2. The MQSeries commands 21

34 ALTER CHANNEL Server-connection channel ALTER CHANNEL ALTER CHANNEL(channel-name) CHLTYPE(SVRCONN) (1) AUTOSTART( DISABLED ) ENABLED (2) CMDSCOPE( ) (4) CMDSCOPE(qmgr-name) (8) CMDSCOPE(*) (8) DESCR(string) (3) HBINT(integer) MAXMSGL(integer) MCAUSER(string) (4) PUTAUT ( DEF ) ONLYMCA QSGDISP(QMGR) (4) QSGDISP(COPY) (8) QSGDISP(GROUP) QSGDISP(PRIVATE) SCYDATA(string) SCYEXIT(string), (5) SENDDATA( string ),, (5) (5) SENDEXIT( string ) RCVDATA( string ), (5) RCVEXIT( string ) (6) TRPTYPE( DECNET ) LU62 (7) NETBIOS (7) SPX TCP Notes: 1 This parameter must follow immediately after the channel name except on OS/ Valid only on Tandem NSK when TRPTYPE is LU62. 3 Valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT. 4 Valid only on OS/ MQSeries MQSC Command Reference

35 ALTER CHANNEL 5 You can specify more than one value on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT only. 6 Valid only on Compaq (DIGITAL) OpenVMS. 7 Valid only for clients to be run on DOS, OS/2 Warp, Windows, and Windows NT. 8 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/390. Chapter 2. The MQSeries commands 23

36 ALTER CHANNEL Cluster-sender channel ALTER CHANNEL ALTER CHANNEL(channel-name) CHLTYPE(CLUSSDR) (1) (3) BATCHINT(integer) BATCHSZ(integer) CLUSTER(clustername) CLUSNL(nlname) CMDSCOPE( ) (2) CMDSCOPE(qmgr-name) (10) CMDSCOPE(*) (10) CONNAME(string) CONVERT( NO ) YES DESCR(string) DISCINT(integer) HBINT(integer) LONGRTY(integer) LONGTMR(integer) MAXMSGL(integer) MCANAME(string) MCATYPE( PROCESS ) THREAD (4) MCAUSER(string) (5) MODENAME(string), (6) MSGDATA( string ), (6) MSGEXIT( string ) NPMSPEED( FAST ) NORMAL (5) (7) PASSWORD(string) QSGDISP(QMGR) (2) QSGDISP(COPY) (10) QSGDISP(GROUP) QSGDISP(PRIVATE),, (6) (6) RCVDATA( string ) RCVEXIT( string ) 24 MQSeries MQSC Command Reference

37 ALTER CHANNEL SCYDATA(string) SCYEXIT(string), (6) SENDDATA( string ), (6) SENDEXIT( string ) SEQWRAP(integer) SHORTRTY(integer) SHORTTMR(integer) (5) TPNAME(string) TRPTYPE( LU62 ) (8) NETBIOS (8) SPX TCP (9) UDP (5) (7) USERID(string) Notes: 1 This parameter must follow immediately after the channel name except on OS/ Valid only on OS/ Valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT. 4 Valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT. 5 Valid only if TRPTYPE is LU62. 6 You can specify only one value on OS/ Not valid on OS/ Valid only on OS/2 Warp and Windows NT. 9 Valid only on AIX. 10 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/390. Chapter 2. The MQSeries commands 25

38 ALTER CHANNEL Cluster-receiver channel ALTER CHANNEL ALTER CHANNEL(channel-name) CHLTYPE(CLUSRCVR) (1) (2) BATCHINT(integer) BATCHSZ(integer) CLUSTER(clustername) CLUSNL(nlname) CMDSCOPE( ) (6) CMDSCOPE(qmgr-name) (9) CMDSCOPE(*) (9) CONNAME(string) CONVERT( NO ) YES DESCR(string) DISCINT(integer) HBINT(integer) LONGRTY(integer) LONGTMR(integer) MAXMSGL(integer) MCATYPE( PROCESS ) THREAD MCAUSER(string) (3) MODENAME(string) (4) MRDATA(string) (4) MREXIT(string) (4) MRRTY(integer) (4) MRTMR(integer), (5) MSGDATA( string ), (5) MSGEXIT( string ) NETPRTY(integer) NPMSPEED( FAST ) NORMAL PUTAUT( DEF ) CTX (6) ONLYMCA (6) ALTMCA QSGDISP(QMGR) (6) QSGDISP(COPY) (9) QSGDISP(GROUP) QSGDISP(PRIVATE) 26 MQSeries MQSC Command Reference

39 ALTER CHANNEL,, (5) (5) RCVDATA( string ) RCVEXIT( string ) SCYDATA(string) SCYEXIT(string), (5) SENDDATA( string ), (5) SENDEXIT( string ) SEQWRAP(integer) SHORTRTY(integer) SHORTTMR(integer) (3) TPNAME(string) TRPTYPE( LU62 ) (7) NETBIOS (7) SPX TCP (8) UDP Notes: 1 This parameter must follow immediately after the channel name except on OS/ Valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT. 3 Valid only if TRPTYPE is LU62. 4 Not valid on OS/ You can specify one value only on OS/ Valid only on OS/ Valid only on OS/2 Warp and Windows NT. 8 Valid only on AIX. 9 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/390. Parameter descriptions For a description of the parameters see DEFINE CHANNEL on page 57. Chapter 2. The MQSeries commands 27

40 ALTER NAMELIST ALTER NAMELIST Compaq (DIGITAL) OpenVMS OS/390 OS/400 OS/2 Warp Compaq NSK UNIX systems Windows NT U U U U U Use ALTER NAMELIST to alter a list of names. This is most commonly a list of cluster names or queue names. Notes: 1. On UNIX systems, the command is valid only on AIX, HP-UX, and Sun Solaris. Synonym: ALTNL ALTER NAMELIST ALTER NAMELIST(name) DESCR(string) CMDSCOPE( ) (2) CMDSCOPE(qmgr-name) (1) CMDSCOPE(*) (1), NAMES( ) name QSGDISP(QMGR) (2) QSGDISP(COPY) (1) QSGDISP(GROUP) QSGDISP(PRIVATE) Notes: 1 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/ Valid only on OS/390. Parameter descriptions For a description of the parameters see DEFINE NAMELIST on page MQSeries MQSC Command Reference

41 ALTER PROCESS ALTER PROCESS Compaq (DIGITAL) OpenVMS OS/390 OS/400 OS/2 Warp Compaq NSK UNIX systems Windows NT U U U U U U U Use ALTER PROCESS to alter the parameters of an existing MQSeries process definition. Synonym: ALT PRO ALTER PROCESS ALTER PROCESS(process-name) APPLICID(string) APPLTYPE( integer ) CICS DEF DOS IMS MVS NOTESAGENT NSK OS2 OS400 UNIX VMS WINDOWS WINDOWSNT CMDSCOPE( ) (2) CMDSCOPE(qmgr-name) (1) CMDSCOPE(*) (1) DESCR(string) ENVRDATA(string) QSGDISP(QMGR) (2) QSGDISP(COPY) (1) QSGDISP(GROUP) QSGDISP(PRIVATE) USERDATA(string) Notes: 1 Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/ Valid only on OS/390. Parameter descriptions For a description of the parameters see DEFINE PROCESS on page 99. Chapter 2. The MQSeries commands 29

42 ALTER QMGR ALTER QMGR Compaq (DIGITAL) OpenVMS OS/390 OS/400 OS/2 Warp Compaq NSK UNIX systems Windows NT U U U U U U U Use ALTER QMGR to alter the queue manager parameters for the local queue manager. Synonym: ALT QMGR ALTER QMGR ALTER QMGR qmgr attrs FORCE CMDSCOPE( ) (3) CMDSCOPE(qmgr-name) (2) CMDSCOPE(*) (2) Qmgr attrs: (1) AUTHOREV( ENABLED ) DISABLED (5) CCSID(integer) CHAD( DISABLED ) ENABLED (4) CHADEV( DISABLED ) ENABLED (6) (6) CHADEXIT(string) (6) CLWLDATA(string) (6) CLWLEXIT(string) (6) CLWLLEN(length) DEADQ(string) DEFXMITQ(string) DESCR(string) IGQ( DISABLED ) ENABLED (3) IGQAUT( DEF ) CTX ONLYIGQ ALTIGQ (3) (3) IGQUSER(useridr) INHIBTEV( ENABLED ) DISABLED LOCALEV( ENABLED ) DISABLED 30 MQSeries MQSC Command Reference

43 MAXHANDS(integer) (4) MAXMSGL(integer) ALTER QMGR (1) MAXUMSGS(integer) PERFMEV( ENABLED ) DISABLED REMOTEEV( ENABLED ) DISABLED REPOS(clustername) (6) (6) REPOSNL(nlname) STRSTPEV( ENABLED ) DISABLED TRIGINT(integer) Notes: 1 Not valid on OS/ Valid only when the queue manager is a member of a queue-sharing group. You can use queue-sharing groups only on MQSeries for OS/ Valid only on OS/ Valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT. 5 Valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, Tandem NSK, and Windows NT. 6 Valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT. Parameter descriptions The parameters you specify override the current values. Attributes that you do not specify are unchanged. Notes: 1. If you do not specify any parameters, the command completes successfully, but no queue manager options are changed. 2. Changes made using this command persist when the queue manager is stopped and restarted. FORCE Specify this to force completion of the command if both of the following are true: v The DEFXMITQ parameter is specified v An application has a remote queue open, the resolution for which would be affected by this change If FORCE is not specified in these circumstances, the command is unsuccessful. Chapter 2. The MQSeries commands 31

44 ALTER QMGR Queue manager parameters AUTHOREV Whether authorization (Not Authorized) events are generated: ENABLED Authorization events are generated. This value is not supported on OS/390. DISABLED Authorization events are not generated. This is the queue manager s initial default value. CCSID(integer) The coded character set identifier for the queue manager. The CCSID is the identifier used with all character string fields defined by the API. It does not apply to application data carried in the text of messages unless the CCSID in the message descriptor is set to the value MQCCSI_Q_MGR when the message is put to a queue. Specify a value in the range 1 through The CCSID must specify a value that is defined for use on your platform, and use a character set that is appropriate to the platform. If you use this parameter to change the CCSID, applications that are running when the change is applied continue to use the original CCSID. Because of this, you must stop and restart all running applications before you continue. This includes the command server and channel programs. To do this, stop and restart the queue manager after making the change. This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, Tandem NSK, and Windows NT. See the MQSeries Application Programming Guide for details of the supported CCSIDs for each platform. CHAD Whether receiver and server-connection channels can be defined automatically: DISABLED Auto-definition is not used. This is the queue manager s initial default value. ENABLED Auto-definition is used. Cluster-sender channels can always be defined automatically, regardless of the setting of this parameter. This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT. CHADEV Whether channel auto-definition events are generated. DISABLED Auto-definition events are not generated. This is the queue manager s initial default value. ENABLED Auto-definition events are generated. 32 MQSeries MQSC Command Reference

45 This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/400, Sun Solaris, and Windows NT. CHADEXIT(string) Auto-definition exit name. If this name is nonblank, the exit is called when an inbound request for an undefined receiver, server-connection, or cluster-sender channel is received. It is also called when starting a cluster-receiver channel. The format and maximum length of the name depends on the environment: v v On OS/2 Warp, Windows, and Windows NT, it is of the form dllname(functionname) where dllname is specified without the suffix (.DLL ). The maximum length of the string is 128 characters. On OS/400, it is of the form: progname libname ALTER QMGR v v where program name occupies the first 10 characters and libname the second 10 characters (both blank-padded to the right if necessary). The maximum length of the string is 20 characters. On AIX, HP-UX, and Sun Solaris, it is of the form libraryname(functionname). The maximum length of the string is 128 characters. On OS/390, it is a load module name, maximum length 8 characters. This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT. On OS/390, it applies only to cluster-sender and cluster-receiver channels. CLWLDATA(string) Cluster workload exit data (maximum length 32 characters). This is passed to the cluster workload exit when it is called. This parameter is valid only on AIX, HP-UX, OS/2 Warp, OS/390, OS/400, Sun Solaris, and Windows NT. CLWLEXIT(string) Cluster workload exit name. If this name is nonblank, the exit is called when a message is put to a cluster queue. The format and maximum length of the name depends on the environment: v v v v On UNIX systems, it is of the form libraryname(functionname). The maximum length is 128 characters. On OS/2 Warp and Windows NT, it is of the form dllname(functionname), where dllname is specified without the suffix (.DLL ). The maximum length is 128 characters. On OS/390, it is a load module name, maximum length 8 characters. On OS/400, it is of the form: progname libname where program name occupies the first 10 characters and libname the second 10 characters (both blank-padded to the right if necessary). The maximum length of the string is 20 characters. Chapter 2. The MQSeries commands 33

step 1-1

step 1-1 Written by Dr. In Ku Kim-Marshall STEP BY STEP Korean 1 through 15 Action Verbs Table of Contents Unit 1 The Korean Alphabet, hangeul Unit 2 Korean Sentences with 15 Action Verbs Introduction Review Exercises

More information

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not,

Page 2 of 5 아니다 means to not be, and is therefore the opposite of 이다. While English simply turns words like to be or to exist negative by adding not, Page 1 of 5 Learn Korean Ep. 4: To be and To exist Of course to be and to exist are different verbs, but they re often confused by beginning students when learning Korean. In English we sometimes use the

More information

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh

Page 2 of 6 Here are the rules for conjugating Whether (or not) and If when using a Descriptive Verb. The only difference here from Action Verbs is wh Page 1 of 6 Learn Korean Ep. 13: Whether (or not) and If Let s go over how to say Whether and If. An example in English would be I don t know whether he ll be there, or I don t know if he ll be there.

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,

More information

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

More information

- 2 -

- 2 - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 - - 19 - - 20 - - 21 - - 22 - - 23 - - 24 - - 25 - - 26 - - 27 - - 28 - - 29 - - 30 -

More information

0125_ 워크샵 발표자료_완성.key

0125_ 워크샵 발표자료_완성.key WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server, which either is part of an Internet hosting service or is a network host

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 1......... 2 3..\ 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 " RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

휠세미나3 ver0.4

휠세미나3 ver0.4 andromeda@sparcs:/$ ls -al dev/sda* brw-rw---- 1 root disk 8, 0 2014-06-09 18:43 dev/sda brw-rw---- 1 root disk 8, 1 2014-06-09 18:43 dev/sda1 brw-rw---- 1 root disk 8, 2 2014-06-09 18:43 dev/sda2 andromeda@sparcs:/$

More information

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

More information

Backup Exec

Backup Exec (sjin.kim@veritas.com) www.veritas veritas.co..co.kr ? 24 X 7 X 365 Global Data Access.. 100% Storage Used Terabytes 9 8 7 6 5 4 3 2 1 0 2000 2001 2002 2003 IDC (TB) 93%. 199693,000 TB 2000831,000 TB.

More information

06_ÀÌÀçÈÆ¿Ü0926

06_ÀÌÀçÈÆ¿Ü0926 182 183 184 / 1) IT 2) 3) IT Video Cassette Recorder VCR Personal Video Recorder PVR VCR 4) 185 5) 6) 7) Cloud Computing 8) 186 VCR P P Torrent 9) avi wmv 10) VCR 187 VCR 11) 12) VCR 13) 14) 188 VTR %

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

04-다시_고속철도61~80p

04-다시_고속철도61~80p Approach for Value Improvement to Increase High-speed Railway Speed An effective way to develop a highly competitive system is to create a new market place that can create new values. Creating tools and

More information

chapter4

chapter4 Basic Netw rk 1. ก ก ก 2. 3. ก ก 4. ก 2 1. 2. 3. 4. ก 5. ก 6. ก ก 7. ก 3 ก ก ก ก (Mainframe) ก ก ก ก (Terminal) ก ก ก ก ก ก ก ก 4 ก (Dumb Terminal) ก ก ก ก Mainframe ก CPU ก ก ก ก 5 ก ก ก ก ก ก ก ก ก ก

More information

11¹Ú´ö±Ô

11¹Ú´ö±Ô A Review on Promotion of Storytelling Local Cultures - 265 - 2-266 - 3-267 - 4-268 - 5-269 - 6 7-270 - 7-271 - 8-272 - 9-273 - 10-274 - 11-275 - 12-276 - 13-277 - 14-278 - 15-279 - 16 7-280 - 17-281 -

More information

본문01

본문01 Ⅱ 논술 지도의 방법과 실제 2. 읽기에서 논술까지 의 개발 배경 읽기에서 논술까지 자료집 개발의 본래 목적은 초 중 고교 학교 평가에서 서술형 평가 비중이 2005 학년도 30%, 2006학년도 40%, 2007학년도 50%로 확대 되고, 2008학년도부터 대학 입시에서 논술 비중이 커지면서 논술 교육은 학교가 책임진다. 는 풍토 조성으로 공교육의 신뢰성과

More information

DE1-SoC Board

DE1-SoC Board 실습 1 개발환경 DE1-SoC Board Design Tools - Installation Download & Install Quartus Prime Lite Edition http://www.altera.com/ Quartus Prime (includes Nios II EDS) Nios II Embedded Design Suite (EDS) is automatically

More information

강의10

강의10 Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced

More information

Something that can be seen, touched or otherwise sensed

Something that can be seen, touched or otherwise sensed Something that can be seen, touched or otherwise sensed Things about an object Weight Height Material Things an object does Pen writes Book stores words Water have Fresh water Rivers Oceans have

More information

사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서 제품을 사용하지 마십시오. 3.이 제품은

사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서 제품을 사용하지 마십시오. 3.이 제품은 OPERATING INSTRUCTIONS OPERATING INSTRUCTIONS 사용자설명서 TourBus 0 & TourBus 5 사용시 기본적인 주의사항 경고 : 전기 기구를 사용할 때는 다음의 기본적인 주의 사항을 반드시 유의하여야 합니다..제품을 사용하기 전에 반드시 사용법을 정독하십시오. 2.물과 가까운 곳, 욕실이나 부엌 그리고 수영장 같은 곳에서

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

Remote UI Guide

Remote UI Guide Remote UI KOR Remote UI Remote UI PDF Adobe Reader/Adobe Acrobat Reader. Adobe Reader/Adobe Acrobat Reader Adobe Systems Incorporated.. Canon. Remote UI GIF Adobe Systems Incorporated Photoshop. ..........................................................

More information

SMB_ICMP_UDP(huichang).PDF

SMB_ICMP_UDP(huichang).PDF SMB(Server Message Block) UDP(User Datagram Protocol) ICMP(Internet Control Message Protocol) SMB (Server Message Block) SMB? : Microsoft IBM, Intel,. Unix NFS. SMB client/server. Client server request

More information

PRO1_02E [읽기 전용]

PRO1_02E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_02E1 Information and 2 STEP 7 3 4 5 6 STEP 7 7 / 8 9 10 S7 11 IS7 12 STEP 7 13 STEP 7 14 15 : 16 : S7 17 : S7 18 : CPU 19 1 OB1 FB21 I10 I11 Q40 Siemens AG

More information

` Companies need to play various roles as the network of supply chain gradually expands. Companies are required to form a supply chain with outsourcing or partnerships since a company can not

More information

Å©·¹Àγ»Áö20p

Å©·¹Àγ»Áö20p Main www.bandohoist.com Products Wire Rope Hoist Ex-proof Hoist Chain Hoist i-lifter Crane Conveyor F/A System Ci-LIFTER Wire Rope Hoist & Explosion-proof Hoist Mono-Rail Type 1/2ton~20ton Double-Rail

More information

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer

Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer Domino, Portal & Workplace WPLC FTSS Domino Designer Portal Development tools Rational Application Developer WebSphere Portlet Factory Workplace Designer Workplace Forms Designer ? Lotus Notes Clients

More information

Output file

Output file 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 An Application for Calculation and Visualization of Narrative Relevance of Films Using Keyword Tags Choi Jin-Won (KAIST) Film making

More information

#Ȳ¿ë¼®

#Ȳ¿ë¼® http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research

More information

thesis

thesis ( Design and Implementation of a Generalized Management Information Repository Service for Network and System Management ) ssp@nile nile.postech.ac..ac.kr DPE Lab. 1997 12 16 GMIRS GMIRS GMIRS prototype

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS [Caution] Attention to red sentence 3-1. Disassembly and Reassembly R520/ 1 2 1 1. As shown in picture, adhere Knob to the end closely into the arrow direction(1), then push the battery up (2). 2. Picture

More information

아니라 일본 지리지, 수로지 5, 지도 6 등을 함께 검토해야 하지만 여기서는 근대기 일본이 편찬한 조선 지리지와 부속지도만으로 연구대상을 한정하 기로 한다. Ⅱ. 1876~1905년 울릉도 독도 서술의 추이 1. 울릉도 독도 호칭의 혼란과 지도상의 불일치 일본이 조선

아니라 일본 지리지, 수로지 5, 지도 6 등을 함께 검토해야 하지만 여기서는 근대기 일본이 편찬한 조선 지리지와 부속지도만으로 연구대상을 한정하 기로 한다. Ⅱ. 1876~1905년 울릉도 독도 서술의 추이 1. 울릉도 독도 호칭의 혼란과 지도상의 불일치 일본이 조선 근대기 조선 지리지에 보이는 일본의 울릉도 독도 인식 호칭의 혼란을 중심으로 Ⅰ. 머리말 이 글은 근대기 일본인 편찬 조선 지리지에 나타난 울릉도 독도 관련 인식을 호칭의 변화에 초점을 맞춰 고찰한 것이다. 일본은 메이지유신 이후 부국강병을 기도하는 과정에서 수집된 정보에 의존하여 지리지를 펴냈고, 이를 제국주의 확장에 원용하였다. 특히 일본이 제국주의 확장을

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 김진주 김수연. 초등학생대상장애이해교육에활용된동화에나타난장애인관분석. 특수교육, 2013, 제12권, 제2호, 135-160... 20.,,. 4.,,.,..... 주제어 : 장애이해교육, 동화, 장애인관 1. ( 1 ) Incheon Munhak Elementary School ( )(, E-mail: sooyoun@ginue.ac.kr) Dept. of

More information

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름

300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,... (recall). 2) 1) 양웅, 김충현, 김태원, 광고표현 수사법에 따른 이해와 선호 효과: 브랜드 인지도와 의미고정의 영향을 중심으로, 광고학연구 18권 2호, 2007 여름 동화 텍스트를 활용한 패러디 광고 스토리텔링 연구 55) 주 지 영* 차례 1. 서론 2. 인물의 성격 변화에 의한 의미화 전략 3. 시공간 변화에 의한 의미화 전략 4. 서사의 변개에 의한 의미화 전략 5. 창조적인 스토리텔링을 위하여 6. 결론 1. 서론...., * 서울여자대학교 초빙강의교수 300 구보학보 12집. 1),,.,,, TV,,.,,,,,,..,...,....,...

More information

untitled

untitled Logic and Computer Design Fundamentals Chapter 4 Combinational Functions and Circuits Functions of a single variable Can be used on inputs to functional blocks to implement other than block s intended

More information

vm-웨어-앞부속

vm-웨어-앞부속 VMware vsphere 4 This document was created using the official VMware icon and diagram library. Copyright 2009 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright

More information

민속지_이건욱T 최종

민속지_이건욱T 최종 441 450 458 466 474 477 480 This book examines the research conducted on urban ethnography by the National Folk Museum of Korea. Although most people in Korea

More information

歯1.PDF

歯1.PDF 200176 .,.,.,. 5... 1/2. /. / 2. . 293.33 (54.32%), 65.54(12.13%), / 53.80(9.96%), 25.60(4.74%), 5.22(0.97%). / 3 S (1997)14.59% (1971) 10%, (1977).5%~11.5%, (1986)

More information

<BFA9BAD02DB0A1BBF3B1A4B0ED28C0CCBCF6B9FC2920B3BBC1F62E706466>

<BFA9BAD02DB0A1BBF3B1A4B0ED28C0CCBCF6B9FC2920B3BBC1F62E706466> 001 002 003 004 005 006 008 009 010 011 2010 013 I II III 014 IV V 2010 015 016 017 018 I. 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 III. 041 042 III. 043

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including any operat Sun Server X3-2( Sun Fire X4170 M3) Oracle Solaris : E35482 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,,,,,,,,,,,,,.,..., U.S. GOVERNMENT END USERS. Oracle programs, including

More information

2011´ëÇпø2µµ 24p_0628

2011´ëÇпø2µµ 24p_0628 2011 Guide for U.S. Graduate School Admissions Table of Contents 02 03 04 05 06 08 09 10 11 13 15 21 LEADERS UHAK INTERNATIONAL STUDENTS SERVICE www.leadersuhak.com Leaders Uhak International Students

More information

Coriolis.hwp

Coriolis.hwp MCM Series 주요특징 MaxiFlo TM (맥시플로) 코리올리스 (Coriolis) 질량유량계 MCM 시리즈는 최고의 정밀도를 자랑하며 슬러리를 포함한 액체, 혼합 액체등의 질량 유량, 밀도, 온도, 보정된 부피 유량을 측정할 수 있는 질량 유량계 이다. 단일 액체 또는 2가지 혼합액체를 측정할 수 있으며, 강한 노이즈 에도 견디는 면역성, 높은 정밀도,

More information

#중등독해1-1단원(8~35)학

#중등독해1-1단원(8~35)학 Life Unit 1 Unit 2 Unit 3 Unit 4 Food Pets Camping Travel Unit 1 Food Before You Read Pre-reading Questions 1. Do you know what you should or shouldn t do at a traditional Chinese dinner? 2. Do you think

More information

untitled

untitled : 2009 00 00 : IMS - 1.0 : IPR. IMS,.,. IMS IMS IMS 1). Copyright IMS Global Learning Consortium 2007. All Rights Reserved., IMS Korea ( ). IMS,. IMS,., IMS IMS., IMS.,., 3. Copyright 2007 by IMS Global

More information

- i - - ii - - iii - - iv - - v - - vi - - 1 - - 2 - - 3 - 1) 통계청고시제 2010-150 호 (2010.7.6 개정, 2011.1.1 시행 ) - 4 - 요양급여의적용기준및방법에관한세부사항에따른골밀도검사기준 (2007 년 11 월 1 일시행 ) - 5 - - 6 - - 7 - - 8 - - 9 - - 10 -

More information

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드]

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드] 전자회로 Ch3 iode Models and Circuits 김영석 충북대학교전자정보대학 2012.3.1 Email: kimys@cbu.ac.kr k Ch3-1 Ch3 iode Models and Circuits 3.1 Ideal iode 3.2 PN Junction as a iode 3.4 Large Signal and Small-Signal Operation

More information

_KF_Bulletin webcopy

_KF_Bulletin webcopy 1/6 1/13 1/20 1/27 -, /,, /,, /, Pursuing Truth Responding in Worship Marked by Love Living the Gospel 20 20 Bible In A Year: Creation & God s Characters : Genesis 1:1-31 Pastor Ken Wytsma [ ] Discussion

More information

歯M991101.PDF

歯M991101.PDF 2 0 0 0 2000 12 2 0 0 0 2000 12 ( ) ( ) ( ) < >. 1 1. 1 2. 5. 6 1. 7 1.1. 7 1.2. 9 1.3. 10 2. 17 3. 25 3.1. 25 3.2. 29 3.3. 29. 31 1. 31 1.1. ( ) 32 1.2. ( ) 38 1.3. ( ) 40 1.4. ( ) 42 2. 43 3. 69 4. 74.

More information

Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related

Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related Virtual Machine Sun Fire X4800 M : E4570 0 8 Copyright 0, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation

More information

MQSeries V5.2 Release Guide

MQSeries V5.2 Release Guide MQSeries Release Guide Version 5.2 GC34-5761-01 MQSeries Release Guide Version 5.2 GC34-5761-01 Note! Before using this information and the product it supports, be sure to read the general information

More information

thesis

thesis CORBA TMN Surveillance System DPNM Lab, GSIT, POSTECH Email: mnd@postech.ac.kr Contents Motivation & Goal Related Work CORBA TMN Surveillance System Implementation Conclusion & Future Work 2 Motivation

More information

4 5 4. Hi-MO 애프터케어 시스템 편 5. 오비맥주 카스 카스 후레쉬 테이블 맥주는 천연식품이다 편 처음 스타일 그대로, 부탁 케어~ Hi-MO 애프터케어 시스템 지속적인 모발 관리로 끝까지 스타일이 유지되도록 독보적이다! 근데 그거 아세요? 맥주도 인공첨가물이

4 5 4. Hi-MO 애프터케어 시스템 편 5. 오비맥주 카스 카스 후레쉬 테이블 맥주는 천연식품이다 편 처음 스타일 그대로, 부탁 케어~ Hi-MO 애프터케어 시스템 지속적인 모발 관리로 끝까지 스타일이 유지되도록 독보적이다! 근데 그거 아세요? 맥주도 인공첨가물이 1 2 On-air 3 1. 이베이코리아 G마켓 용평리조트 슈퍼브랜드딜 편 2. 아모레퍼시픽 헤라 루즈 홀릭 리퀴드 편 인쇄 광고 올해도 겨울이 왔어요. 당신에게 꼭 해주고 싶은 말이 있어요. G마켓에선 용평리조트 스페셜 패키지가 2만 6900원! 역시 G마켓이죠? G마켓과 함께하는 용평리조트 스페셜 패키지. G마켓의 슈퍼브랜드딜은 계속된다. 모바일 쇼핑 히어로

More information

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph

VOL.76.2008/2 Technical SmartPlant Materials - Document Management SmartPlant Materials에서 기본적인 Document를 관리하고자 할 때 필요한 세팅, 파일 업로드 방법 그리고 Path Type인 Ph 인터그래프코리아(주)뉴스레터 통권 제76회 비매품 News Letters Information Systems for the plant Lifecycle Proccess Power & Marine Intergraph 2008 Contents Intergraph 2008 SmartPlant Materials Customer Status 인터그래프(주) 파트너사

More information

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2

FMX M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX 20062 () wwwexellencom sales@exellencom () 1 FMX 1 11 5M JPG 15MB 320x240 30fps, 160Kbps 11MB View operation,, seek seek Random Access Average Read Sequential Read 12 FMX () 2 FMX FMX D E (one

More information

Microsoft PowerPoint - Ieee standard pptx

Microsoft PowerPoint - Ieee standard pptx 200511316 김형석 Test plan Test design specification Test case specification Test procedure specification Test item transmittal report Test log Test incident report Test summary report Purpose -The purpose

More information

Chap7.PDF

Chap7.PDF Chapter 7 The SUN Intranet Data Warehouse: Architecture and Tools All rights reserved 1 Intranet Data Warehouse : Distributed Networking Computing Peer-to-peer Peer-to-peer:,. C/S Microsoft ActiveX DCOM(Distributed

More information

슬라이드 1

슬라이드 1 CJ 2007 CONTENTS 2006 CJ IR Presentation Overview 4 Non-performing Asset Company Profile Vision & Mission 4 4 - & 4-4 - & 4 - - - - ROE / EPS - - DreamWorks Animation Net Asset Value (NAV) Disclaimer IR

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

¹Ìµå¹Ì3Â÷Àμâ

¹Ìµå¹Ì3Â÷Àμâ MIDME LOGISTICS Trusted Solutions for 02 CEO MESSAGE MIDME LOGISTICS CO., LTD. 01 Ceo Message We, MIDME LOGISTICS CO., LTD. has established to create aduance logistics service. Try to give confidence to

More information

<32B1B3BDC32E687770>

<32B1B3BDC32E687770> 008년도 상반기 제회 한 국 어 능 력 시 험 The th Test of Proficiency in Korean 일반 한국어(S-TOPIK 중급(Intermediate A 교시 이해 ( 듣기, 읽기 수험번호(Registration No. 이 름 (Name 한국어(Korean 영 어(English 유 의 사 항 Information. 시험 시작 지시가 있을

More information

歯kjmh2004v13n1.PDF

歯kjmh2004v13n1.PDF 13 1 ( 24 ) 2004 6 Korean J Med Hist 13 1 19 Jun 2004 ISSN 1225 505X 1) * * 1 ( ) 2) 3) 4) * 1) ( ) 3 2) 7 1 3) 2 1 13 1 ( 24 ) 2004 6 5) ( ) ( ) 2 1 ( ) 2 3 2 4) ( ) 6 7 5) - 2003 23 144-166 2 2 1) 6)

More information

http://www.kbc.go.kr/ Abstract Competition and Concentration in the Market for the Multichannel Video Programming G h e e - Young Noh ( P r o f e s s o, rschool of Communication,

More information

4. #include <stdio.h> #include <stdlib.h> int main() { functiona(); } void functiona() { printf("hihi\n"); } warning: conflicting types for functiona

4. #include <stdio.h> #include <stdlib.h> int main() { functiona(); } void functiona() { printf(hihi\n); } warning: conflicting types for functiona 이름 : 학번 : A. True or False: 각각항목마다 True 인지 False 인지적으세요. 1. (Python:) randint 함수를사용하려면, random 모듈을 import 해야한다. 2. (Python:) '' (single quote) 는한글자를표현할때, (double quote) 는문자열을표현할때사용한다. B. 다음에러를수정하는방법을적으세요.

More information

<B3EDB9AEC1FD5F3235C1FD2E687770>

<B3EDB9AEC1FD5F3235C1FD2E687770> 오용록의 작품세계 윤 혜 진 1) * 이 논문은 생전( 生 前 )에 학자로 주로 활동하였던 오용록(1955~2012)이 작곡한 작품들을 살펴보고 그의 작품세계를 파악하고자 하는 것이다. 한국음악이론이 원 래 작곡과 이론을 포함하였던 초기 작곡이론전공의 형태를 염두에 둔다면 그의 연 구에서 기존연구의 방법론을 넘어서 창의적인 분석 개념과 체계를 적용하려는

More information

<BFACBCBCC0C7BBE7C7D02831302031203139292E687770>

<BFACBCBCC0C7BBE7C7D02831302031203139292E687770> 延 世 醫 史 學 제12권 제2호: 29-40, 2009년 12월 Yonsei J Med Hist 12(2): 29-40, 2009 특집논문 3 한국사회의 낙태에 대한 인식변화 이 현 숙 이화여대 한국문화연구원 1. 들어가며 1998년 내가 나이 마흔에 예기치 않은 임신을 하게 되었을 때, 내 주변 사람들은 모두 들 너무나도 쉽게 나에게 임신중절을 권하였다.

More information

00-1표지

00-1표지 summary _I II_ summary _III 1 1 2 2 5 5 5 8 10 12 13 14 18 24 28 29 29 33 41 45 45 45 45 47 IV_ contents 48 48 48 49 50 51 52 55 60 60 61 62 63 63 64 64 65 65 65 69 69 69 74 76 76 77 78 _V 78 79 79 81

More information

Stage 2 First Phonics

Stage 2 First Phonics ORT Stage 2 First Phonics The Big Egg What could the big egg be? What are the characters doing? What do you think the story will be about? (큰 달걀은 무엇일까요? 등장인물들은 지금 무엇을 하고 있는 걸까요? 책은 어떤 내용일 것 같나요?) 대해 칭찬해

More information

<32382DC3BBB0A2C0E5BED6C0DA2E687770>

<32382DC3BBB0A2C0E5BED6C0DA2E687770> 논문접수일 : 2014.12.20 심사일 : 2015.01.06 게재확정일 : 2015.01.27 청각 장애자들을 위한 보급형 휴대폰 액세서리 디자인 프로토타입 개발 Development Prototype of Low-end Mobile Phone Accessory Design for Hearing-impaired Person 주저자 : 윤수인 서경대학교 예술대학

More information

DW 개요.PDF

DW 개요.PDF Data Warehouse Hammersoftkorea BI Group / DW / 1960 1970 1980 1990 2000 Automating Informating Source : Kelly, The Data Warehousing : The Route to Mass Customization, 1996. -,, Data .,.., /. ...,.,,,.

More information

歯3이화진

歯3이화진 http://www.kbc.go.kr/ Abstract Terrestrial Broadcasters Strategies in the Age of Digital Broadcasting Wha-Jin Lee The purpose of this research is firstly to investigate the

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

<30353132BFCFB7E15FC7D1B1B9C1A4BAB8B9FDC7D0C8B85F31352D31BCF6C1A4C8AEC0CE2E687770>

<30353132BFCFB7E15FC7D1B1B9C1A4BAB8B9FDC7D0C8B85F31352D31BCF6C1A4C8AEC0CE2E687770> 지상파 방송의 원격송신과 공중송신권 침해여부에 관한 사례연구 Case Study on Copyright Infringement of Remote Transmission of Television Program 최정열(Choe, Jeong-Yeol) * 목 차 Ⅰ. 서론 Ⅱ. 사실 관계 및 재판의 경과 1. 원격시청기기 및 그 사용방법 등 2. 피고의 서비스 3.

More information

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

More information

No Slide Title

No Slide Title Copyright, 2001 Multimedia Lab., CH 3. COM object (In-process server) Eun-sung Lee twoss@mmlab.net Multimedia Lab. Dept. of Electrical and Computer Eng. University of Seoul Seoul, Korea 0. Contents 1.

More information

<B3EDB9AEC1FD5F3235C1FD2E687770>

<B3EDB9AEC1FD5F3235C1FD2E687770> 경상북도 자연태음악의 소박집합, 장단유형, 전단후장 경상북도 자연태음악의 소박집합, 장단유형, 전단후장 - 전통 동요 및 부녀요를 중심으로 - 이 보 형 1) * 한국의 자연태 음악 특성 가운데 보편적인 특성은 대충 밝혀졌지만 소박집합에 의한 장단주기 박자유형, 장단유형, 같은 층위 전후 구성성분의 시가( 時 價 )형태 등 은 밝혀지지 않았으므로

More information

Sun Java System Messaging Server 63 64

Sun Java System Messaging Server 63 64 Sun Java System Messaging Server 6.3 64 Sun Java TM System Communications Suite Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 820 2868 2007 7 Copyright 2007 Sun Microsystems,

More information

<31325FB1E8B0E6BCBA2E687770>

<31325FB1E8B0E6BCBA2E687770> 88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,

More information

Oracle9i Real Application Clusters

Oracle9i Real Application Clusters Senior Sales Consultant Oracle Corporation Oracle9i Real Application Clusters Agenda? ? (interconnect) (clusterware) Oracle9i Real Application Clusters computing is a breakthrough technology. The ability

More information

하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한 손의 도우심이 함께 했던 사람의 이야기 가 나와 있는데 에스라 7장은 거듭해서 그 비결을

하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한 손의 도우심이 함께 했던 사람의 이야기 가 나와 있는데 에스라 7장은 거듭해서 그 비결을 새벽이슬 2 0 1 3 a u g u s t 내가 이스라엘에게 이슬과 같으리니 그가 백합화같이 피 겠고 레바논 백향목같이 뿌리가 박힐것이라. Vol 5 Number 3 호세아 14:5 하나님의 선한 손의 도우심 이세상에서 가장 큰 축복은 하나님이 나와 함께 하시는 것입니다. 그 이 유는 하나님이 모든 축복의 근원이시기 때문입니다. 에스라서에 보면 하나님의 선한

More information

ARMBOOT 1

ARMBOOT 1 100% 2003222 : : : () PGPnet 1 (Sniffer) 1, 2,,, (Sniffer), (Sniffer),, (Expert) 3, (Dashboard), (Host Table), (Matrix), (ART, Application Response Time), (History), (Protocol Distribution), 1 (Select

More information

Simplify your Job Automatic Storage Management DB TSC

Simplify your Job Automatic Storage Management DB TSC Simplify your Job Automatic Storage Management DB TSC 1. DBA Challenges 2. ASM Disk group 3. Mirroring/Striping/Rebalancing 4. Traditional vs. ASM 5. ASM administration 6. ASM Summary Capacity in Terabytes

More information

#KM-235(110222)

#KM-235(110222) PARTS BOOK KM-235A/B INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part Parts No. : Unique Product

More information

CONTENTS C U B A I C U B A 8 Part I Part II Part III Part IV Part V Part VI Part VII Part VIII Part IX 9 C U B A 10 Part I Part II Part III Part IV Part V Part VI Part VII Part VIII Part IX 11 C U B

More information

#KM560

#KM560 KM-560 KM-560-7 PARTS BOOK KM-560 KM-560-7 INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part

More information

Chapter 1

Chapter 1 3 Oracle 설치 Objectives Download Oracle 11g Release 2 Install Oracle 11g Release 2 Download Oracle SQL Developer 4.0.3 Install Oracle SQL Developer 4.0.3 Create a database connection 2 Download Oracle 11g

More information

LXR 설치 및 사용법.doc

LXR 설치 및 사용법.doc Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess

More information

현대영화연구

현대영화연구 와 에 나타난 섬과 소통의 의미 * 1) 곽수경 국립목포대학교 도서문화연구원 HK연구교수 1. 영화와 섬 2. 물리적인 섬과 상징된 섬 3. 소통수단 4. 결론 목 차 국문초록 최근에는 섬이 해양영토로 인식되고 다양한 방송프로그램을 통해 자주 소 개되면서 다각도로 섬에 대한 관심이 높아지고 있다. 하지만 그에 비해 섬을 배경으로 한 영화는

More information

<C1A4C3A5BFACB1B82031312D3420C1A4BDC5C1FAC8AFC0DAC0C720C6EDB0DFC7D8BCD220B9D720C0CEBDC4B0B3BCB1C0BB20C0A7C7D120B4EBBBF3BAB020C0CEB1C720B1B3C0B020C7C1B7CEB1D7B7A520B0B3B9DF20BAB8B0EDBCAD28C7A5C1F6C0AF292E687770>

<C1A4C3A5BFACB1B82031312D3420C1A4BDC5C1FAC8AFC0DAC0C720C6EDB0DFC7D8BCD220B9D720C0CEBDC4B0B3BCB1C0BB20C0A7C7D120B4EBBBF3BAB020C0CEB1C720B1B3C0B020C7C1B7CEB1D7B7A520B0B3B9DF20BAB8B0EDBCAD28C7A5C1F6C0AF292E687770> 제 출 문 보건복지부장관 귀 하 이 보고서를 정신질환자의 편견 해소 및 인식 개선을 위한 대상별 인권 교육프로그램 개발 연구의 결과보고서로 제출합니다 주관연구기관명 서울여자간호대학 산학협력단 연 구 책 임 자 김 경 희 연 구 원 김 계 하 문 용 훈 염 형 국 오 영 아 윤 희 상 이 명 수 홍 선 미 연 구 보 조 원 임 주 리 보 조 원 이 난 희 요

More information

ecorp-프로젝트제안서작성실무(양식3)

ecorp-프로젝트제안서작성실무(양식3) (BSC: Balanced ScoreCard) ( ) (Value Chain) (Firm Infrastructure) (Support Activities) (Human Resource Management) (Technology Development) (Primary Activities) (Procurement) (Inbound (Outbound (Marketing

More information

Copyrights and Trademarks Autodesk SketchBook Mobile (2.0.2) 2013 Autodesk, Inc. All Rights Reserved. Except as otherwise permitted by Autodesk, Inc.,

Copyrights and Trademarks Autodesk SketchBook Mobile (2.0.2) 2013 Autodesk, Inc. All Rights Reserved. Except as otherwise permitted by Autodesk, Inc., Autodesk SketchBook Mobile Copyrights and Trademarks Autodesk SketchBook Mobile (2.0.2) 2013 Autodesk, Inc. All Rights Reserved. Except as otherwise permitted by Autodesk, Inc., this publication, or parts

More information

<C0C7B7CAC0C720BBE7C8B8C0FB20B1E2B4C9B0FA20BAAFC8AD5FC0CCC7F6BCDB2E687770>

<C0C7B7CAC0C720BBE7C8B8C0FB20B1E2B4C9B0FA20BAAFC8AD5FC0CCC7F6BCDB2E687770> ꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚ ꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏ 儀 禮 의 社 會 的 機 能 과 變 化 李 顯 松 裵 花 玉 ꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏꠏ ꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚꠚ

More information

204 205

204 205 -Road Traffic Crime and Emergency Evacuation - 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 Abstract Road Traffic Crime

More information

PRO1_04E [읽기 전용]

PRO1_04E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_04E1 Information and S7-300 2 S7-400 3 EPROM / 4 5 6 HW Config 7 8 9 CPU 10 CPU : 11 CPU : 12 CPU : 13 CPU : / 14 CPU : 15 CPU : / 16 HW 17 HW PG 18 SIMATIC

More information

<28BCF6BDC320323031352D31332920B0E6B1E2B5B520C1F6BFAABAB020BFA9BCBAC0CFC0DAB8AE20C1A4C3A520C3DFC1F8C0FCB7AB5FC3D6C1BE2830312E3036292E687770>

<28BCF6BDC320323031352D31332920B0E6B1E2B5B520C1F6BFAABAB020BFA9BCBAC0CFC0DAB8AE20C1A4C3A520C3DFC1F8C0FCB7AB5FC3D6C1BE2830312E3036292E687770> 수시과제 2015-13 경기도 지역별 여성일자리 정책 추진 전략 연구책임자 : 최 윤 선 (본원선임연구위원) : 남 승 연 (본원연구위원) 연 구 지 원 : 이 상 아 (본원위촉연구원) 연 구 기 간 : 2015. 9 ~12 2015 발 간 사 여성 일자리는 사회 내 여성과 남성간의 차이를 좁히고 개개인의 삶을 윤택하게 만드는 중요 한 부분입니다. 이에 정부는

More information