File Name
Syntax
R_ChangesToExport(REF thisChange: R_CHANGE_REC) IS
Parameters
thisChange - Change record
Returns
Nothing
Side Effects
None
Description
This routine prompts the user to select change requests for exporting.
Dialog Forms Called
rchg.dfc[wwchange]
rchg.dfc[qbe_find]
File Name
Syntax
R_ExportChangesFromFile(VAL logHdl: FILE, VAL this_ImportExport: R_IMPORTEXPORT_REC ): INTEGER IS
Parameters
logHld - handle to error log file
this_ImportExport - Current export record
Returns
Integer
Side Effects
None
Description
This routine exports changes to a file.
Dialog Forms Called
None
File Name
Syntax
R_ExportRulesFromFile(VAL logHdl: FILE, VAL this_ImportExport: R_IMPORTEXPORT_REC ): INTEGER IS
Parameters
logHdl - Log file handle
this_ImportExport - Current export record
Returns
Integer
Side Effects
None
Description
This routine handles the exporting of rules to a file.
Dialog Forms Called
None
File Name
Syntax
R_ImportChangesFromFile(VAL logHdl: FILE, VAL this_ImportExport: R_IMPORTEXPORT_REC ): INTEGER IS
Parameters
this_ImportExport - Current import record
logHdl - handle to error log file.
Returns
Integer
Side Effects
None
Description
This routine imports change records from a file.
Dialog Forms Called
None
File Name
Syntax
R_ImportRulesFromFile(VAL logHdl: FILE, VAL this_ImportExport: R_IMPORTEXPORT_REC ): INTEGER IS
Parameters
this_ImportExport - Current import record
logHdl - Handle to error file
Returns
Integer
Side Effects
None
Description
This routine handles the importing of rules from a file.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoApproval(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
Parses a change approval from source file into change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoAssoc_Problems(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses an associated problem from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoAttachments(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses attachments from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoChange(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change record from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoImpact(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change impact from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoImpactKeyword(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change impact keyword from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoInv_Atr(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change inventory attribute from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoInv_Con(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change inventory connection from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoInv_Effects(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change inventory effect from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoInv_Hst(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change inventory history from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoInv_On(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change inventory effects from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoTask(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change task from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoTaskDependency(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change task dependency from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoTaskInventory(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
Parses a change task inventory from source file into change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoTaskResource(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
This routine parses a change task Resource from a source file into a change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseChangeLineIntoTaskvCommand(VAL logHdl: FILE, VAL fileLine: STRING) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
Returns
Nothing
Side Effects
None
Description
Parses a change task command from source file into change record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseRuleLineIntoAction(VAL logHdl: FILE, VAL fileLine: STRING, REF this_Rule: R_RULES_REC) IS
Parameters
logHdl - Log file handle
fileLine - Line of text from file to be parsed into action
this_Rule - Rule record to parse data into
Returns
Nothing
Side Effects
None
Description
This routine parses a rule action from a source file into rule record structure.
Dialog Forms Called
None
File Name
Syntax
R_ParseRuleLineIntoRule(VAL logHdl: FILE, VAL fileLine: STRING, REF this_Rule: R_RULES_REC) IS
Parameters
logHdl - Handle to error file
fileLine - Line of text from file to be parsed into rule
this_Rule - Rule record to parse data into
Returns
Nothing
Side Effects
None
Description
This routine parses a rule line from a source file into a TCM rule record structure.
Dialog Forms Called
None
File Name
Syntax
R_WriteChangeToFile(VAL logHdl: FILE, VAL fHdl: FILE) IS
Parameters
logHdl - Log file handle
fHdl - Destination file handle
Returns
Nothing
Side Effects
None
Description
This routine writes change data from a global record structure to * a destination file.
Dialog Forms Called
None
File Name
Syntax
R_WriteRuleToFile(VAL logHdl: FILE, VAL fHDL: FILE) IS
Parameters
logHdl - Log file handle
fHDL - Current file handle
Returns
Nothing
Side Effects
None
Description
This routine writes one rule record to a file.
Dialog Forms Called
None