Page 1 of 1

Hercules turn key mvs

PostPosted: Mon Mar 22, 2010 11:07 pm
by Vinayak
hi all,
i have installed turnkey mvs 3.8 in my laptop and i am using RPF. usig this i can create PDS and members and i can code cobol programs and JCL, but i dont know how to compile cobol and submit jcl in mvs 3.8. I tried to search blogs and search engines, but i am not finding the answer, nowhere a proper procedure is given.
i tried writing a compile jcl, but its not working ( mvs 3.8 not recongnizes the compile utilities ). Please tell me if anyone knows this process or any link where i can find proper material. i m not using Hercules 390, i am using turn key mvs.

thanking you.

Re: Hercules turn key mvs

PostPosted: Mon Mar 22, 2010 11:34 pm
by Robert Sample
The Hercules home page has a link to Compilers for MVS -- the compilers are not part of the actual operating system and hence are not installed as part of Hercules. You must install them separately, although work has been done to simplify the process for you.

Re: Hercules turn key mvs

PostPosted: Tue Mar 23, 2010 7:40 am
by Vinayak
thanks for your reply...
i will definitely check out the link given....

Re: Hercules turn key mvs

PostPosted: Tue Mar 23, 2010 10:41 am
by enrico-sorichetti
the compilers are already included in the turnkey distribution

for hercules docs ( TK related )
http://www.bsp-gmbh.com/hercules/

for Turnkey <only>
http://www.bsp-gmbh.com/turnkey
http://www.bsp-gmbh.com/turnkey/cookbook/index.html

another very good source of info more actively mantained (*)
http://www.jaymoseley.com/hercules
http://www.jaymoseley.com/hercules/comp ... ntents.htm

(*) Volker Bandke is not any longer active as once, due to his health problems :(

Re: Hercules turn key mvs

PostPosted: Tue Mar 23, 2010 8:39 pm
by Vinayak
thank you all for your replies.. i m working on compiling a cobol program.

I have one more doubt.. in which i need help..

How and where to see the output after submiiting the JCL while working in RPF...

I tried the Output processor option 3.6.. but always it when i try to view output it says.. NO HELD OUTPUT

Please give me some instructions to view output of my JCL's..

Re: Hercules turn key mvs

PostPosted: Tue Mar 23, 2010 9:29 pm
by enrico-sorichetti
I do not feel confortable myself looking at output thru RPF or QUE
just put the sysouts in a class which is spooled and use any PC tool
to browse the file associated to the emulated printer

Re: Hercules turn key mvs

PostPosted: Tue Mar 23, 2010 11:45 pm
by Vinayak
i am using this mvs 3.8 for the first time, can u just explain me in detail what process of printer you are talking about to view the output.

thank you.