100% found this document useful (1 vote)
560 views4 pages

Routine Compilation TAFJ

The document provides three syntax options for compiling programs in TAFJ: 1) Compiling a single program with path and name, 2) Compiling all programs in a given path, or 3) Compiling multiple named programs from the default path. It also gives the syntax for executing a compiled program and viewing program details.

Uploaded by

ramesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
560 views4 pages

Routine Compilation TAFJ

The document provides three syntax options for compiling programs in TAFJ: 1) Compiling a single program with path and name, 2) Compiling all programs in a given path, or 3) Compiling multiple named programs from the default path. It also gives the syntax for executing a compiled program and viewing program details.

Uploaded by

ramesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Routine Compilation in TAFJ: (Execute from TAFJ_HOME\bin)

Syntax 1: tCompile <Program Path> <Program Name> // It will compile only one
program.

Syntax 2: tCompile <Program Path> // It will compile all the programs from the given
directory.
Syntax 3: tCompile <Program Name1> <Program Name2> ...... <Program Name (n)>
// It will compile a routine from the default path directory as mentioned in
tafj.properites file.

tafj.properties file under TAFJ_HOME\conf


Program Execute:

Syntax: tRun <Program Name> //To execute the program.

tShow:

Syntax: tShow <Program Name>

tRun EX: // For Application Prompt

You might also like