Skip to content

Commit

Permalink
Ajout de libellé aux colonnes de LIST_OBJET_BUILD.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrubigOl authored and DrubigOl committed May 15, 2020
1 parent b0a70d9 commit 58f5ae4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ibmi/QSQLSRC/LSTOBJV0.1.SQL.properties
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
30 changes: 30 additions & 0 deletions QSQLSRC/LSTOBJV0.1.SQL
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'

) ;

0 comments on commit 58f5ae4

Please sign in to comment.