Translations - OPALE - 10.0 - Utilisation
Repagination d'un fichier spool IBM-i/20/en
De MappingDoc
Révision datée du 4 décembre 2019 à 09:15 par Rdal (discussion | contributions) (Page créée avec « #Write block MYBLOC via the '''Write MYPF : MYBLOC''' instruction (Connect block containing the value of current record MYPF) #Increment the number of lines counter (DB.LI... »)
- Write block MYBLOC via the Write MYPF : MYBLOC instruction (Connect block containing the value of current record MYPF)
- Increment the number of lines counter (DB.LINE# variable declared in DB table)
- Check the value: If the current line number is equal to the value passed as a parameter for the desired number of lines, then Connect inserts a page break instruction and then the counter is reset to 0.
- Read the next record in MYPF using the Next Read instruction