Skip to content

Commit 57c4efd

Browse files
committed
Random Service Pgm
1 parent 3525615 commit 57c4efd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Service_Pgms/README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
### Service Programs
1+
# Service Programs
22

3-
Utility Service Programs.
3+
Utility Service Programs that are used in various places.
44

55
## SRV_MSG
6+
7+
Contains procedures to send messages from an RPG program.
68

7-
Contains procedures to send messages from an RPG program.
8-
9-
**SndMSgPgmQ**: Send message to a provided program queue. (Interactive programming.)
9+
**SndMSgPgmQ**: Send message to a provided program queue. (Interactive programming.)
1010

11-
**ClrMsgPgmQ**: Clear all messages from the provided program queue. (Interactive programming.)
11+
**ClrMsgPgmQ**: Clear all messages from the provided program queue. (Interactive programming.)
1212

13-
**SndEscMsg**: Send provided text as an escape message.
13+
**SndEscMsg**: Send provided text as an escape message.
1414

15-
**SndInfMsg**: Send provided text as info message to the external message queue.
15+
**SndInfMsg**: Send provided text as info message to the external message queue.
1616

17-
**JobLogMsg**: Send provided text to the job log using Qp0zLprintf, a C function. For testing, a convenient alternative to the DSPLY opcode for longer messages.
17+
**JobLogMsg**: Send provided text to the job log using Qp0zLprintf, a C function. For testing, a convenient alternative to the DSPLY opcode for longer messages.
1818

1919
## SRV_RANDON
2020

21-
Convenience procedures relating to pseudo random number generation.
21+
Convenience procedures relating to pseudo random number generation.
2222

23-
**Rand_Int**
23+
**Rand_Int**
2424

25-
Return a random integer with a specified range.
25+
Return a random integer with a specified range.
2626

2727
## SRV_STR
2828

29-
Contains procedures to manipulate strings in an RPG program.
29+
Contains procedures to manipulate strings in an RPG program.
3030

31-
**CenterStr**: Center a string.
31+
**CenterStr**: Center a string.
3232

3333
## SRV_SQL
3434

@@ -65,4 +65,4 @@ Utility Service Programs.
6565
RPG program to display a 5250 message using the QUILNGTX API. Useful for testing, but possibly
6666
JobLogMsg in SRV_MSG is more useful. Really should be part of SRV_MSG, but it is totally *FREE for and I have left SRV_MSG partially fixed.
6767

68-
**SHOW_T**: RPG program to test & exercise SHOW.
68+
* SHOW_T RPG program to test & exercise SHOW.

0 commit comments

Comments
 (0)