¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: Help request: COBOL Compile, Link and Go
in FORTRAN the card punch is unit 7 I wouldn't have a clue about the paper tape reader Tim
By Tim · #1695 ·
Re: [Marketing Mail] Re: [H390-MVS] Newbie question about REVIEW/RPF etc
I am not sure which emulator you are using ¨C however, I am using REAL IBM Personal Communications (I have several different versions ¨C all work the same) and this works FINE. I would suggest you
By Jeff Bassett · #1694 ·
Re: Attn does not interrupt
According to the 3274 programmers manual, the ATTN key only operates in an SNA environment. [image: image.png] Joe
By Joe Monk · #1693 ·
Re: Newbie question about REVIEW/RPF etc
Hey Rob, I'm interested in learning more about RPF.? However, I'm using it in the latest TK4- environment, I notice that it isn't playing nice with the wx3270 emulator when setting up a terminal of
By Jeffrey Melton · #1692 ·
Re: Help request: COBOL Compile, Link and Go
in FORTRAN the card punch is unit 7 Tim
By Tim · #1691 ·
Re: Trying to add a printer or punch as sockdev
"I don't know how JES2 links PRT1 to an MVS device address!" Thats in member JES2PM00 in SYS1.PARMLIB.... * * LOCAL PRINTERS * * PRINTER1 UNIT=00E,CLASS=A,FCB=6,FORMS=STD1,SEP,AUTO
By Joe Monk · #1690 ·
Re: Trying to add a printer or punch as sockdev
Here is a working example from my conf file. 000E? 1403?? 127.0.0.1:1403? sockdev 000F? 1403?? 127.0.0.1:1404? sockdev Rahim
By Rahim Azizarab · #1689 ·
Re: Trying to add a printer or punch as sockdev
Thanks. That JES2 command has moved things forward--I can connect now. But I realise I need to RTFM on JES2 and printing. I didn't ever have much to do with printing, and it was JES3 in my shop. I
By Rupert Reynolds · #1688 ·
Re: Trying to add a printer or punch as sockdev
Rupert, Just to see whats happening, I would suggest you look at Fish's HERCPRT (http://www.softdevlabs.com/hercprt.html). Chris -- <cjar1950@...>
By cjar1950@... · #1687 ·
Re: Help request: COBOL Compile, Link and Go
So I had a ittle play with DISPLAY UPON SYSPUNCH, and it's quite interesting (at least for anyone with as brain as picky as mine). It turns out that what is output is 80-column records, with the
By John James · #1686 ·
Re: Trying to add a printer or punch as sockdev
Sorry I forgot to say that I tried /v 003,online (it's slash in my Hercules for an MVS command, /$ for JES2) The response was:- IEE302I 003 ONLINE The highlighted part after 'sockdev' was not in the
By Rupert Reynolds · #1685 ·
Re: Help request: COBOL Compile, Link and Go
After the question/discussion yesterday regarding COBOL DD Names, I have added links to the IBM COBOL manual and User's Guide and the Linkage Editor User's Guide. I also cobbled together a table
By Jay Moseley · #1684 ·
Re: Help request: COBOL Compile, Link and Go
Thank you Chris the PDF (vintage 1972) guide you posted explains very well what I was missing. I presume similar manuals exist for other languages (FORTRAN, PL/1, Algol...) All the best Marco -- Marco
By Marco Antoniotti · #1683 ·
Re: Trying to add a printer or punch as sockdev
Rupert, You might try the MVS command v 003,online (or $v 003,online from the Hercules console). Chris -- <cjar1950@...>
By cjar1950@... · #1682 ·
Re: Attn does not interrupt
Hello Greg, Am 20.11.2020 um 17:09 schrieb Greg Price <procegrog@...>: This was a very interesting read with some welcome background detail. Thanks! :wq! PoC
By Patrik Schindler · #1681 ·
Re: Trying to add a printer or punch as sockdev
You already have the definition? B 0003 3211 PRT? 127.0.0.1:4444 sockdev print fcbck IO[4] I usually use 1403 for Printer;? I am not sure if the highlighted part is necessary. Just go to your Web
By Rahim Azizarab · #1680 ·
Trying to add a printer or punch as sockdev
Can anyone suggest what to do next, please? I'm trying to understand the various options for TCP/IP links between MVS and the host. I'm mostly ignorant of the Herc options for sockdev devices and CTCs
By Rupert Reynolds · #1679 ·
Re: Help request: COBOL Compile, Link and Go
Real FORTRAN types will know the unit number assignments better than I do, but unit 5 was traditionally the card reader and unit 6 was traditionally the line printer.? (Unit numbers for paper tape
By Greg Price · #1678 ·
Re: Help request: COBOL Compile, Link and Go
An interesting thread. I have only ever used DISPLAY which outputs to the SYSOUT DD card, or DISPLAY UPON CONSOLE which outputs to the operator console. I understand that there is also DISPLAY UPON
By John James · #1677 ·
Re: Attn does not interrupt
Again, I am not a network guy, but VTAM is an access method. Programmers code up VTAM macros in their VTAM application programs in a way such that users who have access to the VTAM network can elect
By Greg Price · #1676 ·