× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



>>        This is regarding the LOAD command in S/36 OCL. What does the
?63? stand for in the code shown below ? Is ABC the name of the program
loaded or is it the program ID ?
       In the FILE statement what is actual file being refered ?


0036.00 // LOAD ABC12,?63?
0037.00 // FILE NAME-WSPQRXYZ,DISP-SHR,LABEL-?64?W.KJK
0038.00 // PRINTER NAME-WS01MRS,HOLD-YES,LINES-72,FORMSNO-LABE
0039.00 // RUN <<

Karthik,

?63? is OCL parameter 63. It contains the name of the library from which
program ABC12 is being executed. It is also the first 2 or 3 characters
of the actual file name (on disk). This is a common way of creating
separate files for different divisions/companies/modules/etc. Typically
it will contain something like "PO", indicating the purchasing
application. In that case, the OCL would be interpreted as follows:

0036.00 // LOAD ABC12,PO
0037.00 // FILE NAME-WSPQRXYZ,DISP-SHR,LABEL-POW.KJK
0038.00 // PRINTER NAME-WS01MRS,HOLD-YES,LINES-72,FORMSNO-LABE
0039.00 // RUN

hth
Pete


--
 - Pete Hall peteh@earth.inwave.com
http://www.inwave.com/~peteh/

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* This is the Midrange System Mailing List!  To submit a new message,   *
* send your mail to "MIDRANGE-L@midrange.com".  To unsubscribe from     *
* this list send email to MAJORDOMO@midrange.com and specify            *
* 'unsubscribe MIDRANGE-L' in the body of your message.  Questions      *
* should be directed to the list owner / operator: david@midrange.com   *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.