Figure 174 shows how to specify the HLPBDY keyword.
Figure 174. Specifying the HLPBDY Keyword
|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8 A HELP A HLPTCD(DFTHELP) A R RECORD1 A* A* This is H-spec 1 A* A H HLPARA(1 5 3 15) A HLPRCD(HELPRCD1) A* A* This is H-spec 2 A* A H HLPARA(*NONE) A HLPRCD(HELPRCD2) A HLPBDY A* A* This is H-spec 3 A* A H HLPARA(4 5 6 15) A HLPRCD(HELPRCD3) A 90 HLPBDY A* A* This is H-spec 4 A* A H HLPARA(8 5 10 15) A HLPRCD(HELPRCD4) A HLPBDY A FIELD1 10A 1 10 A
The list of H specifications for RECORD1 is divided into two or three sublists, depending on the condition of indicator 90 at the time the Help key is pressed. If indicator 90 is off, there are two sublists. The first sublist contains H specifications 1 and 2, and the second sublist contains H specifications 3 and 4. If indicator 90 is on, there are three sublists. The first sublist contains H specifications 1 and 2, the second sublist contains H specification 3, and the third sublist contains H specification 4.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.