Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
JCL that reads database records and writes onto gsam file

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IMS DB/DC
Author Message
sivaji
Warnings : 1

New User


Joined: 14 May 2005
Posts: 2

PostPosted: Wed May 18, 2005 8:16 pm    Post subject: JCL that reads database records and writes onto gsam file
Reply with quote

hi ,

how to write jcl for simple cobol program which reads database records and writes onto gsam file
Back to top
View user's profile Send private message
References
PostPosted: Wed May 18, 2005 8:16 pm    Post subject: Re: JCL that reads database records and writes onto gsam file Reply with quote

priyesh.agrawal

Global Moderator


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

PostPosted: Wed May 18, 2005 8:28 pm    Post subject: Re: hi
Reply with quote

Code:
//S1     EXEC DDB00135,PGIMS=NAME,
//        PSB=PSBNAME,IRLMNM=TRLM,SPC=9999
//OUT  DD DSN=OUTPUT.DATASET.NAME,
//          DISP=(,CATLG,DELETE),                       
//SYSOUT   DD SYSOUT=* 
//SYSABOUT DD SYSOUT=* 
//SYSPRINT DD SYSOUT=* 
//*           


I think It should work.... Mention dataset parm for the OUT Dataset there acc to ur requirement.

Regards,

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

Site Admin


Joined: 18 May 2003
Posts: 888
Location: India

PostPosted: Wed May 18, 2005 10:27 pm    Post subject:
Reply with quote

Dear Sivaji,

Read the Forum Rules. Use Meaningful Topic Names. Now I am editing your title.

Quote:
Old Title: Hi
Edited to: JCL that reads database records and writes onto gsam file


So I will give you a warning.

Code:
If you receive 2 or more warnings, then you are not eligible to participate in "MEMBER OF THE MONTH" contest. If you receive 10 warnings, then you cannot use our Forum.


Any Suggestion Please reply or send me PM.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IMS DB/DC All times are GMT + 6 Hours
Page 1 of 1