Presentation is loading. Please wait.

Presentation is loading. Please wait.

3rd Annual Plex/2E Worldwide Users Conference 13A Batch Processing in 2E Jeffrey A. Welsh, STAR BASE Consulting, Inc. September 20, 2007.

Similar presentations


Presentation on theme: "3rd Annual Plex/2E Worldwide Users Conference 13A Batch Processing in 2E Jeffrey A. Welsh, STAR BASE Consulting, Inc. September 20, 2007."— Presentation transcript:

1 3rd Annual Plex/2E Worldwide Users Conference 13A Batch Processing in 2E Jeffrey A. Welsh, STAR BASE Consulting, Inc. September 20, 2007

2 2January 16, 2014 13A Batch Processing in 2e Bio >Jeffrey A. Welsh, President >STAR BASE Consulting, Inc. >27 Years in IT, Worked with 2E since 1989 >From Cincinnati >JWelsh@STARBASEinc.comJWelsh@STARBASEinc.com >Cars, Motorcycles

3 3January 16, 2014 13A Batch Processing in 2e Today we are going Try Batch

4 4January 16, 2014 13A Batch Processing in 2e This Slide Intentionally Left Blank >Place Holder >Take Notes Here.

5 5January 16, 2014 13A Batch Processing in 2e Getting Started >Ultimately need an External Program >Execute External or a Print file work great >Usually best to start with an Execute Internal

6 6January 16, 2014 13A Batch Processing in 2e Batch Processing in 2E EDI Exit routine. Program to Conditionally generate records. Review Two Applications

7 7January 16, 2014 13A Batch Processing in 2e EDI Exit Routine EDI Data Gentran Mapping Process Application Tables 2E Exit Program Application Fields Passed as Parms

8 8January 16, 2014 13A Batch Processing in 2e EDI Exit Routine

9 9January 16, 2014 13A Batch Processing in 2e EDI Exit Routine

10 10January 16, 2014 13A Batch Processing in 2e EDI Exit Routine Z

11 11January 16, 2014 13A Batch Processing in 2e EDI Exit Routine

12 12January 16, 2014 13A Batch Processing in 2e EDI Exit Routine

13 13January 16, 2014 13A Batch Processing in 2e EDI Exit Routine

14 14January 16, 2014 13A Batch Processing in 2e EDI Exit Routine EDI Data Gentran Mapping Process Application Tables 2E Exit Program

15 15January 16, 2014 13A Batch Processing in 2e Generating Records >RTVOBJ used to read a set of records. >RTVOBJ used to return a single record >Tips to make action diagrams more readable >Passing parms to a User Source Function >Using Conditions to specify and document business rules Techniques to Review

16 16January 16, 2014 13A Batch Processing in 2e Generating Records The STAR BASE horse racing company wants to make sure it has enough horses on record for each of its race courses. For each race course of record there needs to be at least 5 horses available in the horse pool. Business Problem Your Mission Write a program that will run every day to make sure there are enough horses in the horse table to meet the current business requirement.

17 17January 16, 2014 13A Batch Processing in 2e Generating Records Course Table My Batch Program Horse Table Horse Table

18 18January 16, 2014 13A Batch Processing in 2e Generating Records

19 19January 16, 2014 13A Batch Processing in 2e Generating Records N

20 20January 16, 2014 13A Batch Processing in 2e Generating Records

21 21January 16, 2014 13A Batch Processing in 2e Generating Records Z

22 22January 16, 2014 13A Batch Processing in 2e Generating Records

23 23January 16, 2014 13A Batch Processing in 2e Generating Records

24 24January 16, 2014 13A Batch Processing in 2e Generating Records

25 25January 16, 2014 13A Batch Processing in 2e Generating Records

26 26January 16, 2014 13A Batch Processing in 2e Generating Records >RTVOBJ used to read a set of records. >RTVOBJ used to return a single record >Tips to make action diagrams more readable >Passing parms to a User Source Function >Using Conditions to specify and document business rules Techniques to Review

27 27January 16, 2014 13A Batch Processing in 2e Generating Records

28 28January 16, 2014 13A Batch Processing in 2e Generating Records

29 29January 16, 2014 13A Batch Processing in 2e Generating Records

30 30January 16, 2014 13A Batch Processing in 2e Generating Records Z

31 31January 16, 2014 13A Batch Processing in 2e Generating Records

32 32January 16, 2014 13A Batch Processing in 2e Generating Records >RTVOBJ used to read a set of records. >RTVOBJ used to return a single record >Tips to make action diagrams more readable >Passing parms to a User Source Function >Using Conditions to specify and document business rules Techniques to Review

33 33January 16, 2014 13A Batch Processing in 2e Generating Records Z

34 34January 16, 2014 13A Batch Processing in 2e Generating Records

35 35January 16, 2014 13A Batch Processing in 2e Generating Records >RTVOBJ used to read a set of records. >RTVOBJ used to return a single record >Tips to make action diagrams more readable >Passing parms to a User Source Function >Using Conditions to specify and document business rules Techniques to Review

36 36January 16, 2014 13A Batch Processing in 2e Generating Records FF

37 37January 16, 2014 13A Batch Processing in 2e Generating Records

38 38January 16, 2014 13A Batch Processing in 2e Generating Records Z

39 39January 16, 2014 13A Batch Processing in 2e Generating Records

40 40January 16, 2014 13A Batch Processing in 2e Generating Records >RTVOBJ used to read a set of records. >RTVOBJ used to return a single record >Tips to make action diagrams more readable >Passing parms to a User Source Function >Using Conditions to specify and document business rules Techniques to Review

41 41January 16, 2014 13A Batch Processing in 2e Generating Records Z

42 42January 16, 2014 13A Batch Processing in 2e Generating Records

43 43January 16, 2014 13A Batch Processing in 2e Generating Records Did it Work?

44 44January 16, 2014 13A Batch Processing in 2e Generating Records 4 Race Courses * 5 Horses Each = 20 Horses

45 45January 16, 2014 13A Batch Processing in 2e Generating Records

46 46January 16, 2014 13A Batch Processing in 2e Generating Records

47 47January 16, 2014 13A Batch Processing in 2e Generating Records The STAR BASE horse racing company after implementing the new program has found that 5 horses per course are not enough! It has been determined that 6 horses are needed. Business Changes Your Mission Change the program so 6 horses per course are generated.

48 48January 16, 2014 13A Batch Processing in 2e Generating Records

49 49January 16, 2014 13A Batch Processing in 2e Generating Records

50 50January 16, 2014 13A Batch Processing in 2e Generating Records

51 51January 16, 2014 13A Batch Processing in 2e Generating Records

52 52January 16, 2014 13A Batch Processing in 2e Generating Records >RTVOBJ used to read a set of records. >RTVOBJ used to return a single record >Tips to make action diagrams more readable >Passing parms to a User Source Function >Using Conditions to specify and document business rules Techniques to Review

53 53January 16, 2014 13A Batch Processing in 2e External vs. Internal My Logic Execute External Function Execute External Function Print File Execute Internal Function

54 54January 16, 2014 13A Batch Processing in 2e Questions


Download ppt "3rd Annual Plex/2E Worldwide Users Conference 13A Batch Processing in 2E Jeffrey A. Welsh, STAR BASE Consulting, Inc. September 20, 2007."

Similar presentations


Ads by Google