File: ZosMsg.mc

package info (click to toggle)
cloc 2.06-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,064 kB
  • sloc: perl: 30,146; cpp: 1,219; python: 623; ansic: 334; asm: 267; makefile: 244; sh: 186; sql: 144; java: 136; ruby: 111; cs: 104; pascal: 52; lisp: 50; haskell: 35; f90: 35; cobol: 35; objc: 25; php: 22; javascript: 15; fortran: 9; ml: 8; xml: 7; tcl: 2
file content (360 lines) | stat: -rw-r--r-- 10,640 bytes parent folder | download | duplicates (6)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
;// ZosMsg.h - Messages
;
;#pragma once
;

MessageIdTypedef=DWORD

SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
               Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
               Warning=0x2:STATUS_SEVERITY_WARNING
               Error=0x3:STATUS_SEVERITY_ERROR
              )

FacilityNames=(App=0x100:FACILITY_APPLICATION
               Xml=0x00C:FACILITY_XML)

LanguageNames=(English=0x409:MSG00409)

MessageId= Facility=App Severity=Error SymbolicName=MSG_APPL_NOT_AVAILABLE
Language=English
%2 is not available on this system: %1
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_ATL_INIT_FAILED
Language=English
ATL initialization failed.
.

MessageId= Facility=App Severity=Success SymbolicName=MSG_AUDIT_LOCK_RESET
Language=English
Audit lock reset.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_BINARY_CRLF_NOT_SUPPORTED
Language=English
Binary CRLF format is not supported by this version of the server.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_BINARY_DATA_NOT_SUPPORTED
Language=English
Binary format is not supported by this version of the server.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_CHECKING_IN1
Language=English
Checking in component: %1
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_CHECKING_IN2
Language=English
Checking in %1!d! component(s) of type %2.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_CHECKING_OUT1
Language=English
Checking out component: %1
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_CHECKING_OUT2
Language=English
Checking out %1!d! component(s) of type %2.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_CODE_PAGE_INCORRECT
Language=English
Code page for %1 is incorrect.  Code page number on server connection properties must match the "LCLCCSID=%2" parameter specified on the mainframe started task.  To disable this check, uncheck the "Validate code page" check box in the logon dialog box.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_COMMAND_DISABLED
Language=English
Command disabled: %1.
.

MessageId= Facility=App Severity=Warning SymbolicName=MSG_CONFIRM_CANCEL
Language=English
Are you sure you want to cancel the operation?
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_CREATE_EVENT_FAILED
Language=English
Failed to create start notification event: %1.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_CREATE_DIRECTORY_FAILED
Language=English
Failed to create directory "%1": %2.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_DBCS_UNSUPPORTED
Language=English
Server software version does not support DBCS code page.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_DISCONNECTUSER_INPROGRESS
Language=English
Detach user %1 connection from server %2 in progress.  Time remaing %3!d! minute(s).
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_DRIVER_ERROR
Language=English
Error connecting to Serena Network file system driver: %1
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_DRIVER_NOT_STARTED
Language=English
Serena Network file system driver not started.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_DRIVER_PAUSED
Language=English
Serena Network file system has been paused.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_DUMP_CREATED
Language=English
Dump file created:%n%1
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_DUMP_FAILED
Language=English
Unable to create dump.%n%1
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_EMPTY_FILE
Language=English
File is empty.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_FILE_NOT_FOUND
Language=English
File not found: %1
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_FUNCTION_NOT_COMPLETED
Language=English
Server failed to complete this function.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_INCORRECT_CHANGEMAN_PORT
Language=English
Incorrect %1 port specified: %2.  The ChangeMan port number must match the "CMN=nnnn" parameter specified on the mainframe started task.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_INCORRECT_SERVER_PORT
Language=English
Incorrect %1 port specified: %2.  This server port number must match the "XCH=nnnn" parameter specified on the mainframe started task.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_JCL_TEXT_INVALID
Language=English
JCL text is not valid.  JCL statements must begin with "//".
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_JOB_STATEMENT_MISSING
Language=English
JOB statement missing.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_MAX_CHARS
Language=English
Maximum number of characters that can be specified is %1.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_MAX_LINES
Language=English
Maximum number of lines that can be specified is %1.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_NETWORK_ALREADY_STARTED
Language=English
Serena Network already started.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_NOT_ALPHA_FIRST
Language=English
First character must be alphabetic.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_NOT_ALPHANUMERIC
Language=English
Text must contain only alphanumeric characters.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_NOTIFY_MESSAGE1
Language=English
%1.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_NOTIFY_MESSAGE2
Language=English
%1: %2.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_NOTIFY_MESSAGE3
Language=English
%1(%2): %3.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_PACKAGE_NOT_PARTICIPATING
Language=English
Package %1 not a participating package.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_PART_PACKAGE_ALREADY_BELONGS
Language=English
Participating package %1 already belongs to package %2.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_PASSWORD_MISMATCH
Language=English
New password and confirm password do not match.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_PASSWORD_TOO_SHORT
Language=English
New password phrase must be longert than 8 characters.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_REG_VERSION_MISMATCH
Language=English
Version mismatch with product registration.  Register ChangeMan ZDD again using ZosReg.dll.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_REQUIRED_FIELD
Language=English
Required field is empty.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_SERVER_SHUTDOWN
Language=English
Server %1  shutdown in progress.  Immediate termination.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_SERVER_SHUTDOWN_INPROGRESS
Language=English
Server %1  shutdown in progress.  Time remaining %2!d! minute(s).
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_SERVER_VERSION_UNSUPPORTED
Language=English
Server software version is unsupported.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_STARTED
Language=English
Serena Network started.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_STARTING
Language=English
Serena Network starting.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_STOPPING
Language=English
Serena Network stopping.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_SYSTEM
Language=English
%%%1
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_TEMP_FOLDER
Language=English
Serena Network temporary folder: "%1".
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_TEXT
Language=English
%1
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_UNSUCCESSFUL
Language=English
The requested operation was unsuccessful.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_UPLOAD_TOO_LARGE
Language=English
File "%1" size (%2) exceeds maximum upload size (%3).
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_UPLOAD_WAIT
Language=English
Waiting for server to process uploaded data.
This may take several minutes.
.

MessageId= Facility=App Severity=Informational SymbolicName=MSG_VALIDATE_VERSIONS_WAIT
Language=English
Waiting for server to validate rocess uploaded data.
This may take several minutes.
.

MessageId= Facility=App Severity=Warning SymbolicName=MSG_VERSION_SERVER
Language=English
Server version does not support this function.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_WAIT_FAILED
Language=English
Wait failed: %1
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_WINSOCK_INIT_FAILED
Language=English
WinSock initialization failed (%1): %2
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_XML_ATTRIBUTE_REQUIRED
Language=English
Required "%2!hs!=" attribute is missing in <%1!hs!> element.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_XML_ATTRIBUTE_NAME_UNRECOGNIZED
Language=English
Unrecognized "%2!hs!=" attribute in <%1!hs!> element.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_XML_ATTRIBUTE_VALUE_INVALID
Language=English
Invalid value "%3" specified for "%2!hs!=" attribute in <%1!hs!> element.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_XML_ATTRIBUTE_VALUE_INVALID2
Language=English
Invalid value "%4" specified for "%3!hs!=" attribute in <%1!hs! name="%2"> element.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_XML_ELEMENT_NOT_FOUND
Language=English
Element <%1!hs!> not found.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_XML_ELEMENT_NAME_UNRECOGNIZED
Language=English
Unrecognized element name specified: <%1!hs!>
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_XML_LOCATION
Language=English
%1  (Line %2!d!, Position %3!d!)
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_XML_PARSER_NOT_INSTALLED
Language=English
XML parser is not installed. XML services will not work.
.

MessageId= Severity=Error SymbolicName=MSG_XML_WRITER_STATE_INCORRECT
Language=English
XML writer is in incorrect state for requested operation.
.

MessageId= Facility=App Severity=Error SymbolicName=MSG_ZDDOPTS_ERROR
Language=English
Server %1 has invalid XML data specified in ZDDOPTS member %2.
.