Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- H390-DOSVS
- Messages
Search
Re: VTAM DOS/VS
As I recall having worked as system programmer in a DOS and VM environment in the 1980's, we always had POWER as 1st priority, VTAM as 2nd, CICS as 3rd and finally batch as lowest priority.
The reason behind is that both POWER and VTAM served the other partitions and did not use many resources. Best regards, Steen Hansen |
VTAM DOS/VS
Been working on VTAM under DOS/VS.? Reading all the notes, emails, etc, I have collected over time
I have got VTAM up and running under DOS/VS.? Does do anything, as I have no appl that will run under it.? A bunch of questions about it,that I have not figured out yet. ex:? Do you run VTAM under Power? yes/no..... ????? I have tried to run it at a higher priority than power, but not sure about it. Numerous other questions, but one at a time... The code can be found at github.com/tchandler48/DOS5PEXT along with the documentation in the HOWTO pdf..... Any help, comments, etc, will be greatly appreciated.... Thank you Tom c |
Re: VTP on DOS/VS 5-pack
Hi Ren¨¦.
Thanks for the swift reply.? Given whats in DOS/VS without licensed program this sounds quite cool. I will have to try it out during Christmas holidays. A merrry Christmas and happy New Year to everyone here in this forum - and all the other mainframe and Hercules related groups. Cheers, Steen |
Re: VTP on DOS/VS 5-pack
On Thu, Dec 23, 2021 at 10:55 AM, Steen Hansen wrote:
>> Just out of curiosity, what type of program is VTP and which functions does it offer? It gives DOS/VS a 3270 interactive interface, providing services regarding system information, libraries, VSAM, POWER, and utilities.? Cheers, Rene FERLAND, Montreal |
Re: VTP on DOS/VS 5-pack
Gary, Got vtp installed,? GREAT WORK.? Look forward to next releases....... Thank you for a GREAT JOB........ Cheers Tom c On Thu, Dec 23, 2021 at 5:22 AM Gary Cozzolino via <gcozzie=[email protected]> wrote:
|
Re: VTP on DOS/VS 5-pack
Gary, I'm intrigued. VTP looks like a very useful tool, especially in the absence of something like SPM or ICCF. Is there a single place to get it and look at how to install and use it? Preferably without having to sysgen VS1 or DOS/VS (of any flavor) first? On Thu, Dec 23, 2021 at 5:22 AM Gary Cozzolino via <gcozzie=[email protected]> wrote:
--
Jay Maynard |
Re: VTP on DOS/VS 5-pack
There are 3 things, not supported by vtp: ? ? 1. Private relocatable library's ? ? 2. Private core-image library's ? ? 3. User VSAM catalogs Maybe in next release? Work around is to remove USER Catalog jcl from standard labels Gary?
On Tuesday, December 21, 2021, 05:57:52 PM MST, Ren¨¦ Ferland <ferland.rene@...> wrote:
Hello Gary,
?
I installed your VTP program on my copy of George Shedlock DOS/VS 5-pack, which I run native under Hercules 3.13.
?
When I try to use the Catalog Services (option 1), I run into an error, and the job get cancelled:
?
AR r rdr,vtp
F1 1R88I? OK
F1 1Q47I? ?F2 VTP 00287 FROM 000
F2 // JOB VTP
? ?DATE 12/20/21,CLOCK 17/29/29
F2 4228I FILE IJSYSUC? ? OPEN? ERROR X'22'(034)?
F2 4228I FILE IJSYSUC? ? OPEN? ERROR X'22'(034)?
F2 4228I FILE IJSYSCT? ? OPEN? ERROR X'B4'(180)?
F2 0S03I PROGRAM CHECK INTERRUPTION - HEX LOCATION 000000 -
? ? ? ? ?CONDITION CODE 0 - OPERATION EXCEPTION
? ?0S00I JOB VTP? ? ? CANCELED?
F2 EOJ VTP
? ?DATE 12/20/21,CLOCK 17/29/40,DURATION 00/00/10
F1 1Q34I? ?F2 WAITING FOR WORK
?
On the 5-pack I use, there are two VSAM catalogs: the master catalog is on the DOSR34 disk and a user catalog is on the VSAM01 disk. The standard labels for them are below:
?
// DLBL IJSYSCT,'VSAM.MASTER.CATALOG',99/365,VSAM
// EXTENT SYSCAT,DOSR34,1,0,15450,300
// DLBL IJSYSUC,'VSAM.USER.CATALOG',,VSAM
// EXTENT SYS010,VSAM01,1,0,30,720
?
VSAM.USER.CATALOG has its entry in VSAM.MASTER.CATALOG, while there is on VSAM01 a user space whose entry is in VSAM.USER.CATALOG.
?
Can something be done regarding this?
?
Cheers,
?
Rene FERLAND, Montreal
?
P.S. -- I can also send you the job output with the dump if it can help.
?
|
VTP on DOS/VS 5-pack
Hello Gary,
?
I installed your VTP program on my copy of George Shedlock DOS/VS 5-pack, which I run native under Hercules 3.13.
?
When I try to use the Catalog Services (option 1), I run into an error, and the job get cancelled:
?
AR r rdr,vtp
F1 1R88I? OK
F1 1Q47I? ?F2 VTP 00287 FROM 000
F2 // JOB VTP
? ?DATE 12/20/21,CLOCK 17/29/29
F2 4228I FILE IJSYSUC? ? OPEN? ERROR X'22'(034)?
F2 4228I FILE IJSYSUC? ? OPEN? ERROR X'22'(034)?
F2 4228I FILE IJSYSCT? ? OPEN? ERROR X'B4'(180)?
F2 0S03I PROGRAM CHECK INTERRUPTION - HEX LOCATION 000000 -
? ? ? ? ?CONDITION CODE 0 - OPERATION EXCEPTION
? ?0S00I JOB VTP? ? ? CANCELED?
F2 EOJ VTP
? ?DATE 12/20/21,CLOCK 17/29/40,DURATION 00/00/10
F1 1Q34I? ?F2 WAITING FOR WORK
?
On the 5-pack I use, there are two VSAM catalogs: the master catalog is on the DOSR34 disk and a user catalog is on the VSAM01 disk. The standard labels for them are below:
?
// DLBL IJSYSCT,'VSAM.MASTER.CATALOG',99/365,VSAM
// EXTENT SYSCAT,DOSR34,1,0,15450,300
// DLBL IJSYSUC,'VSAM.USER.CATALOG',,VSAM
// EXTENT SYS010,VSAM01,1,0,30,720
?
VSAM.USER.CATALOG has its entry in VSAM.MASTER.CATALOG, while there is on VSAM01 a user space whose entry is in VSAM.USER.CATALOG.
?
Can something be done regarding this?
?
Cheers,
?
Rene FERLAND, Montreal
?
P.S. -- I can also send you the job output with the dump if it can help.
? |
File /VTP/vtpdosvs.zip uploaded
#file-notice
[email protected] Notification
The following files have been uploaded to the Files area of the [email protected] group. By: Gary Cozzolino <gcozzie@...> Description: |
Re: 4 files uploaded
#file-notice
On Wed, Nov 24, 2021 at 06:51 AM, <cjar1950@...> wrote:
I then tried using "class=2" on the vtp jobcard, and got a response on unit 080. Thanks Chris, that worked also on George Shedlock 5-pack. Once the 3270 connection runs, the screen is pretty self-explanatory. I regrouped and moved the files into a folder named VTP.? Cheers, Rene FERLAND, Montreal |
Re: 4 files uploaded
#file-notice
Rene,
I have tried this (following your notes) on Michael Beaulieus setup. I got the same as you. I then tried using "class=2" on the vtp jobcard, and got a response on unit 080. Chris -- <cjar1950@...> ---------------------------------------------------------------------------------------------------------------------------------- On Tue, 23 Nov 2021 11:38:56 -0800 Ren¨¦ Ferland <ferland.rene@...> wrote: Hello Gary, |
Re: 4 files uploaded
#file-notice
Hello Gary,
?
I tried your VTP program on George Shedlock 5-pack and I encountered two problems:
?
1) on the DASD SORT01.2314.cckd, the file is TSO.PVT.CIL, not VTS.PVT.CIL ?as indicated in the Install.jcl job;
?
2) after changing the name in the Install job, I tried to run the program but I get:
?
AR r rdr,vtp
F1 1R88I ?OK
F1 1Q47I ? F3 VTP 00167 FROM 000 COZZIE
F3 // JOB VTP
? ?DATE 11/23/21,CLOCK 13/44/48
F3 // EXEC VTPX000,SIZE=(AUTO,256K)
F3 1S36I ?HIGHEST PHASE ADDRESS EXCEEDS PARTITION SIZE
F3 1I70I ?JOB VTP ? ? ?CANCELLED DUE TO CONTROL STATEMENT ERROR
F3 EOJ VTP
? ?DATE 11/23/21,CLOCK 13/44/48,DURATION 00/00/00
F1 1Q34I ? F3 WAITING FOR WORK
F1 1Q34I ?LST WAITING FOR WORK ON 00E
Is the file on SORT01 the right one??I also noticed that the files are not regrouped in a ZIP in the Files section of the group. It would be better to load them in a ZIP. ?
Cheers,
?
Rene FERLAND, Montreal P.S. -- What is this program supposed to do? There is no information about it in readme.txt. |
4 files uploaded
#file-notice
[email protected] Notification
The following files have been uploaded to the Files area of the [email protected] group. By: Gary Cozzolino <gcozzie@...> |
File /vtpdosvs.zip uploaded
#file-notice
[email protected] Notification
The following files have been uploaded to the Files area of the [email protected] group. By: Gary Cozzolino <gcozzie@...> Description: |
Re: sserv with dos rel 34
Mucho gracias amigos :)
toggle quoted message
Show quoted text
Mike On 10/11/21, Ren¨¦ Ferland <ferland.rene@...> wrote:
On Mon, Oct 11, 2021 at 05:05 PM, Mike Stramba wrote:You need to use ESERV, not SSERV. :-) |
to navigate to use esc to dismiss