OPALE - 10.0 - Dupliquer un format Mapping - MAPDUPFMT/en

Différence entre versions

De MappingDoc
(Page créée avec « If you need to copy a format onto another IBM i, you will need to: »)
 
(10 révisions intermédiaires par le même utilisateur non affichées)
Ligne 4 : Ligne 4 :
 
If you need to copy a format onto another IBM i, you will need to:  
 
If you need to copy a format onto another IBM i, you will need to:  
  
* Copier le format dans une bibliothèque servant uniquement à transférer les fichiers
+
* Copy the format in a Library, use it only to transfer files
* Transférer la bibliothèque sur l'autre AS/400
+
* Transfer the library onto another IBM i
* Mettre la bibliothèque restaurée en ligne et en tête de la liste en tapant ADDLIBLE LIB(TRANSFERT) POSITION(*FIRST)
+
* Place the restored library in line and at the top of the list by typing ADDLIBLE LIB(TRANSFER) POSITION(*FIRST)
* Copier le format dans la bibliothèque de Production
+
* Copy the format in the production library
  
  
'''Mode Interactif : depuis l'option 3 Gestion des formats Mapping'''  
+
'''Interactive mode: Option 3 Managing Mapping formats'''  
  
En tapant 3 devant le format vous devez renseigner le paramètre suivant :
+
Define the following parameter by typing 3 in front of the format:
  
* Bibliothèque de destination
+
* Destination library
  
  
'''Commande MAPDUPFMT'''
+
'''MAPDUPFMT command'''
  
 
* Destination Library
 
* Destination Library
* Mapping Name : Nom du format mapping à copier
+
* Mapping Name: Name of the mapping format to duplicate
* Séquence : Saisir le numéro de la séquence du format mapping à copier
+
* Sequence: Enter the number of the mapping format sequence to duplicate
  
  
Autre paramètre :
+
Other parameter:
  
* Résultat : A utiliser uniquement dans un CL. Déclarez une variable d'une longueur d'un caractère alphanumérique. Le programme retourne Y (Yes) ou N (No) pour vous informer que la copie s'est bien déroulée ou non.
+
* Result: Only to be used in a CL. Type a variable of one alphanumeric character. The program will send back Y (Yes) or N (No) to tell you if the copy was successful or not.
 
   
 
   
  
Remarque : Si la bibliothèque de destination n'existe pas, elle sera créée par la commande MAPDUPFMT.
+
Note: If the destination library does not exist the MAPDUPFMT command will create one.

Version actuelle datée du 6 juin 2019 à 11:41

Autres langues :
English • ‎français

This command duplicates a Mapping format in another library, this is useful to populate test and production environments.

If you need to copy a format onto another IBM i, you will need to:

  • Copy the format in a Library, use it only to transfer files
  • Transfer the library onto another IBM i
  • Place the restored library in line and at the top of the list by typing ADDLIBLE LIB(TRANSFER) POSITION(*FIRST)
  • Copy the format in the production library


Interactive mode: Option 3 Managing Mapping formats

Define the following parameter by typing 3 in front of the format:

  • Destination library


MAPDUPFMT command

  • Destination Library
  • Mapping Name: Name of the mapping format to duplicate
  • Sequence: Enter the number of the mapping format sequence to duplicate


Other parameter:

  • Result: Only to be used in a CL. Type a variable of one alphanumeric character. The program will send back Y (Yes) or N (No) to tell you if the copy was successful or not.


Note: If the destination library does not exist the MAPDUPFMT command will create one.