View previous topic :: View next topic |
Author |
Message |
misfit Beginner
Joined: 01 May 2003 Posts: 26 Topics: 9 Location: India
|
Posted: Thu Jun 26, 2003 4:48 am Post subject: MVS Utilities .. IEHLIST |
|
|
hi,
2 goals behind this post.
<b>Long Term</b>
Somewhere i had seen a manual having almost all the utilities (IEBCOPY, IEHLIST, IEBGENER etc).
Now i dont find it in IBM Manuals catalog.
Can someone help ?
<b>Short Term</b>
Right now i am interested in IEHLIST. It gives a dump similar to =3.4 option for a PDS (members list with parameters). There are a couple of FORMAT options also ..
I want to know the number of records in each of the members of a PDS. Is there a way to do it ?
Thanks,
misfit _________________ <i><b> Don't wish it were easier. Wish you were better. </b></i> |
|
Back to top |
|
|
misfit Beginner
Joined: 01 May 2003 Posts: 26 Topics: 9 Location: India
|
Posted: Thu Jun 26, 2003 6:37 am Post subject: |
|
|
1. My long term goal is already fulfilled.
I got the manual.
Still waiting for the answer on the record-count problem.
Thanks. _________________ <i><b> Don't wish it were easier. Wish you were better. </b></i> |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Thu Jun 26, 2003 7:49 am Post subject: |
|
|
Misfit -
There is a great program called UNLOAD that do exactly what you need, and it can be found in CBT site, file 382.
O.
________
Hirotoshi Honda
Last edited by ofer71 on Sat Feb 05, 2011 10:56 am; edited 1 time in total |
|
Back to top |
|
|
misfit Beginner
Joined: 01 May 2003 Posts: 26 Topics: 9 Location: India
|
Posted: Thu Jun 26, 2003 9:15 am Post subject: |
|
|
Thanks ofer.
But i am having some problem while uploading the .XMI file to m/f.
As per the instruction on CBT TAPE,
I have downloaded the file and unzipped it.
Next is to
<b>"Upload name.XMI or name.DAT files to MVS using a binary file transfer method " </b>
I tried to FTP it, but it didnt transfer any data.
Can u further your help in this? _________________ <i><b> Don't wish it were easier. Wish you were better. </b></i> |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Thu Jun 26, 2003 9:26 am Post subject: |
|
|
Enter your DOS/CMD environment.
==> FTP
==> OPEN m/f user pass
==> BIN
==> PUT file.xmi 'mf.dataset'
Your M/F file must be allocated as LRECL 80 with BLOCKSIZE 3120.
HTH
O.
If you want me to send you the source of UNLOAD, please let me know by mail.
________
LS
Last edited by ofer71 on Sat Feb 05, 2011 10:56 am; edited 1 time in total |
|
Back to top |
|
|
misfit Beginner
Joined: 01 May 2003 Posts: 26 Topics: 9 Location: India
|
Posted: Thu Jun 26, 2003 11:17 pm Post subject: |
|
|
hi ofer,
i had tried almost the same thing the other day. It didnt work. Today i tried as per your instructions.
<b>Result : same.</b> _________________ <i><b> Don't wish it were easier. Wish you were better. </b></i> |
|
Back to top |
|
|
naveen Beginner
Joined: 03 Dec 2002 Posts: 90 Topics: 31
|
Posted: Sat Jun 28, 2003 5:38 am Post subject: |
|
|
Misfit,
Can you post the link for the manual which is having almost all the utilities (IEBCOPY, IEHLIST, IEBGENER etc) ? |
|
Back to top |
|
|
misfit Beginner
Joined: 01 May 2003 Posts: 26 Topics: 9 Location: India
|
Posted: Sat Jun 28, 2003 6:49 am Post subject: |
|
|
Hi naveen,
Click Here
HTH.... _________________ <i><b> Don't wish it were easier. Wish you were better. </b></i> |
|
Back to top |
|
|
dorkhead Beginner
Joined: 07 Jan 2003 Posts: 25 Topics: 0 Location: Lux
|
Posted: Tue Jul 01, 2003 1:59 am Post subject: |
|
|
misfit,
here is the command flow I'm using when downloading xmit files :
Code: |
FTP mvs-host
enter name and password
BINARY
QUOTE SITE LRECL=80 BLKSIZE=3120 RECFM=FB
QUOTE SITE PRI=5 SEC=2 CYL
PUT name.XMIt
QUIT
|
the MVS name will be your user.name.xmit
hope it helps _________________ Dorkhead |
|
Back to top |
|
|
|
|