开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
DOS/VSE & VM SQL Issue 4
i have a SQL database running on both VSE and VM. I can access the VSE db server via a preprocessed, compiled, and cataloged batch program. I can also access the VM db via ISQL or a COBOL program that has been preprocessed, compiled, and executed under CMS. The documentation suggests I should be able to access the VM db server from a VSE batch program, however, all of my attempts have failed, and I keep getting data from the VSE db. I will work on the online (CICS) access later but would welcome any suggestions or tips! I am working with the sample tables on both systems. The COBOL programs were provided by IBM to test the respective installations. I have changed the last name on one of the sample tables (EMPLOYEE) on VM to determine if I am accessing the correct db when executing the VSE batch job which simply prints a telephone listing report. Since both databases are named SQLDBA, (somewhate confusing for me) I'm using the settings below: FOR VM: USER SQLMACH SQLMACH 64M 128M G OPTION MAXCONN 26 IUCV ALLOW *IUCV *IDENT SQLDBA GLOBAL* etc. USER VSEVM VSE 256M 256M G *IUCV SQLMACH* <<---- ?? allows IUCV communication to SQLMACH ?? etc. FOR VSE: SET XPCC TARGET SQLMACH TO APPCVM TARGET SQLDBA <<---- specified during IPL ARISDIRD.A DB2 for VSE Database Directory *TPN *| APPLID *| | SYSDEFAULT * = system default *| | |DBNAME *| | || PDEFAULT *| | || | *| | || | PRIVLEGE *| | || | | SYSID *| | || | | | REMTPN *| | || | | | | * 1 1 3 33 3 4 4 4 *2..._7......4_.7................4_67_9_1..4_6.......................... *SQLMACH* **SQLDBA* <<---- added to ARISDIRD macro ÷6DB SYSARI00 SQLDS What am I missing and/or what is in error? TITLE INCORRECT, SHOULD BE VSE & VM ISSUE
Started by Jim Snellen @ · Most recent @
FASTER 3
Does anyone recall an IBM package for DOS called FASTER. I think the name was something like "Filing and storage technique for easy retrieval?" I think it was a bunch of macros to build and access a database, and was probably a Type-III program. No specific reason for this request, but somehow this floated into my mind, and I can't seem to Google it.
Started by Iron Spring Software @ · Most recent @
looking for tape 10
Trying to locate 5746-xx1 DL1 for dos/vs. If anyone knows/or has access to this tape, I would appreciate a heads up. Thank You Tom c
Started by Tom Chandler @ · Most recent @
dosvs aws tapes
I have the two following tapes: 5747-AG1-2001-T24406 189400 EP/VS for DOS/VS & VSE – 3704/3705 Emulator Support (SYSIN format) (This modifies the assembler to do assemblies for 37xx FEPs) 5747-AG1-2001-T24407 3655100 Run Libraries (MSHP format) I have NO documentation and can not find anything via Google. Any information anyone may have, I would appreciate very much. Thank you Tom c
Started by Tom Chandler @
restore optional tapes dos/vs 5 Pack 5
I am trying to use the restopt4.dosvs jobstream to load the optional VTAM support to the 5 Pack system. I keep getting equipment checks. Has any one be able to load the data to the system. Thank You Tom c
Started by Tom Chandler @ · Most recent @
SimH IBM 360 Emulator with control panels and visuals 3
Hi Guys On top of Richard Cornwell excelent IBM360 simulator I've added a Model 30/40/50 Cpu panel + i/o devices The sources to build are available at https://github.com/rsanchovilla/SimH_cpanel There are also .zip files with Test Run Software Kits ready to run (includes simulator executable for Windows plus BOS/360, TOS/360 and DOS/360) Please feel free to tell me what noes not match the looking of original HW. I would like to mimic the machines as close as possible Enjoy Best Regards Roberto
Started by Roberto Sancho Villa @ · Most recent @
DOS/VS and newer VM 2
Can I run dos/vs r34 under z/VM ?
Started by Crni Mrki, DK4BN @ · Most recent @
The version of DOS/VSE I'm looking for 22
* https://en.wikipedia.org/wiki/DOS/360_and_successors#DOS/VSE "DOS/VSE" "DOS/VSE was introduced in 1979 as an "extended" version of DOS/VS to support the new 4300 processors. The 4300 systems included a feature called ECPS:VSE that provided a single-level storage for both the processor and the I/O channels. DOS/VSE provided support for ECPS:VSE, but could also run on a System/370 without that feature. VSE was the last free version of DOS." THAT is the version I'm looking for! So it does indeed exist. Somewhere. WHERE it exists I don't know, but hopefully someone out there can find a copy for us. -- "Fish" (David B. Trout) Software Development Laboratories http://www.softdevlabs.com mail: fish@...
Started by Fish Fish @ · Most recent @
Label Error? 4
Hello friends, I hate to admit it but I cannot seem to resolve this problem. I'm receiving messages on the VSE console for job CICSICCF: F2 0087 DFHFC0961 DBDCCICS 01/20/22 22:19:10 DBDCCICS Calculation of LSR pool 1 parameters incomplete. Filename SQLBIND has no DSNAME F2 0087 DFHFC0961 DBDCCICS 01/20/22 22:19:10 DBDCCICS Calculation of LSR pool 1 parameters incomplete. Filename SQLGLOB has no DSNAME F2 0087 DFHFC0951 DBDCCICS Open of file SQLBIND failed. DSNAME not available from JCL or FCT F2 0087 DFHFC0951 DBDCCICS Open of file SQLGLOB failed. DSNAME not available from JCL or FCT CICSICCF JCL contains: // JOB CICSICCF CICS/ICCF STARTUP // OPTION SADUMP=5 // OPTION SYSDUMPC // UPSI 11100000 // LIBDEF *,SEARCH=(PRD2.CONFIG,PRD1.BASED,PRD1.BASE,PRD2.PROD, X PRD2.SCEECICD,PRD2.SCEECICS,PRD2.SCEEBASD, X PRD2.SCEEBASE,PRD2.DBASE,PRD1.MACLIBD, X PRD1.MACLIB,PRD2.DB2610),PERM // LIBDEF DUMP,CATALOG=SYSDUMP.F2 // DLBL SYSCAT,'DB2.USER.CATALOG',,VSAM // DLBL SQLBIND,'DB2.BIND.MASTER',,VSAM,DISP=(OLD,KEEP),CAT=SQLCAT // DLBL SQLGLOB,'DB2.SQLGLOB.MASTER',,VSAM,DISP=(OLD,KEEP),CAT=SQLCAT DFHFCTSP contains: (the SIT contains FCT=SP) SQLGLOB DFHFCT TYPE=FILE, X ACCMETH=(VSAM,KSDS), X FILE=SQLGLOB, X FILSTAT=(ENABLED,OPENED), X SERVREQ=(ADD,BROWSE,DELETE,UPDATE), X RSL=PUBLIC, X STRNO=2 * SQLBIND DFHFCT TYPE=FILE, * * * * * * * * * * * X ACCMETH=(VSAM,KSDS), X FILE=SQLBIND, X FILSTAT=(ENABLED,OPENED), X SERVREQ=BROWSE, X RSL=PUBLIC, X I've looked up the error code messages but it appears I've covered all the bases. What am I not seeing?
Started by Jim Snellen @ · Most recent @
Possibly a FAQ: FCOBOL and VSAM? 12
Hi all, I've been playing around with the DOS/VS 5-pack running under the VM/370 6-pack on Hercules. I have an FCOBOL program that will take cards representing books on my bookshelf and insert them into an ISAM file. I've already got the same code working against a VSAM file through the ISAM Interface Program. Now I'd like to take the mask off and change my FD statement to tell FCOBOL that no, really, this is a VSAM file after all. But I am getting compile errors. Code: Compile errors: The syntax was lifted directly from page 143 of the DOS/VS Cobol Programmers Guide: http://www.bitsavers.org/pdf/ibm/370/DOS_VS/cobol/SC28-6478-2_DOS_VS_COBOL_Compiler_and_Library_Programmers_Guide_Jun76.pdf Thinking the compiler wanted the device class and type, even though the manual says they are for documentation purposes only, I changed the name to SYS012-DA-2314-BOOKS. I get fewer errors, but it still doesn't compile: I went back through the old mailing list messages, because something jogged my memory about VSAM not being supported under the FCOBOL compiler in the DOS/VS 5-pack, but I couldn't put the pieces together to confirm or deny. Before I waste a couple of days on this, am I on a fool's errand? Am I stuck with just using the ISAM interface? Thanks for any advice. Regards, Robert Corrigan
Started by rjcorrig@... @ · Most recent @
Private: Re: [H390-DOSVS] FW: [hercules-390] Interesting project I would like to undertake
Can others try this?
Started by David Browne @
FW: Private: Re: [H390-DOSVS] FW: [hercules-390] Interesting project I would like to undertake
(Forward of Private email received; identifying info redacted) > Here is a link to the P370 VM/ESA 1.3.2 (370 Feature) distribution > that includs VSE/ESA 1.3.2 ... > > https://www.dropbox.com/.... > > This was the very first version called "VSE/ESA" -- being the > "370 Feature" it ran on S/370s, rather than S/390, as most of > the later VM/ESA and VSE/ESA versions required. Not interested. I want the S/370 version, not the ESA/370 version. > For now, I suspect this may be as close as you can get to the > original DOS/VSE, VSE/AF, or VSE/SP versions you are looking for. I'm NOT interested in VSE/AF or VSE/SP! I'm ONLY interested in the S/370 DOS/VSE version that came BEFORE both them. I'm ONLY interested in the version of DOS/VSE that came immediately AFTER the last DOS/VS release (which, AFAIK, was R34, which is the version we already have). I believe it was called DOS/VSE R35. > Try it and see? Not interested. > Let me know if you have any questions about this distribution. > > All the best, I appreciate the thought. I received emails from others offering me the same thing and even other, even more modern versions of VSE, but none of them are even close to what I'm interested in obtaining. Sorry. :( -- "Fish" (David B. Trout) Software Development Laboratories http://www.softdevlabs.com mail: fish@...
Started by Fish Fish @
VTP on DOS/VS 5-pack 25
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.
Started by René Ferland @ · Most recent @
FW: [hercules-390] Interesting project I would like to undertake 19
(Forwarding from main Hercules group to the H390-DOS/VS group) Seymour J Metz wrote: > AFAIK, everything from DOS/VSE through VSE/SP can exploit ECPS:VSE. > Neither VSE/ESA nor Z/VSE can. > > DOS/VSE is free; AF, SSX, SP et al are licensed. Well that's what I'm looking for! A very early version of DOS/VSE that supports ECPS:VSE. If anyone can manage to locate one, PLEASE CONTACT ME! Thanks. -- "Fish" (David B. Trout) Software Development Laboratories http://www.softdevlabs.com mail: fish@...
Started by Fish Fish @ · Most recent @
[hercules-390] Interesting project I would like to undertake 2
And me for DOS/VSE 2.1 !
Started by David Browne @ · Most recent @
My own project
If anyone has a copy of DOS/VSE any version please share. Thanks.
Started by Mike Ward @
Added Folder /vtpv3.8 #file-notice
Gary Cozzolino <gcozzie@...> added folder /vtpv3.8
Started by [email protected] Notification @
COBOL COPY STATEMENT 8
Another question for VSE COBOL Experts: VSE/ESA 2.4 and VSE COBOL 1.1.1 - I have copybook member FILE01.A in USER.LIB sublibrary. - in JCL in compiling step i have DEFLIB definition: // LIBDEF SOURCE,SEARCH=USER.LIB - in COBOL source i have following sequence: WORKING-STORAGE SECTION. COPY FILE01. Compiler is giving following Error: IGYLI0048-S THE MEMBER WAS NOT FOUND IN THE "COPY" LIBRARY. SKIPPED TO THE PERIOD TERMINATING THE "COPY" STATEMENT. What I doing wrong???
Started by Crni Mrki, DK4BN @ · Most recent @
CICS in which LIB? 4
One question for VMS/ESA, if anyone knows answer. In which lib go cics compiled objects and maps that cics can find them?
Started by Crni Mrki, DK4BN @ · Most recent @
dos/vs 3270 7
I am working on a program, and I wish to run it in a local attached 3270, instead of output to the console. Does anyone have sample code and/or pointers to what I may be looking forward. Cheers Tom c
Started by Tom Chandler @ · Most recent @
Current Image
Image Name
Sat 8:39am