Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: XINDX13

Package: Toolkit

Routine: XINDX13


Information

XINDX13 ; OSE/SMH - Input, Print, and Sort Template Analysis;03/01/2018 8:37 AM

Source Information

Source file <XINDX13.m>

Entry Points

Name Comments DBIA/ICR reference
ALL(path) ; [Public] Export all template CSV files at once to a specific dir
DIBT(path,filename) ; [Public] Sort template analysis
DIET(path,filename) ; [Public] Input template analysis
DIPT(path,filename) ; [Public] Print template analysis
DIBTCOL(outputData) ; [Private] Sort Template Data Collection
; for each template
DIBTOUT(outputData,outputPath,outputFile) ; [Private] Sort Template Data Output
DIETCOL(outputData,mCodeData) ; [Private] Input Template Data Collection
; for each template
; s outputData(file,thisFile,thisField)=dibt_U_name
DIETOUT(outputData,outputPath,outputFile) ; [Private] Input Template Data Output
DIPTCOL(outputData,mCodeData) ; [Private] Print Template Data Collection
; for each template
DIPTOUT(outputData,outputPath,outputFile) ; [Private] Print Template Data Output
DIETM ; [Public] Collect M code fileds from all input templates
; ZEXCEPT: B,INDX
DIPTM ; [Public] Collect M code fields from all print templates
; ZEXCEPT: B,INDX
PARENT(subfile) ; [Private] Find out who my parent is
; WARNING: Recursive algorithm
ASSERT(x)

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: "SORT TEMPLATE IEN,SORT TEMPLATE NAME,SOURCE FILE,DESTINATION FILE,DESTINATION FIELD",!
  • Line Location: DIBTOUT+7
Function Call: WRITE
  • Prompt: dibtIEN_c_dibtName_c_file_c_dstFile_c_dstField,!
  • Line Location: DIBTOUT+13
Function Call: WRITE
  • Prompt: "INPUT TEMPLATE IEN,INPUT TEMPLATE NAME,SOURCE FILE,DESTINATION FILE,DESTINATION FIELD",!
  • Line Location: DIETOUT+7
Function Call: WRITE
  • Prompt: dietIEN_c_dietName_c_file_c_dstFile_c_dstField,!
  • Line Location: DIETOUT+13
Function Call: WRITE
  • Prompt: "PRINT TEMPLATE IEN,PRINT TEMPLATE NAME,SOURCE FILE,DESTINATION FILE,DESTINATION FIELD",!
  • Line Location: DIPTOUT+7
Function Call: WRITE
  • Prompt: dietIEN_c_dietName_c_file_c_dstFile_c_dstField,!
  • Line Location: DIPTOUT+13
Info |  Source |  Entry Points |  Interaction Calls