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

Transfer the contents of a VSAM file to a PS File


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

New User


Joined: 13 Sep 2005
Posts: 18

PostPosted: Thu Oct 13, 2005 2:03 pm
Reply with quote

//INPUT1 DD DSN=CMMS.M750.TRANS ,DISO=SHR

//DISK1 DD DSN=CMMS.M750.TRANS.BKUP,DISP ETC....

CAN I USE THE ABOVE JCL CODE TO OUTPUT VSAM FILE CMMS.M750.TRANS TO SEQUENTIAL FILE CMMS.M750.TRANS.BKUP
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Thu Oct 13, 2005 2:14 pm
Reply with quote

Hi Sumivel,

We can not say anything about it. It is better if you can post the JCL or atlease one step od JCL, Then only we can answer your query.

Regards

Rupesh
Back to top
View user's profile Send private message
sumivel

New User


Joined: 13 Sep 2005
Posts: 18

PostPosted: Mon Oct 17, 2005 10:41 am
Reply with quote

CAN I USE THE ABOVE JCL CODE TO OUTPUT VSAM FILE CMMS.M750.TRANS TO SEQUENTIAL FILE CMMS.M750.TRANS.BKUP

hi rupesh...
here is the JCL for the issue.......can i use this utility to copy a VSAM dataset to Sequential

//jobname JOB ....
//STEPNAME EXEC PGM=IDCAMS
//INPUT DD DSNAME=CMMS.M750.TRANS ,DISP=OLD
//OUTPUT DD DSNAME= CMMS.M750.TRANS.BKUP,DISP=OLD
//SYSPRINT DD SYSOUT=A
//SYSIN DD *
REPRO -
INFILE(INPUT)-
OUTFILE(OUTPUT)
/*
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


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

PostPosted: Mon Oct 17, 2005 11:28 am
Reply with quote

Sumivel,
Quote:
here is the JCL for the issue.......can i use this utility to copy a VSAM dataset to Sequential

Did you try to run this step before putting to the forum....

I hope it should do, what you are looking for.....i.e. VSAM to PS....

Regards,
Priyesh.
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 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