开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: Possibly a FAQ: FCOBOL and VSAM?
Thank you René, I will check it out. BTW, your videos on the Moshix YouTube channel are awesome. I wish they'd been around 8 years ago the first time I got hit with the DOS/VS obsession. I've
By rjcorrig@... · #21 ·
Re: Possibly a FAQ: FCOBOL and VSAM?
Hi Robert, I've never written any Cobol (my first language for Fortran on DOS on a 360/40), but looking at the manual page that you referenced, it has 'SELECT *OUTREC*', but your code has 'SELECT
By Simon Knights · #22 ·
Re: Possibly a FAQ: FCOBOL and VSAM?
Hello Robert, Finally, someone who like DOS/VS as much as me! :-)? Glad you like my videos, there should be one soon about VSAMIO on DOS/VS. All the best, Rene FERLAND, Montreal
By René Ferland · #23 ·
Re: Possibly a FAQ: FCOBOL and VSAM?
The first OS to which I had exposure was DOS/VS. ?One of my early managers would only run DOS/VS. ?Why? ?It was the OS with the lowest overhead. ?That shop made its money by offering online
By Harold Grovesteen · #24 ·
Re: Possibly a FAQ: FCOBOL and VSAM?
where is your FD (File Descriptor) which come prior to the Select statement?
By James King · #25 ·
Re: Possibly a FAQ: FCOBOL and VSAM?
Hi René, Thanks for the help. I haven't had the chance to go back and retrofit the VSAMIO stuff into my program, but your example compiles and runs cleanly, so I think that's the ticket. I'll keep
By rjcorrig@... · #26 ·
Re: NOTAUTH abend in CICS with VSAM
it WORKS! I needed to add a RSL=PUBLIC parameter to the FCT entry for my file, it bypasses security check and eliminates NOTAUTH error thank you for helping and giving hints
By Lucio · #27 ·
Translation Specification Exception with Hyperion 4.3.9; Hercules 3.13 ok
Hi, Wondering if anyone else has run into this... While IPLing ZVSE V4, right after Power begins initializing, a "SYSTEM HAS ENTERED A HARD WAIT <====TRANSLATION SPECIFICATION EXCEPTION" (see
By Mike · #28 ·
Re: Translation Specification Exception with Hyperion 4.3.9; Hercules 3.13 ok
Mike wrote: OR... perhaps you're using a version of Hyperion 4.3 that doesn't have the PIC 12 fix? (committed on 6/16/2020): Revision: a774fc6fd5ae72a1d70aa8f7812d3dcfc7719f8b Author: Fish
By Fish Fish · #29 ·
Documentation Request
Does anyone have a copy of the softcopy library collection that covers ANY version of VSE? If so, where / how can I get a copy? George
By George Shedlock <gshedlock352@...> · #30 ·
Re: Documentation Request
Could this do the trick? https://www.ibm.com/support/knowledgecenter/SSB27H_6.2.0/pdfs_6.2.0_neu.html Rene FERLAND, Montreal
By René Ferland · #31 ·
Confessions and other topics
Confessions: I have been in IT/data processing for over 40 years. In that time I have accumulated a large number of software tapes, manuals and other assorted and related items. Not all of these items
By George Shedlock <gshedlock352@...> · #32 ·
DOSVS R34 Manuals?
Does anyone have manuals for Release 34? I'm especially needing the Messages manual.? I'm getting message number: *4886D TAPE UNIT NOT READY? ? ? ? ? ? ? ?OUTTAPE? SYS011=281 * I don't
By Jim Snellen · #33 ·
Re: DOSVS R34 Manuals?
4886D? TAPE UNIT NOT READY Cause: A sense command was issued to a not-ready tape drive. The sense is made to determine if a file protect ring is needed. System Action: If SYSLOG is assigned to a
By René Ferland · #34 ·
Re: DOSVS R34 Manuals?
Thanks Rene. Type CANCEL or press END/ENTER to cancel the job If I key CANCEL or press END/ENTER, the job cancels as it should. or make a tape drive?ready and type IGNORE to continue processing, I
By Jim Snellen · #35 ·
Re: DOSVS R34 Manuals?
Sure, you can find it here: http://bitsavers.org/pdf/ibm/370/DOS_VS/ We don't have the messages for Release 34, but they are available for Release 29 (better than nothing). :-) Cheers, Rene
By René Ferland · #36 ·
Re: DOSVS R34 Manuals?
The manuals issue is resolved. I've also created a tape using VM (TAPE/VMFPLC2) and DOS/VS (RPG). Thanks. Jim Snellen
By Jim Snellen · #37 ·
Command Sequence for Handling Tape Files (AWS)
I've been able to read and write tape files from both VM and DOS.? However, I'm unclear on the proper sequence of commands. For example, to create a tape file under VM, I issue: 1. */attach 481
By Jim Snellen · #38 ·
Re: Command Sequence for Handling Tape Files (AWS)
Hello Jim, My sequence in VM/370 is like yours: /attach 481 to cmsuser as 181 devinit 481 jim.het tape dump * * a devinit 481 * /detach 481 from cmsuser and it generates no error messages. On
By René Ferland · #39 ·
Re: Command Sequence for Handling Tape Files (AWS)
Jim Snellen wrote: [...] Yes and yes. :) [...] 3. tape dump * * a --> from 3270 session 4. detach 181 --> from 3270 session 5. there is no step 5. The CMS guest, in response to the "tape
By Fish Fish · #40 ·