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

Way to copy the hex-data from a dataset to PC


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

New User


Joined: 02 Sep 2008
Posts: 2
Location: Netherlands

PostPosted: Wed Oct 01, 2008 7:18 pm
Reply with quote

Hi,

Is there a way to copy the hex-data from a dataset to PC
(not with copy/paste). Lrecl is > 500

Thx
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Oct 01, 2008 7:20 pm
Reply with quote

FTP in binary mode?
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Wed Oct 01, 2008 7:21 pm
Reply with quote

FTP? NDM? XCOM? ISPF Client/Server Transfer? IND$FILE?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Oct 01, 2008 9:31 pm
Reply with quote

Hello Christina and welcome to the forum,

Please clarify what you want to be transferred to the PC. Maybe post a 20-byte sample of the mainframe data and what you want to arrive on the PC.

As has been mentoned, there are several ways to transfer data from the mainframe, but i am not clear by what you mean by "hex-data".

Once transferred, how will this data be used on the pc?
Back to top
View user's profile Send private message
Cristina

New User


Joined: 02 Sep 2008
Posts: 2
Location: Netherlands

PostPosted: Thu Oct 02, 2008 8:59 pm
Reply with quote

Hi,

I wanted the data (with hex on) transferred.
And found a way : IDCAMS

//ALLOC EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//DD1 DD DSN=MYDSN,DISP=SHR
//SYSIN DD *
PRINT -
INFILE(DD1) -
HEX
/*

Thx
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Oct 02, 2008 9:08 pm
Reply with quote

You're welcome - good to hear you have something that does what you want icon_smile.gif

Thank you for letting us know.

d
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 Store the data for fixed length COBOL Programming 1
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
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