M204.1065: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Automatically generated page update | 
| (No difference) | 
Revision as of 03:44, 1 March 2018
M204.1065 token was not previously defined
An ALLOCATE, USE name, USE PRINTER, USE PUNCH, or DEFINE (except for DEFINE FIELD) command failed due to one of the following reasons:
- You issued ALLOCATE namewith no other parameters, but name has not been previously defined using a DEFINE DATASET command.
- You issued ALLOCATE name LIKE name2, but name2 was not previously defined using a DEFINE DATASET or ALLOCATE command. In this case, name2 is displayed in the message.
- You issued a DEFINE DATASET/PRINTER/PROCESS/PUNCH/STREAM name LIKE name2command, but name2 was not previously defined with the DEFINE command. In this case, name2 is substituted in the message.
- You issued USE name, USE PRINTER name, orUSE PUNCH name, but name does not exist.
Response: Verify that name or name2 are correctly defined, and retry the command.
Message attributes:
| RETCODEO=0 | Sets online return code | 
|---|---|
| RETCODEB=4 | Sets batch (single user) return code | 
| CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter | 
| AUDITER | Writes the message with line type ER to the audit trail | 
| COUNT | Increments the error count (ERCNT) parameter |