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

how can i run cobol program in gdg


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

New User


Joined: 14 Feb 2006
Posts: 8

PostPosted: Tue Jul 11, 2006 11:28 am
Reply with quote

hai
I want to create a generation to the base & to store the output of a cobol program in it .plz send me the jcl that is usefull to solve my problem.

with regards
venkat
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Tue Jul 11, 2006 11:51 am
Reply with quote

can you be more specific on your requirement??
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Tue Jul 11, 2006 12:01 pm
Reply with quote

Hi,

If I understand correctly, you require output of your cobol program to be next generation of the GDG isn't it?

If yes, then there is nothing special to do.

In your JCL , the dd statement should look something like this.

//DDNAME DD DSN='GDG.BASE.NAME(+1)', DISP=(NEW,CTLG,DELETE)............

Thanks,
Parikshit
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 Using API Gateway from CICS program CICS 0
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
Search our Forums:

Back to Top