On 14-Aug-2015 04:47 -0600, baluas400@gmail.com wrote:
On Saturday, January 29, 2000 at 1:30:00 PM UTC+5:30, Paul Bomboy wrote:
If anyone knows an easy way to use Control Breaks L1-L9 with an
externally described file, please let me know.
I have tried may different ways. (i.e. Data Structures, Etc)
I cannot seem to figure out what I am doing wrong..
Thanks in advance
Hi any one post the simple RPG PGM for level break indicator
FWiW the web search
[https://www.google.com/search?q=rpg+level+break+example]
yielded [http://www.jaymoseley.com/hercules/rpgtutor/rpg016.htm], among presumably, several others.
--
Regards, Chuck
HI DO YOU HAVE A SIMPLE EXAMPLE FOR LEVEL BREAK IN EXTERNALLY DESC PRINTER FILE?
On Tuesday, February 26, 2019 at 2:18:58 AM UTC-5, intan...@gmail.com wrote:
HI DO YOU HAVE A SIMPLE EXAMPLE FOR LEVEL BREAK IN EXTERNALLY DESC PRINTER FILE?
There is nothing special about level breaks and printer files. Just WRITE the appropriate record format at the appropriate time, for example
if *inl1;
write l1Detail;
endif;
Total time is a bit harder, because if can't be done in /free; you'll need a genuine C-specification:
Cl1 write l1Total
Hope that helps.
--buck
On Wednesday, February 27, 2019 at 9:01:19 AM UTC+8, Buck wrote:
On Tuesday, February 26, 2019 at 2:18:58 AM UTC-5, intan...@gmail.com wrote:
HI DO YOU HAVE A SIMPLE EXAMPLE FOR LEVEL BREAK IN EXTERNALLY DESC PRINTER FILE?
There is nothing special about level breaks and printer files. Just WRITE the appropriate record format at the appropriate time, for example
if *inl1;
write l1Detail;
endif;
Total time is a bit harder, because if can't be done in /free; you'll need a genuine C-specification:
Cl1 write l1Total
Hope that helps.
--buck
Can we have statement before do loop ? Im putting 01 at conditioning indicator and do at operation. When I try to debug after the enddo it will go back to the statement before the do. Can i know why ?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 185 |
Nodes: | 16 (1 / 15) |
Uptime: | 86:58:14 |
Calls: | 3,750 |
Files: | 11,172 |
Messages: | 3,462,270 |