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

How to develop the function to copy data from one to another


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Absinthia

New User


Joined: 10 Jan 2008
Posts: 36
Location: CHINA

PostPosted: Tue Jan 22, 2008 4:05 pm
Reply with quote

I want to develop a function like this in CICS SCREEN.

TEST.INPUT : ______

TEST.OUTPUT : ______

When I input the dataset name in TEST.INPUT and TEST.OUTPUT.(both are sequential dataset)

then press enter,the dataset in TEST.INPUT will be copied to
TEST.OUTPUT.

How to realize this function,are there any ways to use ibm utilities(SORT,IEBGENER) in cobol?

Thanks icon_smile.gif







[/img]
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Jan 22, 2008 4:19 pm
Reply with quote

this is a 3.3 function in batch.

accessing qsam files in cics is not that much fun, plus there is overhead.

this is a batch function.
Back to top
View user's profile Send private message
Absinthia

New User


Joined: 10 Jan 2008
Posts: 36
Location: CHINA

PostPosted: Wed Jan 23, 2008 2:17 pm
Reply with quote

Thanks dbzTHEdinosauer.

I know the function 3.3.

I just wanted to try to write a module for copy function.

Now it seems there is no need to do that.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top