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

In case of space abends how to copy the dataset


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gneelu

New User


Joined: 26 May 2006
Posts: 18

PostPosted: Thu Aug 17, 2006 5:37 pm
Reply with quote

Hi all,

I need a JCL utitlity by which i need to copy data from existing dataset into the new dataset at the time of space abend
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Thu Aug 17, 2006 5:50 pm
Reply with quote

IEBGENER is a utility which will copy a dataset - at any time!

There are lots of examples in JCL forum.
Go search
Back to top
View user's profile Send private message
vicky10001
Warnings : 1

Active User


Joined: 13 Jul 2005
Posts: 136

PostPosted: Thu Aug 17, 2006 5:50 pm
Reply with quote

Please use the below commands

=3.3
and give option C and From daataset name

Option ===> C

C Copy data set or member(s) CP Copy and print
M Move data set or member(s) MP Move and print

Specify "From" Data Set below, then press Enter key

From ISPF Library:
Project . . . (--- Options C and CP only -icon_cool.gif
Group . . . . . . . . . . . . .
Type . . . .
Member . . . (Blank or pattern for member list,
"*" for all members)

From Other Partitioned or Sequential Data Set:
Data Set Name . . .
Volume Serial . . . (If not cataloged)

Data Set Password . . (If password protected)

then enter and give new output dataset then enter

Now it will copy new oputut dataset

Please,If u have any questions let me know
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts VB to VB copy - Full length reached SYNCSORT 8
Search our Forums:

Back to Top