Translations - OPALE - 10.0 - Utilisation - Récupérer en critère d'archivage la date du spool d'origine/10/en

Différence entre versions

De MappingDoc
(Page créée avec « *In a command prompt type STRPDM *Choose option 3 Manage Members *Select the QSPECIF file in Opale *Copy the MAP_SPECIF member under another name (e.g. MAPSPEC_S) *Type 2... »)
 
 
Ligne 2 : Ligne 2 :
 
*Choose option 3 Manage Members
 
*Choose option 3 Manage Members
 
*Select the QSPECIF file in Opale
 
*Select the QSPECIF file in Opale
*Copy the MAP_SPECIF member under another name (e.g. MAPSPEC_S)
+
*Copy the MAPSPECIF member under another name (e.g. MAPSPEC_S)
 
*Type 2 (Edit) in front of the MAP_SPECIF member
 
*Type 2 (Edit) in front of the MAP_SPECIF member
 
*Declare the working variables as follows: DCL      VAR(&DATE  ) TYPE(*CHAR) LEN(10)
 
*Declare the working variables as follows: DCL      VAR(&DATE  ) TYPE(*CHAR) LEN(10)
 
*Add the following to the program body (be careful where you are adding it):
 
*Add the following to the program body (be careful where you are adding it):

Version actuelle datée du 4 juin 2019 à 08:39

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (OPALE:10.0:Utilisation: Récupérer en critère d'archivage la date du spool d'origine)
*Sur une ligne de commande taper STRPDM
*Choisissez l'option 3 Gestion des Membres
*Sélectionnez le fichier QSPECIF de Opale
*Copier le membre MAPSPECIF sous un autre nom (ex MAPSPEC_S)
*Taper 2 (Editer) devant le membre MAP_SPECIF
*Déclarer les variables de travail comme suit :
   DCL      VAR(&DATE  ) TYPE(*CHAR) LEN(10)
*Ajouter dans le corps du programme (attention à l'endroit où vous l'ajouter) :
Traduction*In a command prompt type STRPDM
*Choose option 3 Manage Members
*Select the QSPECIF file in Opale
*Copy the MAPSPECIF member under another name (e.g. MAPSPEC_S)
*Type 2 (Edit) in front of the MAP_SPECIF member
*Declare the working variables as follows: DCL      VAR(&DATE  ) TYPE(*CHAR) LEN(10)
*Add the following to the program body (be careful where you are adding it):
  • In a command prompt type STRPDM
  • Choose option 3 Manage Members
  • Select the QSPECIF file in Opale
  • Copy the MAPSPECIF member under another name (e.g. MAPSPEC_S)
  • Type 2 (Edit) in front of the MAP_SPECIF member
  • Declare the working variables as follows: DCL VAR(&DATE ) TYPE(*CHAR) LEN(10)
  • Add the following to the program body (be careful where you are adding it):