>Are you saying that most z/OS COBOL programmers are aware of what SVC and PC 
>routines are?

>I'm sorry to sound "ignorant", but none of the COBOL or z/OS applications 
>development training I've received has any reference to these things.  I 
>assumed they were things that only systems programmers knew about/cared about; 
>though I am interested to learn about them.

Hunt up the RedBook "z/OS Basics".

A simple explanation for an SVC is that it performs system services on behalf 
of the application programme: OPEN, CLOSE, ABEND, etc.

Most of this is hidden by the language, and the run-time, from the 'ignorant' 
programmer.

Eg: OPEN xxxxxxxx FOR INPUT.

The above eventually invokes an SVC.
-
Ted MacNEIL
eamacn...@yahoo.ca
Twitter: @TedMacNEIL

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to