IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

COBOL ASSIGN TO DD1 & JCL DD name is DD4


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vodeti
Warnings : 1

New User


Joined: 19 Sep 2005
Posts: 13

PostPosted: Mon Sep 19, 2005 6:29 pm
Reply with quote

Hi friends,


My question is:


I have specified :

SELECT FILE1 ASSIGN TO DD1 .

in my COBOL program.In my RunJCL I specified the DD name as DD4.

What kind of error occurs if I code the program like this:



Bye
Vani
Back to top
View user's profile Send private message
nitin4.a

New User


Joined: 16 Aug 2005
Posts: 26

PostPosted: Mon Sep 19, 2005 7:01 pm
Reply with quote

hi


This will be the message and abend code will be 1035:

There was an unsuccessful OPEN or CLOSE of file '<name>' in
program '<name1>'at relative location X'23FE'. Neither FILE
STATUS nor an ERROR declarative were specified. The I-O
status code was '35'.
SYMPTOM DUMP OUTPUT

Regards
sonu
Back to top
View user's profile Send private message
nal_satish

New User


Joined: 20 Jun 2005
Posts: 26
Location: Hyderabad

PostPosted: Tue Oct 04, 2005 2:50 pm
Reply with quote

Hi ,

I fu Specify like that it means Wrong DD name mentioned so when u submit the JCl it abends with S0C1

S0C1 --->TRIED TO READ A FILE THAT WAS NOT OPEN MISSPELLED DDNAME ERROR IN PARAMETERS PASSED TO SUBROUTINES


Thanks & Regards,
Satish.N
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top