开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Re: PL/I SELECT statement Supported?
Do you have an example of the macro that is needed? Thanks...
By bufbooth · #5164 ·
Re: PL/I SELECT statement Supported?
No, but there are macros in the file section with the statement you need. Marco
By M Verpelli · #5163 ·
Re: Work with your Turnkey System like you are scientist from NASA!
Thanks for the info … these will be very interesting to browse through! Jim
By Jim Allen · #5162 ·
Re: zOS shutdown in Hyperion
It seemss You have Netview active on z/OS, if the STC name is CNMPROC, try this NCCF cmd: F CNMPROC,NCCF EXCMD AUTO1 SHUTSYS Hope this help Bye
By Diego Rodighiero · #5161 ·
PL/I SELECT statement Supported?
Hello All, does the version of PL/I that Hercules/MVS38 use support the SELECT/WHEN statement?? I get a compile errors on any SELECT statement.? Thank you, Dennis
By bufbooth · #5160 ·
Re: DLI loading on Tk4 and MVSCE?
The source is included on SYSCPK, and also available at CBT: https://cbttape.org/ftp/cbt/CBT571.zip
By Jay Moseley · #5159 ·
Re: How to link mainprogram and subprogram in MVT Cobol
Thank you. Ok. I see in which direction it goes. In GC28-6399 COBOL_Compiler_and_Library Manual, SYSIN is not mentioned. But I found it in GC26-4061-1_MVS_370_Linkage_Editor_Users_Guide_Dec85. With
By ssulser@... · #5158 ·
Re: zOS shutdown in Hyperion
I would only assume it would exist if running the exact z/OS system the doc was written for. Startup/shutdown procedures could vary greatly from one shop to another, especially if automation products
By Kevin Monceaux · #5157 ·
Re: zOS shutdown in Hyperion
just in case you are using an ADCD distro: In that case the magic command is "S SHUTDOWN" ?
By Juergen · #5156 ·
Re: zOS shutdown in Hyperion
All the docs I’ve found give the same instruction on how to cleanly shutdown the zOS session, namely # in "system" terminal: S SHUTSYS Z EOD # then, once finished, in Hercules: exit So I assume it
By Erics51 · #5155 ·
Re: DLI loading on Tk4 and MVSCE?
Allan, yes, that's a pretty good summary of why you'd probably have to be insane to try to get IMS/360 DL/I (especially what appears to be a beta version) working on MVS. Which I suppose is where I
By John James · #5154 ·
Re: zOS shutdown in Hyperion
Hi René Tried S SHUTALL but with the same outcome sadly. Regards Eric Silvesterr
By Erics51 · #5153 ·
Re: How to link mainprogram and subprogram in MVT Cobol
It allows you to append control statements to the SYSLIN dataset. You might include statements to supply additional directives to the Link Editor, such as NAME, ORDER, etc.
By Jay Moseley · #5152 ·
Re: Work with your Turnkey System like you are scientist from NASA!
Thanks André, very nice! René.
By [email protected] · #5151 ·
Re: zOS shutdown in Hyperion
I'm definitely doing something wrong.? I'm trying to run 2.5 and can only re-ipl by doing a quiesce first. I can only see two terminals (0060,0061) and 0060 is used for the console. Also, there's no
By Jim Snellen · #5150 ·
Re: How to link mainprogram and subprogram in MVT Cobol
//LKED.SYSIN DD * Statements to include additional programs into load module. /* https://www.ibm.com/docs/en/zos/2.1.0?topic=statements-using-library-statement Include copies the member (subroutine)
By Mike Schwab · #5149 ·
Re: How to link mainprogram and subprogram in MVT Cobol
It is a concatenation statement for SYSLIN, typically to provide linker statements which, for example, would allow you to link/edit your main object module (the one defined by SYSLIN) with some other
By René Ferland · #5148 ·
Re: zOS shutdown in Hyperion
Quick guess is that you do NOT have a procedure installed called shutsys May be need to look for the correct way - I seem to recall I had to run a few procedures to close everything down before doing
By Vince Coen · #5147 ·
Re: zOS shutdown in Hyperion
Have you tried S SHUTALL instead? Cheers, Rene FERLAND, Montreal
By René Ferland · #5146 ·
zOS shutdown in Hyperion
Running Hyperion dev branch 4.8 on Apple M2 hardware and can successfully start z/OS (V2.2, 2.5 & 3.1) but can't shut any of them down cleanly.? Issuing S SHUTSYS fails on every system - see
By Erics51 · #5145 ·