Discussion:
IND$FILE
v***@public.gmane.org
2010-05-17 18:51:58 UTC
Permalink
I know this is not a new issue but I am running into the same wall as
others before me.

I am trying to install IND$FILE and I get this messages when I run the JCL
out of the box:

//LOADTAPE JOB (JCLLIB),
// 'LOADTAPE',
// CLASS=A,NOTIFY=HERC01,
//* MSGCLASS=A,
// MSGLEVEL=(0,0)
//IND$FILE EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//SYSUT3 DD UNIT=SYSDA,SPACE=(TRK,(1,1))
//SYSUT4 DD UNIT=SYSDA,SPACE=(TRK,(1,1))
//TAPE DD DSN=IND$FILE.LOAD,
// UNIT=TAPE,
// LABEL=(1,SL,,,EXPDT=98000),
// VOL=(,RETAIN,,,SER=INDFIL),
// DISP=(OLD,PASS)
//DISK DD DSN=SYS2.CMDLIB,DISP=SHR
//SYSIN DD *
COPY INDD=TAPE,OUTDD=DISK
SELECT MEMBER=((IND$FILE,,R),CODEPAGE,CDPG1047,CDPG037)
/*
//DBSTOP EXEC DBSTOP
//DBSTART EXEC DBSTART

the message reads:

12.30.52 JOB 14 IEC502E R 480, ,NL,LOADTAPE,IND$FILE
12.30.52 JOB 14 *IEC501A M 480,INDFIL,SL,6250 BPI,LOADTAPE,IND$FILE

It tells me that the tape file is unlabeled

When I change it to:

// LABEL=(1,NL,,,EXPDT=98000),

I get these other messages:

12.52.02 JOB 20 IEF403I LOADTAPE - STARTED - TIME=12.52.02
12.52.02 JOB 20 *IEF233A M 481,INDFIL,,LOADTAPE,IND$FILE
12.52.46 JOB 20 IEA000I 481,EQC,3F,0E00,,,INDFIL,LOADTAPE,12.52.46
12.52.46 JOB 20 IEA000I
481,,,,1020000000C003600000000000800100010000FFFF000000,0000
12.52.46 JOB 20 IEC210I
214-08,IFG0202F,LOADTAPE,IND$FILE,TAPE,481,INDFIL,IND$FILE.LOAD
12.52.46 JOB 20 IEF450I LOADTAPE IND$FILE - ABEND S214 U0000 -
TIME=12.52.46
12.52.46 JOB 20 IEFACTRT - Stepname Procstep Program Retcode
12.52.46 JOB 20 LOADTAPE IND$FILE IEBCOPY AB S214

I also have tried bypassing label process and does not work either.

Any hints??????

Carlos Aguilera
Mike Rayborn
2010-05-17 22:14:15 UTC
Permalink
Carlos, it's been a long while since I've played with any of this so
bare with me.

The tape file is in fact a SL tape with volser=INDFIL.

When you run your job and it gets to that point with the IEC501A
message, it's asking you to mount the INDFIL volser on device 480. My
guess would be that you don't have the tape file mounted on device 480 ?

I think you may need to do a:
MOUNT 480,VOL=(SL,INDFIL),USE=PRIVATE

Anyway, good luck. Many others have installed IND$FILE from the files
section. You may need to ask someone with a bit more operator experience .

--Mike Rayborn
Post by v***@public.gmane.org
I know this is not a new issue but I am running into the same wall as
others before me.
I am trying to install IND$FILE and I get this messages when I run the
//LOADTAPE JOB (JCLLIB),
// 'LOADTAPE',
// CLASS=A,NOTIFY=HERC01,
//* MSGCLASS=A,
// MSGLEVEL=(0,0)
//IND$FILE EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//SYSUT3 DD UNIT=SYSDA,SPACE=(TRK,(1,1))
//SYSUT4 DD UNIT=SYSDA,SPACE=(TRK,(1,1))
//TAPE DD DSN=IND$FILE.LOAD,
// UNIT=TAPE,
// LABEL=(1,SL,,,EXPDT=98000),
// VOL=(,RETAIN,,,SER=INDFIL),
// DISP=(OLD,PASS)
//DISK DD DSN=SYS2.CMDLIB,DISP=SHR
//SYSIN DD *
COPY INDD=TAPE,OUTDD=DISK
SELECT MEMBER=((IND$FILE,,R),CODEPAGE,CDPG1047,CDPG037)
/*
//DBSTOP EXEC DBSTOP
//DBSTART EXEC DBSTART
12.30.52 JOB 14 IEC502E R 480, ,NL,LOADTAPE,IND$FILE
12.30.52 JOB 14 *IEC501A M 480,INDFIL,SL,6250 BPI,LOADTAPE,IND$FILE
It tells me that the tape file is unlabeled
// LABEL=(1,NL,,,EXPDT=98000),
12.52.02 JOB 20 IEF403I LOADTAPE - STARTED - TIME=12.52.02
12.52.02 JOB 20 *IEF233A M 481,INDFIL,,LOADTAPE,IND$FILE
12.52.46 JOB 20 IEA000I 481,EQC,3F,0E00,,,INDFIL,LOADTAPE,12.52.46
12.52.46 JOB 20 IEA000I
481,,,,1020000000C003600000000000800100010000FFFF000000,0000
12.52.46 JOB 20 IEC210I
214-08,IFG0202F,LOADTAPE,IND$FILE,TAPE,481,INDFIL,IND$FILE.LOAD
12.52.46 JOB 20 IEF450I LOADTAPE IND$FILE - ABEND S214 U0000 -
TIME=12.52.46
12.52.46 JOB 20 IEFACTRT - Stepname Procstep Program Retcode
12.52.46 JOB 20 LOADTAPE IND$FILE IEBCOPY AB S214
I also have tried bypassing label process and does not work either.
Any hints??????
Carlos Aguilera
------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/turnkey-mvs/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/turnkey-mvs/join
(Yahoo! ID required)

<*> To change settings via email:
turnkey-mvs-digest-***@public.gmane.org
turnkey-mvs-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
turnkey-mvs-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Carlos Aguilera
2010-05-17 22:51:12 UTC
Permalink
Hi Mike:



Let me tell you a little bit about the environment I have.



I am running:

* Windows XP SP3

* Herc GUI 1.8.15 4316

* Hercules 3.07

* Submitting via SPF/PRO to the Hercules reader

* Using CryptoTerm for TN3270



I used Xmit Manager to extract the files from the Xmit file.



When I get the messages:



12.30.52 JOB 14 IEC502E R 480, ,NL,LOADTAPE,IND$FILE
12.30.52 JOB 14 *IEC501A M 480,INDFIL,SL,6250 BPI,LOADTAPE,IND$FILE



I already had mounted the tape with the Herc GUI and the system dismounts it
and asks for a mount again, this can go on forever or until I cancel the
Job.



In the message IEC502E R 480, ,NL,LOADTAPE,IND$FILE



R - Implies RETAIN volume; the volume is to be demounted and retained near
the system for future use. In the event that the job ends and the volume has
not been remounted, the operator must determine what disposition to give to
the volume. This message will appear if a volume is rejected because it is
not the volume requested (for example, a conflict in the label, label type,
or density). This according to the System Messages Manual.



In this case the system notes NL for an unlabeled tape.



Is there anything else I should be doing?









Carlos Aguilera

1401 Liggates Rd

Lynchburg VA 24502

Carlos-FiVMtmHp2a9Wk0Htik3J/***@public.gmane.org

434-401-4828





-----Original Message-----
From: turnkey-mvs-***@public.gmane.org [mailto:turnkey-mvs-***@public.gmane.org] On
Behalf Of Mike Rayborn
Sent: Monday, May 17, 2010 6:14 PM
To: turnkey-mvs-***@public.gmane.org
Subject: Re: [turnkey-mvs] IND$FILE



Carlos, it's been a long while since I've played with any of this so

bare with me.



The tape file is in fact a SL tape with volser=INDFIL.



When you run your job and it gets to that point with the IEC501A

message, it's asking you to mount the INDFIL volser on device 480. My

guess would be that you don't have the tape file mounted on device 480 ?



I think you may need to do a:

MOUNT 480,VOL=(SL,INDFIL),USE=PRIVATE



Anyway, good luck. Many others have installed IND$FILE from the files

section. You may need to ask someone with a bit more operator experience .



--Mike Rayborn
Post by v***@public.gmane.org
I know this is not a new issue but I am running into the same wall as
others before me.
I am trying to install IND$FILE and I get this messages when I run the
//LOADTAPE JOB (JCLLIB),
// 'LOADTAPE',
// CLASS=A,NOTIFY=HERC01,
//* MSGCLASS=A,
// MSGLEVEL=(0,0)
//IND$FILE EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//SYSUT3 DD UNIT=SYSDA,SPACE=(TRK,(1,1))
//SYSUT4 DD UNIT=SYSDA,SPACE=(TRK,(1,1))
//TAPE DD DSN=IND$FILE.LOAD,
// UNIT=TAPE,
// LABEL=(1,SL,,,EXPDT=98000),
// VOL=(,RETAIN,,,SER=INDFIL),
// DISP=(OLD,PASS)
//DISK DD DSN=SYS2.CMDLIB,DISP=SHR
//SYSIN DD *
COPY INDD=TAPE,OUTDD=DISK
SELECT MEMBER=((IND$FILE,,R),CODEPAGE,CDPG1047,CDPG037)
/*
//DBSTOP EXEC DBSTOP
//DBSTART EXEC DBSTART
12.30.52 JOB 14 IEC502E R 480, ,NL,LOADTAPE,IND$FILE
12.30.52 JOB 14 *IEC501A M 480,INDFIL,SL,6250 BPI,LOADTAPE,IND$FILE
It tells me that the tape file is unlabeled
// LABEL=(1,NL,,,EXPDT=98000),
12.52.02 JOB 20 IEF403I LOADTAPE - STARTED - TIME=12.52.02
12.52.02 JOB 20 *IEF233A M 481,INDFIL,,LOADTAPE,IND$FILE
12.52.46 JOB 20 IEA000I 481,EQC,3F,0E00,,,INDFIL,LOADTAPE,12.52.46
12.52.46 JOB 20 IEA000I
481,,,,1020000000C003600000000000800100010000FFFF000000,0000
12.52.46 JOB 20 IEC210I
214-08,IFG0202F,LOADTAPE,IND$FILE,TAPE,481,INDFIL,IND$FILE.LOAD
12.52.46 JOB 20 IEF450I LOADTAPE IND$FILE - ABEND S214 U0000 -
TIME=12.52.46
12.52.46 JOB 20 IEFACTRT - Stepname Procstep Program Retcode
12.52.46 JOB 20 LOADTAPE IND$FILE IEBCOPY AB S214
I also have tried bypassing label process and does not work either.
Any hints??????
Carlos Aguilera
------------------------------------



Yahoo! Groups Links



http://groups.yahoo.com/group/turnkey-mvs/



Individual Email | Traditional



http://groups.yahoo.com/group/turnkey-mvs/join

(Yahoo! ID required)



turnkey-mvs-digest-***@public.gmane.org

turnkey-mvs-fullfeatured-***@public.gmane.org



turnkey-mvs-unsubscribe-***@public.gmane.org



http://docs.yahoo.com/info/terms/
kerravon86
2010-05-17 23:40:51 UTC
Permalink
Post by v***@public.gmane.org
12.30.52 JOB 14 IEC502E R 480, ,NL,LOADTAPE,IND$FILE
12.30.52 JOB 14 *IEC501A M 480,INDFIL,SL,6250 BPI,LOADTAPE,IND$FILE
At this point, after it issues the "M 480" message,
did you do a "devinit 480 filename"?

Can you show the devinit command you used?

BFN. Paul.
Carlos Aguilera
2010-05-18 00:07:41 UTC
Permalink
I already had mounted the tape with the Herc GUI and this is the display
from Hercules GUI:





The DEVINIT is issued by Hercules



Carlos Aguilera

1401 Liggates Rd

Lynchburg VA 24502

Carlos-FiVMtmHp2a9Wk0Htik3J/***@public.gmane.org

434-401-4828
kerravon86
2010-05-18 00:22:12 UTC
Permalink
Post by Carlos Aguilera
I already had mounted the tape with the Herc GUI and
After the mount message, do the devinit again,
and show the results in the log.

You can get a log by modifying startmvs, to
redirect the output from the "hercules" command
to a file, ie:

hercules >log.txt

Also do a hex dump of the input file you are using
and show the first 100 bytes or whatever.

BFN. Paul.
Carlos Aguilera
2010-05-18 00:15:32 UTC
Permalink
By the way, I modified the COMMND00 in SYS1.PARMLIB to VARY all tape drives
ONLINE at IPL time



Carlos Aguilera

1401 Liggates Rd

Lynchburg VA 24502

Carlos-FiVMtmHp2a9Wk0Htik3J/***@public.gmane.org

434-401-4828
Carlos Aguilera
2010-05-18 00:58:23 UTC
Permalink
This is what the log shows:



12:02:45.765 000015C8 devinit 0480
F:/cygwin/usr/local/bin/MVS/tapes/IND$FILE2 chunksize=65535 compress=1
method=1 level=4 maxsizeM=170 eotmargin=131072

12:02:45.765 000015C8 HHCTA003W 0480: Unable to determine tape format type
for F:/cygwin/usr/local/bin/MVS/tapes/IND$FILE2; presuming AWS tape.

12:02:45.765 000015C8 HHCTA004I 0480:
F:/cygwin/usr/local/bin/MVS/tapes/IND$FILE2 is a AWS Format tape file

12:02:45.765 000015C8 HHCTA066I 0480: option 'chunksize' accepted.

12:02:45.765 000015C8 HHCTA066I 0480: option 'compress' accepted.

12:02:45.765 000015C8 HHCTA066I 0480: option 'method' accepted.

12:02:45.765 000015C8 HHCTA066I 0480: option 'level' accepted.

12:02:45.765 000015C8 HHCTA066I 0480: option 'maxsizeM' accepted.

12:02:45.765 000015C8 HHCTA066I 0480: option 'eotmargin' accepted.

12:02:45.765 000015C8 HHCPN098I Device 0:0480 initialized

12:02:45.843 000015C8 HHCTA101I 0480: AWS Tape
F:/cygwin/usr/local/bin/MVS/tapes/IND$FILE2 closed

12:02:45.843 000015C8 HHCCP048I 0480:CCW=0F000000 20400001=>040E0000
00041572 00000000 00000000 ................

12:02:45.843 000015C8 HHCCP075I 0480:Stat=2600 Count=0001

12:02:45.843 000015C8 HHCCP076I 0480:Sense=40220000 00C00300 00000000
00800100 010000FF FF000000

12:02:45.843 000015C8 HHCCP077I 0480:Sense=INTREQ EOC WRI



This the hex:







One thing I am noticing is that the tape supposed to be HET and it is
assuming AWS.

Do you think this is my problem?

XMT Manager extracts the file as .TXT and does not allow to specify .HET



Carlos Aguilera

1401 Liggates Rd

Lynchburg VA 24502

Carlos-FiVMtmHp2a9Wk0Htik3J/***@public.gmane.org

434-401-4828
Tony Harminc
2010-05-18 02:03:50 UTC
Permalink
This post might be inappropriate. Click to display it.
Kevin Monceaux
2010-05-18 02:29:23 UTC
Permalink
(In passing, unless truly necessary, please don't post things like this as
pictures. Just cut & paste the plain text.)
It also might be a good idea when replying to a message with such an
attachment to not include an extra copy of the attachment with ones reply.
--
Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

What's the definition of a legacy system? One that works!
Errare humanum est, ignoscere caninum.
Tony Harminc
2010-05-18 03:30:16 UTC
Permalink
Post by Kevin Monceaux
(In passing, unless truly necessary, please don't post things like this as
pictures. Just cut & paste the plain text.)
It also might be a good idea when replying to a message with such an
attachment to not include an extra copy of the attachment with ones reply.
Touché... I included it at first because I planned to comment on some
bytes in detail, but then realized there was no point, but neglected
to delete it. In any case it's not so much the size as the
impossibility of editing and quoting the pictured text.

Tony H.
kerravon86
2010-05-18 11:17:34 UTC
Permalink
Post by Tony Harminc
to delete it. In any case it's not so much the size as the
impossibility of editing and quoting the pictured text.
People like me who read via the web don't even
get to see the picture at all.

BFN. Paul.
Kevin Monceaux
2010-05-18 12:27:11 UTC
Permalink
People like me who read via the web don't even get to see the picture at
all.
I'd go nutty reading via the web. I'm on waaaaaaaaay too many mailing
lists, but they're all sorted into separate inboxes which makes them much
easier to keep up with. My current Dovecot sieve script is just over 1,400
lines long. With all the lists I'm on I receive somewhere around 2,000+
messages a day. I don't necessarily follow all the lists daily. With some
I just like to have local archives in case I need to search for something.
--
Kevin
http://www.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

What's the definition of a legacy system? One that works!
Errare humanum est, ignoscere caninum.
Carlos Aguilera
2010-05-18 01:17:48 UTC
Permalink
By simply renaming the file to IND$FILE.HET I get different results from the
emulator when I mount it.

It no longer assumes to an AWS tape, I will try running it tomorrow when I
get more time.



Thank you, and good night, will be in touch tomorrow and I will keep you
updated on my progress, if any, I hope.







Carlos Aguilera

1401 Liggates Rd

Lynchburg VA 24502

Carlos-FiVMtmHp2a9Wk0Htik3J/***@public.gmane.org

434-401-4828
Carlos Aguilera
2010-05-18 11:20:21 UTC
Permalink
Tony:



Sorry for posting the picture of the hex first 100 characters of the tape,
this is a better dump:



000000 54E0 C9D5 D4D9 F0F1 0042 0001 0001 5010 è\INMR01.â....&.

000010 1100 0100 08D5 D6C4 C5D5 C1D4 C510 1200 .....NODENAME...

000020 0100 04D7 F3F9 F010 0100 0100 01C1 1002 ...P390......A..

000030 0001 0001 C110 2400 0100 0EF2 F0F0 F3F0 ....A......20030

000040 F4F1 F5F1 F3F3 F1F0 F910 2F00 0100 0101 415133109.......

000050 1026 0000 70E0 C9D5 D4D9 F0F2 0000 0001 ....ø\INMR02....

000060 1028 0001 0007 C9C5 C2C3 D6D7 E810 2C00 ......IEBCOPY...

000070 0100 0400 047C 2A00 3C00 0100 0202 0080 ***@.........Ø

000080 1200 0100 0100 0042 0001 0004 0000 0000 .......â........

000090 0030 0001 0004 0000 4A7D 0049 0001 0002 ........¢'.ñ....

0000A0 C000 000C 0001 0003 0000 0600 0200 0300 {...............

0000B0 07E2 C2C7 D6D3 D6C2 0004 C9C6 C9D3 0004 .SBGOLOB..IFIL..

0000C0 D3D6 C1C4 47E0 C9D5 D4D9 F0F2 0000 0001 LOADå\INMR02....

0000D0 1028 0001 0007 C9D5 D4C3 D6D7 E810 2C00 ......INMCOPY...

0000E0 0100 0400 047C 2A00 3C00 0100 0240 0000 ***@....... ..

0000F0 4200 0100 0400 007F F400 3000 0100 0400 â......"4.......

000100 000C 3000 4900 0100 0248 022A E0C9 D5D4 ....ñ....ç..\INM

000110 D9F0 F310 2C00 0100 0400 047C 2A00 3C00 ***@....

000120 0100 0240 0000 4200 0100 0200 5000 4900 ... ..â.....&.ñ.

000130 0100 0200 013A C000 CA6D 0F02 004A 7D00 ......{.­_...¢'.

000140 00C0 0000 000C 3030 3020 0F00 007F F80D .{..........."8.

000150 0B00 0FE5 A200 0022 5200 0000 0200 6700 ...Vs...ê.....Å.

000160 6900 0000 8000 001E 0006 1359 8400 00FF Ñ...Ø......ßd..ÿ

000170 8001 0000 00FF 0000 008F 3630 0004 87CD Ø....ÿ...±....gò

000180 7058 F3DD 1800 0007 5700 0707 5700 0D00 øì3ù....ï...ï...

000190 0700 0000 0000 0000 0000 0000 0000 0000 ................

0001A0 0000 0000 0000 0000 0000 0000 0000 0000 ................

0001B0 0000 0000 0000 0000 0000 0000 0000 0000 ................

0001C0 0000 0000 0000 0000 0000 0000 0000 0000 ................

0001D0 0000 0000 0000 0000 0000 0000 0000 0000 ................

0001E0 0000 0000 0000 0000 0000 0000 0000 0000 ................

0001F0 0000 0000 0000 0000 0000 0000 0000 0000 ................

000200 0000 0000 0000 0000 0000 0000 0000 0000 ................

000210 0000 0000 0000 0000 0000 0000 0000 0000 ................

000220 0000 0000 0000 0000 0000 0000 0000 0000 ................

000230 0000 0000 0000 0000 0000 0000 0000 0000 ................

000240 0000 0000 0000 0000 0000 0000 0000 0000 ................

000250 0000 0000 0000 0000 0000 0000 0000 0000 ................

000260 0000 0000 0000 0000 0000 0000 0000 1940 ...............

000270 0000 0000 0000 0000 0000 0000 0000 0000 ................

000280 0000 0000 0000 00FF 8000 0000 0000 0000 .......ÿØ.......

000290 0000 0801 00FF FFFF FFFF FFFF FF00 9EC3 .....ÿÿÿÿÿÿÿÿ.ÆC

0002A0 C4D7 C7F0 F3F7 4000 0108 2C00 010D 0000 DPG037 .........

0002B0 0000 0002 E200 0230 0230 0000 0088 0000 ....S........h..

0002C0 0100 00C3 C4D7 C7F1 F0F4 F700 0110 2C00 ...CDPG1047.....

0002D0 0115 0000 0000 0002 E200 0230 0230 0000 ........S.......

0002E0 0088 0000 0100 00C3 D6C4 C5D7 C1C7 C500 .h.....CODEPAGE.

0002F0 002E 2C00 0105 0000 0000 0002 E200 0230 ............S...

000300 0230 0000 0088 0000 0100 00C9 D5C4 5BC6 .....h.....IND$F

000310 C9D3 C500 0118 2C00 0138 0000 0000 0002 ILE.............

000320 C202 E1C0 2828 004B 0888 0000 0100 00FF B.÷{.....h.....ÿ

000330 FFFF FFFF FFFF FF00 0000 0000 0000 0000 ÿÿÿÿÿÿÿ.........

000340 0000 0000 0000 0000 0000 0000 0000 0000 ................

000350 0000 0000 0000 0000 0000 0000 0000 0000 ................

000360 0000 0000 0000 0000 0000 0000 0000 0000 ................

000370 0000 0000 0000 0000 0000 0000 0000 0000 ................

000380 0000 0000 0000 2540 0000 0000 0000 0000 ....... ........

000390 0000 0000 0000 0000 0000 0000 0000 0000 ................

0003A0 0000 0000 0000 0000 0000 00FF 8000 0000 ...........ÿØ...

0003B0 0007 5700 072E 0000 2820 0000 0000 0100 ..ï.............

0003C0 2000 0000 0000 0000 0007 0000 0000 0000 ................

0003D0 00C3 C4D7 C7F1 F0F4 F700 0000 0001 0002 .CDPG1047.......

0003E0 3000 0000 0007 5700 0801 0000 FB80 FA01 ......ï.....Ûس.



I got the IND$FILE XMIT from the CBT459 File607 a few years ago.



The only way I can extract elements form a XMIT file is by using XMIT
Manager.



Carlos Aguilera

1401 Liggates Rd

Lynchburg VA 24502

Carlos-FiVMtmHp2a9Wk0Htik3J/***@public.gmane.org

434-401-4828
kerravon86
2010-05-18 12:14:52 UTC
Permalink
Post by Carlos Aguilera
Sorry for posting the picture of the hex first 100
000000 54E0 C9D5 D4D9 F0F1 0042 0001 0001 5010 è\INMR01.â....&.
Carlos, where did this file come from?

It is not a tape, so you can't mount it. You can
probably transfer it with ind$file, in binary mode,
and then run RECV370 though.

BFN. Paul.
Mike Rayborn
2010-05-18 13:37:05 UTC
Permalink
Carlos, XMIT manager is not smart enough to extract binary members from
XMIT files. It tries to convert the member from EBCDIC to ASCII and thus
corrupts the extracted member.

So, if you have a real MVS that has TSO XMIT and RECEIVE you can upload
the FILE607.XMI (from the CBTTAPTE.ORG web site) and RECEIVE the file.
Then RECEIVE the IND$FILE member from the file you just received.

Example: RECEIVE INDSNAME('userid.FILE607.XMI')
then receive the IND$FILE member from the file it creates
RECEIVE INDSNAME('userid.CBT.V478.FILE607.PDS(IND$FILE)')

Since this is a file from CBT, it's likely no longer in the original
format. So you're likely to end up with a load library instead of a HET
file.

If you really want the original HET file you'll need to get the
IND$FILE.ZIP from the files section in the hercules-390 group on yahoo.

Good luck.
--Mike Rayborn
Post by Carlos Aguilera
Sorry for posting the picture of the hex first 100 characters of the
000000 54E0 C9D5 D4D9 F0F1 0042 0001 0001 5010 è\INMR01.â....&.
000010 1100 0100 08D5 D6C4 C5D5 C1D4 C510 1200 .....NODENAME...
000020 0100 04D7 F3F9 F010 0100 0100 01C1 1002 ...P390......A..
000030 0001 0001 C110 2400 0100 0EF2 F0F0 F3F0 ....A......20030
000040 F4F1 F5F1 F3F3 F1F0 F910 2F00 0100 0101 415133109.......
000050 1026 0000 70E0 C9D5 D4D9 F0F2 0000 0001 ....ø\INMR02....
000060 1028 0001 0007 C9C5 C2C3 D6D7 E810 2C00 ......IEBCOPY...
000080 1200 0100 0100 0042 0001 0004 0000 0000 .......â........
000090 0030 0001 0004 0000 4A7D 0049 0001 0002 ........¢'.ñ....
0000A0 C000 000C 0001 0003 0000 0600 0200 0300 {...............
0000B0 07E2 C2C7 D6D3 D6C2 0004 C9C6 C9D3 0004 .SBGOLOB..IFIL..
0000C0 D3D6 C1C4 47E0 C9D5 D4D9 F0F2 0000 0001 LOADå\INMR02....
0000D0 1028 0001 0007 C9D5 D4C3 D6D7 E810 2C00 ......INMCOPY...
0000F0 4200 0100 0400 007F F400 3000 0100 0400 â......"4.......
000100 000C 3000 4900 0100 0248 022A E0C9 D5D4 ....ñ....ç..\INM
000120 0100 0240 0000 4200 0100 0200 5000 4900 ... ..â.....&.ñ.
000130 0100 0200 013A C000 CA6D 0F02 004A 7D00 ......{.­_...¢'.
000140 00C0 0000 000C 3030 3020 0F00 007F F80D .{..........."8.
000150 0B00 0FE5 A200 0022 5200 0000 0200 6700 ...Vs...ê.....Å.
000160 6900 0000 8000 001E 0006 1359 8400 00FF Ñ...Ø......ßd..ÿ
000170 8001 0000 00FF 0000 008F 3630 0004 87CD Ø....ÿ...±....gò
000180 7058 F3DD 1800 0007 5700 0707 5700 0D00 øì3ù....ï...ï...
000190 0700 0000 0000 0000 0000 0000 0000 0000 ................
0001A0 0000 0000 0000 0000 0000 0000 0000 0000 ................
0001B0 0000 0000 0000 0000 0000 0000 0000 0000 ................
0001C0 0000 0000 0000 0000 0000 0000 0000 0000 ................
0001D0 0000 0000 0000 0000 0000 0000 0000 0000 ................
0001E0 0000 0000 0000 0000 0000 0000 0000 0000 ................
0001F0 0000 0000 0000 0000 0000 0000 0000 0000 ................
000200 0000 0000 0000 0000 0000 0000 0000 0000 ................
000210 0000 0000 0000 0000 0000 0000 0000 0000 ................
000220 0000 0000 0000 0000 0000 0000 0000 0000 ................
000230 0000 0000 0000 0000 0000 0000 0000 0000 ................
000240 0000 0000 0000 0000 0000 0000 0000 0000 ................
000250 0000 0000 0000 0000 0000 0000 0000 0000 ................
000260 0000 0000 0000 0000 0000 0000 0000 1940 ...............
000270 0000 0000 0000 0000 0000 0000 0000 0000 ................
000280 0000 0000 0000 00FF 8000 0000 0000 0000 .......ÿØ.......
000290 0000 0801 00FF FFFF FFFF FFFF FF00 9EC3 .....ÿÿÿÿÿÿÿÿ.ÆC
0002A0 C4D7 C7F0 F3F7 4000 0108 2C00 010D 0000 DPG037 .........
0002B0 0000 0002 E200 0230 0230 0000 0088 0000 ....S........h..
0002C0 0100 00C3 C4D7 C7F1 F0F4 F700 0110 2C00 ...CDPG1047.....
0002D0 0115 0000 0000 0002 E200 0230 0230 0000 ........S.......
0002E0 0088 0000 0100 00C3 D6C4 C5D7 C1C7 C500 .h.....CODEPAGE.
0002F0 002E 2C00 0105 0000 0000 0002 E200 0230 ............S...
000300 0230 0000 0088 0000 0100 00C9 D5C4 5BC6 .....h.....IND$F
000310 C9D3 C500 0118 2C00 0138 0000 0000 0002 ILE.............
000320 C202 E1C0 2828 004B 0888 0000 0100 00FF B.÷{.....h.....ÿ
000330 FFFF FFFF FFFF FF00 0000 0000 0000 0000 ÿÿÿÿÿÿÿ.........
000340 0000 0000 0000 0000 0000 0000 0000 0000 ................
000350 0000 0000 0000 0000 0000 0000 0000 0000 ................
000360 0000 0000 0000 0000 0000 0000 0000 0000 ................
000370 0000 0000 0000 0000 0000 0000 0000 0000 ................
000380 0000 0000 0000 2540 0000 0000 0000 0000 ....... ........
000390 0000 0000 0000 0000 0000 0000 0000 0000 ................
0003A0 0000 0000 0000 0000 0000 00FF 8000 0000 ...........ÿØ...
0003B0 0007 5700 072E 0000 2820 0000 0000 0100 ..ï.............
0003C0 2000 0000 0000 0000 0007 0000 0000 0000 ................
0003D0 00C3 C4D7 C7F1 F0F4 F700 0000 0001 0002 .CDPG1047.......
0003E0 3000 0000 0007 5700 0801 0000 FB80 FA01 ......ï.....Ûس.
I got the IND$FILE XMIT from the CBT459 File607 a few years ago.
The only way I can extract elements form a XMIT file is by using XMIT
Manager.
Carlos Aguilera
1401 Liggates Rd
Lynchburg VA 24502
434-401-4828
------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/turnkey-mvs/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/turnkey-mvs/join
(Yahoo! ID required)

<*> To change settings via email:
turnkey-mvs-digest-***@public.gmane.org
turnkey-mvs-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
turnkey-mvs-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Carlos Aguilera
2010-05-18 12:26:43 UTC
Permalink
Paul:



I got the IND$FILE from the CBT459 File607 a few years ago.



I was simply following the instructions that came with it.



*FILE 607 is from Mike Rayborn and contains a version of

//* IND$FILE which can legally be run on Hercules or

//* on any other MVS system.



This zip includes the IND$FILE free (use at your own risk) software.





Submit the ind$file.jcl and load the ind$file.het on the tape drive.



This led me to believe it was an HET tape. If it is not than what is it?







Carlos Aguilera

1401 Liggates Rd

Lynchburg VA 24502

Carlos-FiVMtmHp2a9Wk0Htik3J/***@public.gmane.org

434-401-4828
Tony Winslow
2010-05-18 13:42:30 UTC
Permalink
This post might be inappropriate. Click to display it.
kerravon86
2010-05-18 15:16:50 UTC
Permalink
Post by Carlos Aguilera
I got the IND$FILE from the CBT459 File607 a few years ago.
I was simply following the instructions that came with it.
Submit the ind$file.jcl and load the ind$file.het on the tape drive.
If you really had a .het file as above, you could
indeed mount it as a tape.

But the CBT people use XMIT for "everything", so
they will have converted it into XMIT format.

RECV370 will process the XMIT.

If you have a friend with a z/OS etc system, they
can use the TSO "RECEIVE" command. But you don't
need friends. RECV370 should do the trick. Although,
the version on TK3 is very old and may have problems.

So you can either install the new version, or use
dasdload, as has already been suggested.

BFN. Paul.
Carlos Aguilera
2010-05-18 16:48:36 UTC
Permalink
Thanks for all your help.



Carlos Aguilera

1401 Liggates Rd

Lynchburg VA 24502

Carlos-FiVMtmHp2a9Wk0Htik3J/***@public.gmane.org

434-401-4828

Loading...