| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
sivaji
Joined: 14 May 2005
Posts: 2
|
| Posted: Wed May 18, 2005 8:16 pm Post subject: JCL that reads database records and writes onto gsam file |
|
|
hi ,
how to write jcl for simple cobol program which reads database records and writes onto gsam file |
|
| Back to top |
|
priyesh.agrawal
Joined: 28 Mar 2005
Posts: 1509
Location: Chicago, IL
|
| Posted: Wed May 18, 2005 8:28 pm Post subject: Re: hi |
|
|
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 |
|
mcmillan
Joined: 18 May 2003
Posts: 923
Location: India
|
| Posted: Wed May 18, 2005 10:27 pm Post subject: |
|
|
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 |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|