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

How to create a ksds vsam file in JCL?


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sx0807

New User


Joined: 07 Apr 2006
Posts: 2

PostPosted: Thu Apr 27, 2006 1:47 pm
Reply with quote

icon_eek.gif hello all:
I am a new in this field, the jcl need to do the following:
1.create a ksds vsam file
2.read&write all the records in a array file which produce in before JCL
&&ARRAYFL DD DSN=&APPL1..&LVL1..FMSAR&SYSID..ARRAY(+1)
&& DISP=(NEW,CATLG,DELETE),
&& SPACE=&SPCM,UNIT=&UNIT,
&& DCB=(RECFM=FB,LRECL=138,BLKSIZE=0)

could anyone advise how to code?
Back to top
View user's profile Send private message
Pollyannaish

New User


Joined: 09 Jul 2005
Posts: 31
Location: Pune, India

PostPosted: Thu Apr 27, 2006 2:42 pm
Reply with quote

1. As far as creatin a KSDS is concerned just use IDCAMS....
2. The second part of the question was not clear.. if u can put in some more details.. So that I can help you better..

Prem
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Apr 27, 2006 2:50 pm
Reply with quote

1. You can start here in the APPENDIX1.3 Appendix C. VSAM Data Sets in the "z/OS V1R6.0 MVS JCL User's Guide".

2. I'm with Prem. I have no idea what you are talking about.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
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