OPALE - 10.0 - Utilisation - Le paramètre EXTRACT
Différence entre versions
De MappingDoc
imported>Admin |
imported>Admin |
||
Ligne 17 : | Ligne 17 : | ||
* Pour récupérer tous les index du XPS, passer également par MAP_XPS | * Pour récupérer tous les index du XPS, passer également par MAP_XPS | ||
− | <code>CALL PGM(MAP_XPS) PARM('-infile:[%PATH%]/out.xps' '-indexfile:[%PATH%]/outindex.txt | + | <code>CALL PGM(MAP_XPS) PARM('-infile:[%PATH%]/out.xps' '-indexfile:[%PATH%]/outindex.txt' )</code> |
Version du 13 mars 2019 à 10:25
Le paramètre EXTRACT dans la commande MAP_XPS :
- Appliquer un MAPCPYSPLF :
MAPCPYSPLF SPLF(A00000080) SPLNUM(7) JOB(QPADEV000B) JOBNUM(384288) USER(JDIEU) MAPNAM(A00000080) MAPSEQ(*MRG) PAGEND(1) TYPLAN(*XPS) XPSOUTFILE('[%PATH%]/out.xps')
Résultat dans l'IFS: OUT.XPS
- Appliquer MAP_XPS :
CALL PGM(MAP_XPS) PARM('-infile:[%PATH%]/out.xps' '-extract:[%PATH%]/out.txt' '-filter:CINQ' '-length:10'
- Pour récupérer tous les index du XPS, passer également par MAP_XPS
CALL PGM(MAP_XPS) PARM('-infile:[%PATH%]/out.xps' '-indexfile:[%PATH%]/outindex.txt' )