Creation of a job to generate the PDM for a logical entity as AS/400 files, retaining the data, generating the associated logical file and displaying any messages:
Adeljob ENVIRON PDMGEN MYENTITY /as400
Creation of a job to generate the PDM for a logical entity as AS/400 files, deleting the data, generating the physical file with a key (with no associated logical file), displaying messages and updating a job creation log file:
Adeljob ENVIRON PDMGEN MYENTITY /as400 /key /clear /log "C:\temp\log file.txt"
Creation of a free execution job without displaying messages but updating a job creation log file:
Adeljob ENVIRON Execute "\"C:\Program Files\Executable.exe\"" /jobname "Execution test" /log "C:\temp\log file.txt" /batch
Click below for further information about: