Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

A shell script which is callable by an EBS Concurrent Program.

Object Type Identification

  • Files with extensions .prog are included regardless of location

File Extensions 

NameDescription
.progA shell script which is callable by a Concurrent Program.

Object Type Code

PROG

Attributes

NameCodeDescriptionDefault ValueSupported Values
SourceSOURCEObject Source Location Type

SCM

SCM
Target LocationTARGET_LOCATIONPath to where the file should be deployed.$<PROD_TOP>/bin/
Target File PermissionsFILE_PERMISSIONSPermissions to apply to the file after it is deployedDefaults to the project property FDEBS_FILE_PERMISSIONS

Related Project Properties

NameDescriptionDefault Value
EBS Prog Root Source Directory
Source folder for Prog files (e.g. cm).prog
File PermissionsTarget File Permission. Will be set to target file after deployment using chmod. eg: 755

Sample Build Commands 

N/A - Build commands not supported for this type.

Sample Deploy Commands 

cp "$SOURCE_FILE" "$XXHR_TOP/bin/";
ln -sf $FND_TOP/bin/fndcpesr $XXHR_TOP/bin/programFile
  • No labels