gdt v5 – new tools of the trade

27
GDT V5 – New Tools of the Trade

Upload: yana

Post on 15-Jan-2016

53 views

Category:

Documents


0 download

DESCRIPTION

GDT V5 – New Tools of the Trade. GDT V5 – New Tools of the Trade. GDT PDF FTP within a BATCH process Mass Compile made easy with one command (MCOMP). GDT PDF. The Need Many businesses require special formatted reports such as PDF - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the Trade

Page 2: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

GDT V5 – New Tools of the Trade

GDT PDF FTP within a BATCH process Mass Compile made easy with one command

(MCOMP)

Page 3: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

GDT PDF

The Need Many businesses require special formatted reports

such as PDF A variety of tools to do PDF conversions may be

available but would work outside of the GDT Environment

Customers need to have PDF documents created on-demand as well as real time via Batch processing

Page 4: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

GDT PDF

GDT PDF can be run as a standalone .exe In GDT V5.0, GDTBATCH will be enhanced with a new

command CREATE_PDF abbreviated to CPDF. This command can then be used in JCL.

In GDT V5.0, CPDF will be made available to COBOL programs by supplying a call interface that makes use of the DLL entries.

Additional functionality will include Fonts, CharPerLine and a GUI

CMD line entry: GDTPDF1 PDF-TEST.lsq PDF-TEST.pdf

Page 5: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

GDT PDF

Using the Execute Windows (exw) or the Execute Dos (exd) to process the reportvia GDTPDF1 to convert the report to a PDF document.

Page 6: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

GDT PDF

Running the JCL via GDTBATCH

Page 7: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

GDT PDF

Job has completed successfully and the PDF document has been generated.

Page 8: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

GDT PDFThe Generated PDF

Page 9: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

GDT PDFGraphical User Interface

Page 10: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

ResultsOriginal Text Report

Page 11: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

ResultsPDF of Text Report

Page 12: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH processRuntime Flow (via EDBG)

"OPN" - open session. Once OPN is done, you do not have to provide SERVER, USER, PASS information until CLS function is executed.

Also to be made available under GDT V4.2CALL "CTFTP01" USING WS-GDTFTP-Parm

Page 13: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"CD " - create directory

Page 14: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"GCD" - get current directory – returned directory

Page 15: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"SCD" - set current directory

Page 16: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"PUT" - put file to server

Page 17: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"REN" - rename remote file

Page 18: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"GET" - get file from server

Page 19: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"DEL" - delete remote file

Page 20: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"SCD" - set current directory

Page 21: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"DD" - delete directory

Page 22: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

FTP within a BATCH process Runtime Flow (via EDBG)

"CLS" - close session

Page 23: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

MASS COMPILE

MCOMP GDT V5.0 Run from command line once GDT environment is set Quick screen information of the results Can be run with wild card parameters

*.CBL or A*.CBL Can be run with no parameters

Will compile all .CBL’s in the current directory Text file out put results

MCOMP-R1.TXT Compile statistics with line pointers to the detail Compile Text file

MCOMP-R2.TXT Detail Compile information Will detail compilation errors if they happen

Page 24: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

MASS COMPILEQuick Results Displayed

Page 25: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

MASS COMPILEMCOMP-R1.TXT

Line pointers to MCOMP-R2.TXT

Page 26: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

MASS COMPILEMCOMP-R2.TXT

Page 27: GDT V5 – New Tools of the Trade

GDT V5 – New Tools of the TradeDoug Evans and Detlef Lexut

GDT 2008 International User ConferenceAugust 10 – 13 Lake Las Vegas, Nevada

MASS COMPILEMCOMP-R2.TXT