|
In a message dated 97-05-07 04:10:40 EDT, you write: > 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 > The program being loaded is ABC12 and the library it is in is given by the 63rd parameter passed to the OCL. If there was no 63 parameter, the current library is assumed. The file referred to in the program as WSPQRXYZ is in fact called 'value of the 64th parameter'+W.KLK. If there was no 64th parameter, the file is just W.KJK. It is quite probable that this OCL is not being called with 64 parameters, so look for statements like ?63'xxxx'? or ?63T'xxxx'? or ?63F'xxxx' else where in the code. These statements set the value of the 63rd parameter. HTH, Lance * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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 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.