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

JCL that reads database records and writes onto gsam file


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sivaji
Warnings : 1

New User


Joined: 14 May 2005
Posts: 2

PostPosted: Wed May 18, 2005 8:16 pm
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
priyesh.agrawal

Senior Member


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

PostPosted: Wed May 18, 2005 8:28 pm
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: 1210
Location: India

PostPosted: Wed May 18, 2005 10:27 pm
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
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top