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

4 COBOL Select statement & 5 JCL DD Declaration


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

New User


Joined: 15 Dec 2005
Posts: 6

PostPosted: Thu Dec 15, 2005 4:21 pm
Reply with quote

HI Frnds,

i am giving 5 select clauses in cobol, but i am declaring 4 dd statements in jcl. ok any error will occur i gave like this......clarify me and
i gave 4 selects in cobol program....and 5 dd statement in jcl what will happen when i am compile the program...

please give reply soon.......
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Thu Dec 15, 2005 4:35 pm
Reply with quote

While compiling the program there won't be any error because of this problem.

Regards,

Priyesh.
Back to top
View user's profile Send private message
Gangaraju

New User


Joined: 15 Dec 2005
Posts: 6

PostPosted: Thu Dec 15, 2005 5:23 pm
Reply with quote

Hi,

what will be do if we get an error code while compling.

please clarify this doubt
Back to top
View user's profile Send private message
mak_tcs

New User


Joined: 23 Nov 2005
Posts: 69
Location: Minneapolis, MN USA

PostPosted: Thu Dec 15, 2005 6:52 pm
Reply with quote

Hi Gangaraju,

Could you tell me the purpose behind this question? Just Curious.. icon_eek.gif

Because the answer lies in your question.

DDnames you specify in Program and JCL should match.

If you get error at compile, then You verify the number of occurence.

Thanks,
Mani
Back to top
View user's profile Send private message
muffirulz

New User


Joined: 14 Sep 2005
Posts: 74
Location: Atlanta, (USA)

PostPosted: Thu Dec 15, 2005 9:23 pm
Reply with quote

hi there,

there wont be any error in compilation unless there are two same dd names in the cobol program. And wy should compilation give error?

It will compile perfectly. But when you try to run then there an erorr will occur.
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