yadav2005 Intermediate

Joined: 10 Jan 2005 Posts: 348 Topics: 144
|
Posted: Wed Jun 27, 2007 12:59 pm Post subject: |
|
|
Kolusu,
Sorry for troubling.Next time i will try myslef to the best and if i am not able to do it ,then i will post the question.
But I have tried but i am not able to fix it , say for example:
Code: |
IDC3300I ERROR OPENING ....&.@.
IDC3304I ** JCL STATEMENT MISSING
IDC3300I ERROR OPENING {dsname|ddname}
Explanation: An error was detected attempting to open the data set name. See associated message for explanation.
In the message text:
dsname
The data set name.
ddname
The ddname. Appears only when the data set name is not available.
System Action: The system ends the command.
Application Programmer Response: Check the associated message.
System Programmer Response: If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM Support Center. Provide the JCL and the SYSOUT output for the job.
Source: DFSMSdfp
Detecting Module: IDCRI04
IDC3304I ** JCL STATEMENT MISSING
Explanation: The DD statement named in a FILE, INFILE, or OUTFILE parameter cannot be found. If the job or Time Sharing Option/Extensions (TSO/E) session contains a delete request that causes the system to invoke dynamic deallocation, the DD statement for the deleted data set is not accessible for the remainder of the job or session.
System Action: The system ends processing of the command.
Application Programmer Response: Check ddnames for incorrect spelling or check for missing DD statements. Correct the error. Run the job again.
System Programmer Response: If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM Support Center. Provide the JCL and the SYSOUT output for the job.
Source: DFSMSdfp
Detecting Module: IDCIO02
|
I have tried analyzing my outputs but with the error message i got does not match with defined message description. |
|