Thanks a ton. that field did it.. Really thanks for all the help.
it’s V5R4M0.,Yes they do run successfully in current system.
Overlay is used when a display record is to remain on the screen when another record is written to the screen. It will keep the original record on the screen if there is no overlap .. one record writes to the top xx rows and the other record does not write to any of those rows.
UPK 3.5.1 is so old that I can’t find any documentation for it. You probably should use a more current release. Current UPK version is 11.1, but it might be possible to download and use UPK 3.6.1. What platform are you trying to install against? — Tom
Logging in is what removes everything that disappears for me. That’s why Google Chrome has been useful. When I jump to a new ‘incognito’ session, it’s all fresh. I can format the comment, then submit it by following the login steps under the ‘Discuss’ area. Once that comment submits, I close that session and continue in the original session. It’s a bit less of a problem. One oddity is that it only leaves a blank line between the first two paragraphs. Subsequent paragraphs have no blank line between them. A second difference is that blocks don’t start on new lines. — Tom
What OS version are you converting from or upgrading from? Do the objects run successfully on your current system? Any documents on LANSA have to come from the LANSA company. Try http://www.lansa.com/ . — Tom
Since it’s a program rather than a procedure, calling QSPRILSP is just like calling any *PGM. The four parms are defined in the documentation. A trivial example might look like this:pgm ( +
)
/* */
dcl &rtnvar *char 70
dcl &lrtnvar *int value( 70 )
/* */
dspfd QSYSPRT output( *PRINT ) fileatr( *PRTF )
call QSPRILSP ( +
&rtnvar +
&lrtnvar +
'SPRL0100' +
x'0000000000000000' +
)
/* */
dmpclpgm
/* */
return
/* */
endpgm
The differences are that the first two are queues, the third are files that are spooled and the fourth are definitions of files that will be printed. The first is a queue for messages and the second is a queue for spooled files. Examples can be found on essentially any AS/400. You can find examples by looking on your system. The QSYSOPR *MSGQ is a message queue. The PRT01 *OUTQ is an output queue. Any entry on the PRT01 *OUTQ is a reference to a spooled file. And the QSYSPRT *FILE is a printer file. — Tom
The two keywords are essentially unrelated, so I don’t know any reason to use them together. I could probably make up a reason if I thought about it. As for what they are, definitions are in the DDS keyword entries for display files topic in the Information Center. — Tom
To get information on control indicators, you need to go back to an earlier version of RPG, RPG/400. The manual is from 1994, so it’s old information that isn’t used much now.
Make sure that Modify is not granted, just Read.
If you have TAATOOLS check out RTVSPLFA. It returns lots of good info.
Thanks for the tip, Depe. That looks good.
Make sure the date is stored in a true Date data-type field for this to work.
Are you sure that you just cannot see the cells and they weren’t accidentally deleted or cleared? You may have hidden your columns. Try CTL-A to select all then right click and select unhide.Are you on the correct worksheet? Check the tabs at the bottom. If still nothing shows, then check the size of your in bytes , does it seem too small?
All that I could find on this was that it is below the optical drive. Some sites suggest removing the drive the access the HDD.
-Paul
I have never used API’s before. The one I would need is QSPRILSP, but how do I use this in a CL?
Cloud computing is in three forms public clouds, private clouds and hybrids clouds. cloud computing depending on the type of data you’re working with business objective.
Wow, it all went bad for me when I signed in..
But perhaps we got a java update that you didn’t.
Or you got something that we didn’t.
.
..Also any document to understand LANSA what it is and how it works and
any link to link to understand LANSA in detail or some informative link to understand LANSA,what we need to do for LANSA objects to run on V6 .
how to comile them etc…?







