COL0001
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0001 INPUT FILE: '(&00)'
COL0002
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0002 EXPANSION STARTED.
COL0003
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0003 SYNTAX CHECKING STARTED.
COL0004
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0004 GENERATION STARTED.
COL0007
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0007 V1.0A00
COL0008
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0008 END OF PROGRAM RUN.
COL0009
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0009 OUTPUT FILE: '(&00)'
COL0010
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0010 ERROR FILE: '(&00)'
COL0011
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0011 LAST TOKENS: '(&00)'
Meaning
Output of the last language elements leading to a syntax error.
COL0012
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0012 END OF PROGRAM RUN WITH SYNTAX ERRORS.
COL0037
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0037 '(&00)'
Meaning
Additional information to the previous error.
COL0038
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0038 COLTRANS VERSION 1.0B30 - 01.05.1998 STARTED
COL0039
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0039 COLTRANS COMPLETED
COL0040
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0040 COPYRIGHT (C)
COL0041
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0041 FUJITSU TECHNOLOGY SOLUTIONS 2009
COL0042
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0042 ALL RIGHTS RESERVED
COL0043
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0043 TOTAL FLAGS: (&00)
Meaning
(&00): Total number of NOTEs, WARNINGs, ERRORs
and FATAL ERRORs that occurred.
COL0100
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0100 EXEC-INFORMATION ? *YES/*NO/FILE/*L-E(LIBRARY,ELEMENT(VERSION))
Meaning
Specification where the execution information
is stored after termination of the program to be tested.
Response
*YES: Output to a file with the link name CTSTOUT.
*NO: No output. The execution information is lost.
File: Output to the file specified.
*L-E(library,element(version)):
- Output to an element of a PLAM library.
- Maximum name length of element: 40, of version: 24
- Version is an alpha-numeric name or a key word:
- *UPPER-LIMIT (default: highest possible version number '@')
- *HIGHEST-EXISTING
- *INCREMENT (if numeric version number will be increased by 1)
COL0101
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0101 THE USER PROGRAM HAS TAKEN THE STXIT DEFINED IN THE RUNTIME SYSTEM.
Meaning
The user program has branched to an exit point in the runtime
module C85EXFRQ (defined by the macro STXITP) to release the
output of the exec information before program termination.
COL0102
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0102 DO YOU WANT A DUMP ?
Meaning
The user program has branched to an exit point in the runtime
system (see preceding message COL0101).
Response
Enter YES, if you want a dump for the user program.
COL0500
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0500 IN FILE: '(&00)'
COL0501
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0501 PROGRAM AND PROCEDURE WITH SAME NAME.
Meaning
Identic names for the Program-Id and a procedure,
which is not the first one. This leads to an ENTRY statement
with the same name. This is not allowed by COBOL.
COL0502
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0502 THE MAIN PROCEDURE SHOULD BE THE FIRST ONE.
Meaning
The main procedure (TYP=M) should be the first one, if it is
not preceded by declarative procedures (TYP=DC).
This warning appears also, if the program contains
two main procedures.
COL0503
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0503 MAIN PROCEDURE NOT IMMEDIATELY AFTER DECLARATIVES.
Meaning
If there is a main procedures (TYP=M) after the declarative
procedures (TYP=DC), it must follow immediately after.
COL0504
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0504 NO MAIN OR EXTERN PROCEDURE IMMEDIATELY AFTER DECLARATIVES.
Meaning
The declarative procedures (TYP=DC) should be followed
immediately by a main (TYP=M) or an extern procedure (TYP=E).
COL0505
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0505 DECLARATIVES NOT FIRST PROCEDURE(S).
Meaning
The declarative procedures (TYP=DC) must be at the beginning
of the program.
COL0506
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0506 NO PERIOD AFTER @PASS ... USING.
Meaning
In @PASS :TYP=E: the period is missing after the procedure
name resp. after the using clause.
COL0507
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0507 NO PERIOD AFTER @ENTRY ... USING.
Meaning
After @ENTRY :TYP=E: the period is missing resp. after the
following using clause.
COL0508
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0508 COROUTINES NOT ALLOWED FOR THIS PROCEDURE TYPE.
Meaning
COR=YES and TYP=M, =DC, or =DT must not occur in the same
@ENTRY statement.
COL0509
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0509 UNCONVERTED COLUMBUS-COPY STATEMENT(S).
Meaning
COLUMBUS-Copy statements with parameters are not translated
to COBOL-Copy statements on account of the
option COPY-PARAMETERS=NO (default value).
Response
If the replacing clauses in the COPY statement cannot be
interpreted as by COBOL, the translation must be done
manually, s. user manual, section 3.3
COL0511
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0511 UNCONVERTED COLUMBUS-COROUTINE: '(&00)'
Meaning
COLUMBUS coroutines are generally not translated by the
action TRANSLATE-COLUMBUS-SOURCE.
Response
The translation must be done manually,
s. user manual, section 3.3
COL0512
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0512 UNCONVERTED COLUMBUS-PROCEDURE WITH @LEAVE: '(&00)'
Meaning
COLUMBUS procedures which contain @LEAVE statements
are generally not translated by the action
TRANSLATE-COLUMBUS-SOURCE.
Response
The translation must be done manually,
s. user manual, section 3.3
COL0513
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0513 EOF FOR TEMPORARY LINE-ID-FILE.
Meaning
Internal error.
Response
Contact the system support service.
COL0514
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0514 TRUNCATED COLUMBUS-COPY STATEMENT.
Meaning
Internal error.
Response
Contact the system support service.
COL0515
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0515 STATEMENT HAS TO BE CHANGED MANUALLY AT LINE (&00)
Meaning
Statement does not agree with standard ANS 1985.
COL0516
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0516 STATEMENT CHANGED TO COMMENT AT LINE (&00)
Meaning
Statement does not agree with standard ANS 1985.
COL0517
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0517 NON STANDARD ANS 1985 SOURCE OR OBJECT COMPUTER ENTRY AT LINE (&00)
COL0518
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0518 ILLEGAL SYMBOL PLACED IN AREA A AT LINE (&00)
COL0519
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0519 PERIOD INSERTED IN FRONT OF LINE (&00)
Meaning
COBOL requires a period at this place.
COL0520
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0520 COPY STATEMENT NESTED WITHIN A STRUCTURED STATEMENT AT LINE (&00)
Meaning
Special care is required if COPY elements are inserted within
the procedure division. Periods may destroy the surrounding
structured statements.
COL0521
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0521 @COPY STATEMENT NESTED AT LINE (&00)
Meaning
Special care is required if COPY elements are inserted within
the procedure division. Periods may destroy the surrounding
structured statements.
COL0524
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0524 SYNTAX ERROR IN COPY STATEMENT AT LINE (&00)
COL0525
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0525 ONLY ONE TOKEN MAY BE REPLACED AT LINE (&00)
Meaning
Internal error.
Response
Contact the system support service.
COL0526
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0526 PARAGRAPHS/CLAUSES IN WRONG ORDER AT LINE (&00)
Meaning
The standard ANS 1985 requires a certain order for these
paragraphs/clauses, but not COLUMBUS85.
COL0527
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0527 PARAGRAPHS/CLAUSES DEFINED TWICE AT LINE (&00)
COL0528
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0528 PROCEDURE DIVISION ALREADY DEFINED BY USER.
Meaning
Procedures of TYP=M, E, or DC generate the line with
'Procedure division' automatically. The user must
not write this line.
COL0529
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0529 SPACE FOR REFERENCES NOT SUFFICIENT.
Meaning
There is not enough space to put out the cross references in
the structure listing.
Response
Start PRETTY-PRINT with a higher value for LINE-SIZE.
COL0530
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0530 ERROR(S) IN COPY WITH PSEUDOCODE ARE NOT DISPLAYED.
COL0580
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0580 LABEL '(&00)' NOT FOUND.
COL0581
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0581 PROCEDURE NAME '(&00)' NOT FOUND.
COL0582
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0582 SECTION '(&00)' NOT FOUND.
COL0583
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0583 PARAGRAPH '(&00)' NOT FOUND
COL0584
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0584 SECTION '(&00)' DEFINED TWICE.
COL0585
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0585 PARAGRAPH '(&00)' DEFINED TWICE
COL0586
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0586 IDENTIFIER '(&00)' IS NOT A SECTION.
COL0587
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0587 IDENTIFIER '(&00)' IS NOT A PARAGRAPH.
COL0590
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0590 IN SECTION '(&00)'.
COL0600
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0600 @LEAVE-STATEMENT LOCATES NEITHER IN @CYCLE-LOOP NOR IN @WHILE-LOOP
Response
@LEAVE-statement must be translated manually.
COL0601
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL0601 LABEL '(&00)' OF @LEAVE-STATEMENT NOT CORRESPONDS
Response
Label is ignored.
COL1000
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1000 DMS ERROR CODE: '(&00)'
Meaning
For more detailed information about the DMS error code
enter /HELP (&00) in system mode or
see the BS2000 manual 'System Messages'.
COL1001
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1001 ILLEGAL PAR STATEMENT: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1002
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1002 MORE THAN 15 COPY LIBRARIES GIVEN WITH PAR LIB: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1003
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1003 CANNOT OPEN COPY LIBRARY: '(&00)'
Meaning
Possible error causes:
- The library does not exist.
- The library is not a PLAM library.
- No access authorization is given for the library.
Response
Contact the system administrator if necessary.
COL1004
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1004 CANNOT CLOSE COPY LIBRARY: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1005
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1005 CANNOT READ OUT OF COPY LIBRARY(ELEMENT): '(&00)'
Meaning
Possible error causes:
- The element does not exist.
- The element is not a source element.
COL1006
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1006 CANNOT FIND ELEMENT IN STANDARD COPY LIBRARIES: '(&00)'
Meaning
Standard copy libraries must be attached with link names
COBLIB, COBLIB1, COBLIB2, COBLIB3, or COBLIB4.
Possible error causes:
- There is no library attached.
- The library is not a PLAM library.
- No access authorization is given for the library.
Response
Contact the system administrator if necessary.
COL1007
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1007 CANNOT FIND ELEMENT IN COPY LIBRARY: '(&00)'
Meaning
Possible error causes:
- The element does not exist.
- The element is not a source element.
COL1008
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1008 CANNOT OPEN COPY ELEMENT: '(&00)'
Meaning
Possible error cause:
- The element is not a source element.
COL1009
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1009 CANNOT CLOSE COPY ELEMENT: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1010
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1010 UNDEFINED MESSAGE.
Meaning
Internal error.
Response
Contact the system support service.
COL1030
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1030 NO EXCECUTION FREQUENCY DATA GIVEN BY USER.
Meaning
EXEC-INFORMATION=*NONE specified by user.
No structure listing will be put out.
COL1031
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1031 EXCECUTION FREQUENCIES OF A DIFFERENT SOURCE VERSION: '(&00)'
Meaning
Error occurred when accumulating execution frequency files.
The number of counters or the line numbers do not match.
COL1033
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1033 TOO LESS EXECUTION INFORMATIONS FOR MODULE: '(&00)'
Meaning
The execution frequency file contains too less counters
for this module.
COL1034
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1034 NO EXECUTION INFORMATIONS FOUND FOR MODULE: '(&00)'
Meaning
Possible error cause:
- The module is not instrumented by a precompiler run.
COL1045
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1045 CANNOT OPEN SUB-SCHEMA: '(&00)'
Meaning
Possible error causes:
- No data base attached with link name DB.
- Sub-schema not in data base.
- No access authorization is given for the data base.
COL1046
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1046 CANNOT CLOSE SUB-SCHEMA: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1047
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1047 CANNOT READ SUB-SCHEMA: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1104
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1104 INVALID ANSWER FOR EXEC-INFORMATION: '(&00)'
Meaning
No exec information will be stored.
COL1105
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1105 NO MORE MEMORY CURRENTLY AVAILABLE.
Meaning
No exec information will be stored.
COL1106
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1106 CANNOT OPEN LIBRARY TO STORE THE EXEC INFORMATION: '(&00)'
Meaning
No exec information will be stored.
Possible error causes:
- The library is not a PLAM library.
- No write authorization is given for the library.
Response
Contact the system administrator if necessary.
COL1107
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1107 CANNOT OPEN ELEMENT TO STORE THE EXEC INFORMATION: '(&00)'
Meaning
No exec information will be stored.
Possible error causes:
- No write authorization is given for the library.
- Invalid specification of element or version.
COL1108
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1108 CANNOT WRITE INTO ELEMENT TO STORE THE EXEC INFORMATION: '(&00)'
Meaning
No exec information will be stored.
Possible error causes:
- No write authorization is given for the library.
- Invalid specification of element or version.
COL1109
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1109 ERROR WHILE EXECUTING THE FILE COMMAND FOR FILE: '(&00)'
Meaning
No exec information will be stored.
COL1110
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1110 DMS ERROR CODE '(&00)' FOR THE FILE WITH LINK NAME CTSTOUT.
Meaning
DMS has detected an error for this file.
For more detailed information about the DMS error code
enter /HELP (&00) in system mode or
see the BS2000 manual 'System Messages'.
COL1111
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1111 ILLEGAL CHARACTER IN COLUMN 7: '(&00)'
Meaning
line only copied
COL1500
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1500 NO MORE MEMORY CURRENTLY AVAILABLE.
COL1501
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1501 FSEEK ERROR IN TEMPORARY FILE '(&00)'.
Meaning
Internal program error.
Response
Contact the system support service.
COL1502
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1502 CANNOT OPEN TEMPORARY FILE '(&00)'.
Meaning
Internal error.
Response
Contact the system support service.
COL1503
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1503 CANNOT OPEN OUTPUT FILE: '(&00)'
Meaning
Possible error cause:
- No write authorization is given for the file.
Response
Contact the system administrator if necessary.
COL1504
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1504 LEXICAL ERROR: UNEXPECTED EOF IN TEXT: '(&00)'
COL1505
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1505 LEXICAL ERROR: ILLEGAL CONTINUATION OF STRING LITERAL IN LINE (&00)
COL1506
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1506 NO SPACE FOR OUTPUT FILE '(&00)'.
Meaning
When writing to file (&00), an error has been detected
by a function of the runtime system.
COL1507
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1507 RECURSIVE COPY OF ELEMENT: '(&00)'.
Meaning
This is not allowed in COBOL.
COL1508
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1508 CANNOT OPEN COPY ELEMENT: '(&00)'.
Meaning
Possible error causes:
- The library does not exist.
- The library is not a PLAM library.
- No access authorization is given for the library.
- The element does not exist.
- The element is not a source element.
COL1509
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1509 CANNOT OPEN INPUT FILE '(&00)'.
Meaning
Possible error causes:
- The input file does not exist.
- No access authorization is given for the input file.
Response
Contact the system administrator if necessary.
COL1513
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1513 PROGRAM TERMINATED ABNORMALLY.
Meaning
Unrecoverable errors occurred during the program,
resulting in program termination.
The cause of the abnormal program termination
can be determined from a preceding message.
COL1514
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1514 SYNTAX ERROR AT LINE (&00)
COL1515
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1515 PROGRAM RUN CANNOT BE CONTINUED DUE TO SYNTAX ERRORS(S).
COL1519
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1519 INPUT FILE IS EMPTY: '(&00)'
COL1526
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1526 NO INPUT FILE SPECIFIED.
COL1528
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1528 TOO MANY @CASE STATEMENTS NESTED AT LINE (&00)
Meaning
Only 32 @CASE blocks may be nested.
COL1529
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1529 TOO MANY EVALUATE STATEMENTS NESTED AT LINE (&00)
Meaning
Only 32 EVALUATE blocks may be nested.
COL1530
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1530 '(&00)' STACK OVERFLOW.
Meaning
Internal error.
Response
Contact the system support service.
COL1531
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1531 '(&00)' NOT SPECIFIED.
COL1532
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1532 WRONG OPEN MODE: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1533
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1533 WRONG CLOSE MODE: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1534
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1534 CANNOT OPEN SOURCE LIBRARY: '(&00)'
Meaning
Possible error causes:
- The library is to be opened to read the input but does not exist.
- The library is not a PLAM library.
- No access authorization is given for the library.
Response
Contact the system administrator if necessary.
COL1535
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1535 CANNOT CLOSE SOURCE LIBRARY: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1536
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1536 CANNOT READ OUT OF SOURCE LIBRARY(ELEMENT): '(&00)'
Meaning
Possible error causes:
- The element does not exist.
- The element is not a source element.
COL1537
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1537 CANNOT WRITE INTO SOURCE LIBRARY(ELEMENT): '(&00)'
Meaning
Possible error causes:
- No write authorization is given for the library.
- Invalid specification of element or version.
COL1538
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1538 CANNOT OPEN SOURCE ELEMENT: '(&00)'
Meaning
Possible error causes:
- The element is to be opened to read the input but does not exist.
- The element is not a source element.
COL1539
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1539 CANNOT CLOSE SOURCE ELEMENT: '(&00)'
Meaning
Internal error.
Response
Contact the system support service.
COL1540
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1540 PLAM NOT AVAILABLE IN SYSTEM.
Meaning
PLAM is necessary to handle with libraries.
Response
Contact your system administrator.
COL1541
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1541 NO MORE MEMORY CURRENTLY AVAILABLE.
COL1542
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1542 ERROR CODE FOR FILE '(&00)'
Meaning
DMS has detected an error for this file.
For more detailed information about the DMS error code
enter /HELP (&00) in system mode or
see the BS2000 manual 'System Messages'.
COL1543
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1543 ERROR WHILE READING WITH RDATA MACRO.
Meaning
Internal error.
Response
Contact the system support service.
COL1544
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1544 ERROR WHILE READING WITH WRTRD MACRO.
Meaning
Internal error.
Response
Contact the system support service.
COL1545
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1545 ILLEGAL FORMAT FOR FILE OR LIBRARY NAME: '(&00)'
COL1546
Destination: USER-TASK Routing code: Weight: 99
Warranty : NO
COL1546 ILLEGAL FORMAT FOR ELEMENT NAME: '(&00)'