¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: Possibly a FAQ: FCOBOL and VSAM?
Hello Robert, FCOBOL does not support VSAM datasets to my knowledge. But you can use the VSAMIO package that Jay Moseley wrote for the MVT COBOL compiler. You may go to this address:
By Ren¨¦ Ferland · #20 ·
Possibly a FAQ: FCOBOL and VSAM?
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
By rjcorrig@... · #19 ·
Re: NOTAUTH abend in CICS with VSAM
Are you running some version of RACF or other security sub-system? You will need to allow access via CECI (Transaction name) and applications you will access it via. Best to just allow all
By James King · #18 ·
Re: NOTAUTH abend in CICS with VSAM
yes i did, CEMT opens and closes it well, it seems an issue related with CICS security: https://groups.google.com/forum/m/#!topic/bit.listserv.vse-l/I_1IG40vOxc As soon as i find done time to try it
By Lucio · #17 ·
Re: NOTAUTH abend in CICS with VSAM
Did you add it to the CICS file Table?
By James King · #16 ·
Re: NOTAUTH abend in CICS with VSAM
thank you Rene, I'll submit my question there best regards
By Lucio · #15 ·
Re: NOTAUTH abend in CICS with VSAM
Hello Lucio, I wonder if this discussion group: https://groups.google.com/forum/#!forum/bit.listserv.vse-l could be a better place to ask your question. Best regards, Rene FERLAND, Montreal
By Ren¨¦ Ferland · #14 ·
NOTAUTH abend in CICS with VSAM
Good day to all, I created a VSAM KSDS dataset and i can read and write it in batch, if i try the same on CICS (EXEC COMMANDS) i get a misterious NOTAUTH error, even with CECI transaction in CICS.
By Lucio · #13 ·
Re: Links from the old H390-DOSVS Yahoo Group.
Scott, I just change the settings so that all members can view and upload files. Rene FERLAND, Montreal
By Ren¨¦ Ferland · #12 ·
Re: Links from the old H390-DOSVS Yahoo Group.
Thank you for that, Ren¨¦. Would it be possible to authorize file uploads to all members, by default, or at least me?? I would like to provide direct links to some files contained in the "files.zip"
By ScottC · #11 ·
Re: Missing module?
Yes it did Fish and thank you very much. I was indeed able to print Hello World with one IOAREA and IJDFAZIZ and it just puzzled me that I could not do it with two IOAREAs and a WORKA. Best regards,
By Ren¨¦ Ferland · #10 ·
Re: Missing module?
Rene FERLAND wrote: [...] [...] [...] [...] Nowhere, obviously. Somewhere else. Because CTLCHR=ASA printer I/O modules are not very common, default DOS/VS installations do not ship with any pre-built
By Fish Fish · #9 ·
Re: Missing module?
Fish wrote: [...] ^^^^^^^^ ^^^^^^^^ That should of course be IJDFAZIW, not IJDFAZIZ. IJDFAZIZ does already exist, whereas IJDFAZIW does not. That is to say, you should assemble and catalog your own
By Fish Fish · #8 ·
Re: Missing module?
Problem solved. I assemble the missing IJDFAZIW module using the PRMOD macro, as suggested, and now my program works. Thanks to Garry, Simon and Harold for the helpful replies. Best wishes, Rene
By Ren¨¦ Ferland · #7 ·
Re: Missing module?
The various characters in the module name correspond to options used when assembling the PRMOD. ?The link library is missing the object file to which this external reference, generated by the options
By Harold Grovesteen · #6 ·
Re: Missing module?
I just took a quick look at the module names. ?Your use of WORKA=YES in the DTFPR is probably why the different PRMOD name was generated. ?They two names only differ by the last character, W. Harold
By Harold Grovesteen · #5 ·
Re: Missing module?
He Rene, I've just tried this on the 6-Pack system and get the same error that you get. I know that doesn't answer your question, but does show that it is repeatable. I'll have a dig around and see if
By Simon Knights · #4 ·
Missing module?
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
By Ren¨¦ Ferland · #3 ·
Re: Links from the old H390-DOSVS Yahoo Group.
Hello Scott, I just added them to the Files section. I apologize for the delay, I am not used to be a moderator. :-) Best regards, Rene FERLAND, Montreal
By Ren¨¦ Ferland · #2 ·
Links from the old H390-DOSVS Yahoo Group.
To: Ren¨¦ Ferland Hi Ren¨¦! Would you by any chance have the links from the old Yahoo! Group that you could post along with the old files and messages? Thank you, ScottC
By ScottC · #1 ·