× 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.



In RUNSQLSTM from source, every row is 80 bytes. Since the first character is the apostrophe denoting the string, the first row is 79 bytes of data. The second row of data is 28 bytes preceding the closing apostrophe. A total of 107 bytes are being sent.

*************** Beginning of data ****
FMT ** ...+... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 ...+... 8
0000.01 -- 79 + 28 = 107
0001.00 CALL QCMDEXC (
0002.00 'DSPOBJD OBJ(*CURLIB/*ALL) OBJTYPE(*PGM *SRVPGM) OUTPUT(*OUTFILE)
0003.00 OUTFILE(*CURLIB/DSPOBJDOUT)', 0000000107.00000);
****************** End of data ***

In the STRSQL environment, each line is 68 bytes. Since the first character is the apostrophe denoting the string, the first row is 67 bytes of data. The second row of data is 28 bytes preceding the closing apostrophe. A total of 95 bytes are being sent.

-- .+... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+...
-- 67 + 28 = 95
'DSPOBJD OBJ(*CURLIB/*ALL) OBJTYPE(*PGM *SRVPGM) OUTPUT(*OUTFILE)
OUTFILE(*CURLIB/DSPOBJDOUT)', 0000000095.00000);

Regards, Chuck

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.