VTP Assistance Needed
18
Hello friends, I am reposting this request as I noticed Alex replied to a "file upload" notice in 2022 and received no response. I also posted there and probably shouldn't have. ~~~~~~~~~~~~~~~~~~~~~~ Hi Alex & Group, I also had to create an additional VSAM dataspace. I am running DOS/VS as a VM/370 CE guest using Hyperion and HercGUI. Since I was having problems, I decided to breakup up the INSTALL.JCL into (4) separate jobs. I had issues running the install jobs but reading the VTP posts, I was able to get past those. Now when I release the RVTP job and then DIAL, I'm getting (almost) the same results as you. 01 F3 // JOB VTP RUN VTP 3.8 02 DATE 06/12/24,CLOCK 16/43/22 03 F3 4228I FILE FILE00 OPEN ERROR X'80'(128) 04 F3 4228I FILE FILE01 OPEN ERROR X'80'(128) 05 F3 4228I FILE FILE02 OPEN ERROR X'80'(128) 06 F3 4228I FILE FILE03 OPEN ERROR X'80'(128) 07 F3 4228I FILE FILE04 OPEN ERROR X'80'(128) 08 F3 4228I FILE FILE05 OPEN ERROR X'80'(128) 09 F3 4228I FILE FILE06 OPEN ERROR X'80'(128) 10 F3 4228I FILE FILE07 OPEN ERROR X'80'(128) 11 F3 4228I FILE FILE09 OPEN ERROR X'80'(128) 12 F3 4228I FILE FILE11 OPEN ERROR X'80'(128) 13 F3 4228I FILE FILE13 OPEN ERROR X'80'(128) 14 F3 4228I FILE FILE14 OPEN ERROR X'80'(128) 15 F3 4601I NO FORMAT 1 LABEL FOUND IJAFILE SYS000=361 PWRR34 16 F3 0S02I JOB VTP CANCELED DUE TO PROGRAM REQUEST 17 F3 EOJ VTP 18 DATE 06/12/24,CLOCK 16/43/23,DURATION 00/00/01 19 F1 1Q34I F3 WAITING FOR WORK I downloaded the "corrected VTP 3.8" from the Files section and reinstalled using the updated INSTALL.JCL file. VTP starts up in the F3 partition but when I issue the "DIAL DOSVS 080" command from 3270 session, I get the above error. Where did I go wrong and what do I do to fix this? BTW, I did an LVTOC on 361 and the IJAFILE is NOT there, so same question: When I try to run VTP itself, I receive an error relating to IJAFILE, which I think is the Power Account file. On my version of George Shedlock's 5 pack system, this file doesn't appear to be there. Does this need to exist for VTP to work ?
Розпочато
Jim Snellen
@
·
Останніх
@
|
PS/44
12
Has anyone found a copy of the installation tapes for this specialized operating system. PS/44 was designed for the s/360 Model 44, and only allowed Fortran to run. John Rankin
Розпочато
John Rankin
@
·
Останніх
@
|
File Notifications
#file-notice
The following files and folders have been uploaded to the Files area of the H390-DOSVS@groups.io group. /44-MPS.BAL By: Mark Waterbury <mark.s.waterbury@...> Description: Source code for MPS for 360 model 44, recovered from old SHARE SPLA tapes. The following files and folders have been uploaded to the Files area of the H390-DOSVS@groups.io group. /44-MPS_030014.pdf By: Mark Waterbury <mark.s.waterbury@...> Description: Documentation for 44-MPS, from SPLA - the SHARE Program Library Agency. The following files and folders have been uploaded to the Files area of the H390-DOSVS@groups.io group. /PS44-MPS/44-MPS_030014.pdf By: Mark Waterbury <mark.s.waterbury@...> Description: 44-MPS documentation from SHARE Program Library Agency.
Розпочато
Group Notification
@
|
File /dosvtp3.8.zip uploaded
4
#file-notice
The following files have been uploaded to the Files area of the H390-DOSVS@groups.io group. /dosvtp3.8.zip By: Gary Cozzolino <gcozzie@...> Description: new version of vtp for dos/vs
Розпочато
H390-DOSVS@groups.io Notification
@
·
Останніх
@
|
DOS/VS Program Product SPM?
8
I distinctly remember using a product called SPM (Source Program Maintenance?) when I worked in a DOS/VS Rel 34 shop between 1977 and 1979. It was a full-screen 3270 editor, similar to SPF. I don't think I've ever seen it mentioned here. Does anyone have any info or fills? I sort of doubt that it's available but it never hurts to ask. Shawn Goodin
Розпочато
Shawn Goodin
@
·
Останніх
@
|
Does anyone have the DOS/VS R34 source files or know where to get them?
7
Does anyone have the DOS/VS R34 source files or know where to get them?
Розпочато
Mike Ward
@
·
Останніх
@
|
Some questions about BSAM files on DOS/VS
15
Hello everybody I know that my questions may be stupid but .. 1. How to remove (delete) BSAM dataset from DASD? In MVS I just use DISP=DELETE and IEFBR14, but how to remove sequenced dataset, previously allocated with DLBL and EXTENTs in JCL? 2. If I define DLBL and EXTENTs in JCL, but phase exuting in HOB STEP not touch (open, write) the file - will any extend will be allocated and enty in VTOC created? 3. If I have 2 extents defined, and program write data only for one extend (small record) will second extent will be allocated? I have strange observation and could not find the answers in available documentation Thanks Piotr P.S Sorry for my unfinished previous message, I've incidentally press the enter.
Розпочато
Piotr Kolasiński
@
·
Останніх
@
|
How to delete BSAM file on DOS/VS
7
I worked on DOS/VS systems back in the mid- to late 1970's. While DOS/VS has some extent protections as mentioned, actual management of space on volumes is manually performed. This was usually managed by the system programmer's. The sysprog (usually only one) had to know what was where. Areas for each partition were reserved for work files. These were usually the same area on separate volumes of the same DASD type and attached to the different partitions by means of the same LU number. That would allow a programmer to have his batch programs jobs run in any of partitions with the same JCL. And while a VTOC entry can be removed, its data on the volume remains until physically overwritten, eventually. Of course, with Hercules it is extremely easy to add physical volumes to the configuration. But not quite so easy to add them to the DOS/VS Supervisor. That requires a new assembly. Like others, I am sure I forgot a lot of details since then. But the amount of human work to manage the DOS/VS system was significant. With just a single user, that is not as complicated as it sounds. I would encourage you to understand exactly how the system is set up. If you already do understand that, wonderful. If not do so. The acts of learning this information will itself educate you. DOS/VS is dumb. You are the smart one. Those who have worked with DOS/VS system you have certainly were smart. So some of what I refer to may already be inherent in the system. Still you need to understand it. WATCH THE OPERATOR CONSOLE. It will save you! Or KILL you. I worked in a shop where the operators did not understand the console or the messages. Shop was new to DOS/VS. When an operator's message came up they would just hit enter. That was hell! ENTER is in many cases NOT the right response. Harold Grovesteeen On 1/23/24 14:34, Piotr Kolasiński wrote:
Розпочато
Harold Grovesteen
@
·
Останніх
@
|
POWER II source distribution
18
I am trying to find complete source distribution for POWER II. Sadly the AWS file that we have seems to be missing at least A.POWERPRT, A.POWERPUN, A.POWERRDR, and A.POWERCOM which is the meat of POWER II. This would be for use under DOS/360. Any leads appreciated!
Розпочато
Roger McCarty
@
·
Останніх
@
|
File /hello_99bottles_pi.zip uploaded
#file-notice
The following files and folders have been uploaded to the Files area of the H390-DOSVS@groups.io group. /hello_99bottles_pi.zip By: Doug Wegscheid <dwegscheid@...> Description: "Hello world" and "99 bottles of beer on the wall" in assembler, Cobol, FORTRAN, and PL/I, as well as a PL/I program to calculate digits of pi. All tested on DOS/VS, probably will work on DOS/360. A place for the neophyte to start. Some of these are directly from prior postings in this list (thank you, René!)
Розпочато
Group Notification
@
|
Missing module?
10
Hello everyone, I have been trying to run this very simple Hello World assembler program on George Shedlock 5-pack and the execution fails: PRINT ON,GEN,DATA HELLO START 0 BALR 12,0 USING *,12 OPEN PRINTER PUT PRINTER,$HELLO CLOSE PRINTER EOJ PRINTER DTFPR X BLKSIZE=81, X CTLCHR=ASA, X DEVADDR=SYSLST, X IOAREA1=PRTIO1, X IOAREA2=PRTIO2, X WORKA=YES LTORG * PRTIO1 DS CL81 PRTIO2 DS CL81 $HELLO DS 0CL81 DC C'1' DC CL15'Hello, World! ' DC 65C' ' END HELLO BG // JOB HELLO - HELLO WORLD IN DOS/VS ASSEMBLER (RF, 2020/04/18) DATE 04/19/20,CLOCK 18/09/23 BG 0S03I PROGRAM CHECK INTERRUPTION - HEX LOCATION 00000C - CONDITION CODE 0 - OPERATION EXCEPTION 0S00I JOB HELLO CANCELED BG EOJ HELLO DATE 04/19/20,CLOCK 18/09/23,DURATION 00/00/00 The program check seems to come from a missing module. After the expansion of the DTFPR macro, I can see this: 000049 000000 41+ DC VL3(IJDFAZIW) ADDR OF LOGIC MODUL3-8 76800025 and the link editor writes: UNRESOLVED EXTERNAL REFERENCES EXTRN IJDFAZIW 001 UNRESOLVED ADDRESS CONSTANTS I check the system relocatable library and while IJDFAZIZ is there, IJDFAZIW is not. Where is the missing module? Or is the problem somewhere else? Rene FERLAND, Montreal
Розпочато
René Ferland
@
·
Останніх
@
|
Shedlock DOS/VS: Changing POWER/VS autostart deck?
8
Looking at Professor Ferland's supervisor build from the Moshix M92 video, I see that there are additional unit record devices defined. I have a sockdev reader defined in my hercules config at x'02c', running the $$a$sup1 supervisor in the Shedlock 5 pack. Submitting a job to that reader does not seem to do anything, until I did a PSTART RDR,02C. If I IPL the Beaulieu system (using the $$a$supt supervisor), I can submit jobs to the reader at x'02c' just fine without manually issuing a PSTART. Looking at GC33-5403-1 DOS/VS Power/VS Installation and Operations (Sept 74), there are probably a PSTART for the reader at 02C in the autostart deck on the Beaulieu system. How does a novice change the AUTOSTART deck?
Розпочато
Doug Wegscheid
@
·
Останніх
@
|
Shedlock DOS/VS: Compilers?
3
So far, I've discovered the FFORTRAN and PL/I Compilers on the Shedlock system. Haven't tried COBOL yet. I'll probably end up just making a new supervisor with everything set up for 2314 work files. In Professor Ferland's videos, I thought I heard that RPG could be installed, as well as higher level compilers for the other languages. Can anyone point this novice in the correct direction for getting those installed?
Розпочато
Doug Wegscheid
@
·
Останніх
@
|
DOS/VS: where to start?
6
I'm wanting to get a DOS360 or DOS/VS (preferably) running. I'm looking for something that I can just do compile and run for PL/I, Cobol, and (hopefully) FORTRAN. I grabbed the dosvs5pack-v1r0m1*.zip files from the yahoo groups archives, and got it running (had to adjust the configuration for case-sensitivity, I host on Linux). Apparently it was put together by Michel Beaulieu. I see references to a 5-pack by Shedlock. Are they the same? If not, which is preferable for my load-and-go scenarios? (and where do I find the latter?).
Розпочато
Doug Wegscheid
@
·
Останніх
@
|
Is there a Hello World COBOL example for DOS/VS?
13
Hi folks. Of all the languages around in this Mainframe work, Cobol is the only one I played with a little in the past with OpenCobolIDE (although I find Fortran not that hostile :-) ... But here I'm struggling because at the stacked principles that have to be all right in order for a JOB to work. Does someone know about some fundamental/basic examples of DOS/VS COBOL JOBs to start to play with? I've not found even the classic Hello World sample to check whether fcobol wakes up. Thank you very much in advance. Cheers.
Розпочато
Alejandro olivan Alvarez
@
·
Останніх
@
|
VTAM DOS/VS
8
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
Розпочато
Tom Chandler
@
·
Останніх
@
|
Web 3270
Gentlemen, here the web page that I created to access via browser any Mainframe connected. Simply filling IP address and TN3270 port. These are pictures of my Mainframe being accessed thru Internet. I can make the page available for tests, accessing my Mainframe. Use the inbox to request a test.
Розпочато
Nelson Forni
@
|
Earliest FORTRAN COMPILER available for use with Hercules.
12
Hello Everyone! I know this may sound strange, but when you're trying to delve into the history of computer technologies, the earliest version of a program can be much more valuable than the latest one. In 1958, FORTRAN II was released. Is there a version of it available for DOS360? What is the earliest version of FORTRAN that is accessible for Hercules? Best wishes, Andre
Розпочато
Andre
@
·
Останніх
@
|
Can anyone please share a JCL file with program that takes more than 0 seconds to run?
5
Hello everyone! I want to create a large queue of jobs, but I don't know how to do it. Currently, when I submit a job to the card reader, it completes instantly in 0 seconds. This is frustrating because I want to observe the job's progress. I would like to learn how DOS/VS uses FG's to manage numerous jobs in different languages. Once again, I want to wait for each job to complete. My plan is to pause all execution somehow, then create a substantial queue of jobs, and finally resume execution while monitoring the ongoing processes. Could someone help me with this endeavor? Even if you can provide only one JCL file, I would greatly appreciate your help. Or if you can explain how I can create a job queue or monitor its progress, that would be very helpful. Best wishes, Andre
Розпочато
Andre
@
·
Останніх
@
|
Going back to the future and writing programs for mainframes in the process
23
Hello Everyone, My name is Andre, and i am new ibmuser. All my life i thought that Altair 8800 was the "first" computer, but then i have learned about mainframes. :) My interest grew stronger and stronger, and then i found moshix channel at YouTube. That was the beginning of my journey. Well, while other people try to run most recent operating systems, i was really interested in ancient ones.Tried UNIXv7, Multics and even CTSS. But for me they are not so complicated as IBM OS/360. It is like OS from other dimension, from planet Nibiru. Some companies do not release any good documentation, but IBM is not one of them, they release TOO MUCH, and their documentation is really hard to read or understand. Maybe it was done intentionally, so people would be forced to buy support, i don't know. So why DOS/VS? For me it is because this OS is closest to DOS360, and run perfectly on Hercules. What is my goal? To write my own assembler program(not just hello world, but something more advanced) and run it successfully on DOS/VS. Plus points if it also would run on DOS/360. What is my problem? Every time i find a good book about assembler, it seems that i found a book for wrong type of assembler. Nothing works. I am truly fascinated by programmers of that period. Recently i started to read magnificent book by Bill Qualls "Mainframe Assembler Programming". He gives a lot of code examples and recommends to run them on PC/370 by Don Higgins. https://www.billqualls.com/assembler/ But it turns out, that those examples are useless, because they use macros of PC/370 program and those macros not present in IBM OS's. How to import them, i don't know. Also, i have big problem with JCL. It seems that for every type of OS there is different syntax for JCL. And lots of sites cover JCL for latest z/OS, not for DOS/VS. I am looking for help here, only because i feel that i am stuck. Maybe there is someone, who also read Bill Qualls book and was able to run his examples on Hercules. Or maybe someone would recommend other good assembly book, with examples that would work on DOS/VS. Or maybe someone would share with me universal JCL for DOS/VS that should run almost any intermediate assembly program. Any help are welcomed. Best wishes, Andre
Розпочато
Andre
@
·
Останніх
@
|
1 - 20 з 83