-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ajout de libellé aux colonnes de LIST_OBJET_BUILD.
- Loading branch information
DrubigOl
authored and
DrubigOl
committed
May 15, 2020
1 parent
b0a70d9
commit 58f5ae4
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#Thu Aug 02 12:10:46 CEST 2018 | ||
com.ibm.etools.iseries.projects.core\:textDescription=Listes des objets du lot/projet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
-- >>PRE-COMPILER<< */ | ||
-- >>CRTCMD<< RUNSQLSTM SRCFILE(&SL/&SF) SRCMBR(&SM); */ | ||
-- >>IMPORTANT<< */ | ||
-- >>PARM<< COMMIT(*NONE); */ | ||
-- >>PARM<< NAMING(*SQL); */ | ||
-- >>PARM<< DFTRDBCOL(&LI); */ | ||
-- >>END-IMPORTANT<< */ | ||
-- >>EXECUTE<< */ | ||
-- >>END-PRE-COMPILER<< */ | ||
LABEL ON COLUMN LIST_OBJET_BUILD | ||
( OBJ_NUMBER IS 'Numéro objet', | ||
LOT_NUMBER IS 'Numéro de lot', | ||
ORDRE IS 'Ordre de création dans le lot', | ||
Bibliotheque_Source | ||
IS 'Bibliothèque Source', | ||
Fichier_Source | ||
IS 'Fichier Source', | ||
Membre_Source | ||
IS 'Membre Source', | ||
Type_source | ||
IS 'Type de Source', | ||
Bibliotheque_Destination | ||
IS 'Bibliothèque Objet', | ||
Objet_Destination | ||
IS 'Nom objet Destination', | ||
Type_objet IS 'Type Objet', | ||
Attribut_Objet | ||
IS 'Attribut Objet' | ||
|
||
) ; |