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: DDXP31

Package: VA FileMan

Routine: DDXP31


Information

DDXP31 ;SFISC/DPC-CREATE EXPORT TEMPLATE ;30SEP2004

Source Information

Source file <DDXP31.m>

Entry Points

Name Comments DBIA/ICR reference
XPT ;
LENGTH ;
FLDNAME ;
DTYPE ;
IOM ;
RIOM
ASKDELM ;
ASKRDLM ;
GETOUT ;To see if user wants to continue.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !
  • Line Location: XPT+2
Function Call: WRITE
  • Prompt: !
  • Line Location: XPT+8
Function Call: WRITE
  • Prompt: !,$C(7),$P(Y,U,2)_" entry in the Print Template file already exists.",!,"Please enter the name of a new template.",!!
  • Line Location: XPT+10
Function Call: WRITE
  • Prompt: !!,"This template will produce fixed length records."
  • Line Location: LENGTH+1
Function Call: WRITE
  • Prompt: !,"Enter the length of each field below."
  • Line Location: LENGTH+2
Function Call: WRITE
  • Prompt: !,"The specified number should be the length in the TARGET file.",!!
  • Line Location: LENGTH+3
Function Call: WRITE
  • Prompt: !!,"Enter the name of the fields below in the TARGET file."
  • Line Location: FLDNAME+1
Function Call: WRITE
  • Prompt: !,"If you press <RET>, no name will be used.",!!
  • Line Location: FLDNAME+2
Function Call: WRITE
  • Prompt: !!,"Enter the data types of the fields being exported below.",!!
  • Line Location: DTYPE+1
Function Call: WRITE
  • Prompt: !!,"Enter the maximum length of a physical record that can be exported.",!,"Enter '^' to stop the creation of an EXPORT template.",!
  • Line Location: IOM+2
Function Call: WRITE
  • Prompt: "The default shown is based on the total lengths of the fields being exported.",!
  • Line Location: IOM+4
Function Call: WRITE
  • Prompt: !!,$C(7),"The length cannot be greater than 255 when sending fixed length records.",!
  • Line Location: RIOM+2
Function Call: WRITE
  • Prompt: !!,"You can choose a delimiter to be placed between output fields.",!,"Enter <RET> to use no delimiter.",!,"Enter '^' to stop the creation of an EXPORT template.",!
  • Line Location: ASKDELM+2
Function Call: WRITE
  • Prompt: !!,"You can choose a delimiter to be placed between output records.",!,"Enter <RET> to use no delimiter",!,"Enter '^' to stop the creation of an EXPORT template.",!
  • Line Location: ASKRDLM+2
Function Call: WRITE
  • Prompt: "Do you want to continue?"
  • Line Location: GETOUT+2
Function Call: WRITE
  • Prompt: !!
  • Line Location: GETOUT+6
Info |  Source |  Entry Points |  Interaction Calls