|
|
| Author |
Message |
Cristina
New User
Joined: 02 Sep 2008 Posts: 3 Location: Netherlands
|
|
|
|
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 |
|
 |
References
|
|
 |
Moved: Wed Oct 01, 2008 7:20 pm by superk From JCL to Other Mainframe Topics |
Robert Sample
Senior Member
Joined: 06 Jun 2008 Posts: 943 Location: Atlanta, GA
|
|
|
|
| FTP in binary mode? |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3304 Location: Charlotte,NC USA
|
|
|
|
| FTP? NDM? XCOM? ISPF Client/Server Transfer? IND$FILE? |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8733 Location: 221 B Baker St
|
|
|
|
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 |
|
 |
Cristina
New User
Joined: 02 Sep 2008 Posts: 3 Location: Netherlands
|
|
|
|
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 |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8733 Location: 221 B Baker St
|
|
|
|
You're welcome - good to hear you have something that does what you want
Thank you for letting us know.
d |
|
| Back to top |
|
 |
|
|