Download the JA User Manual in PDF format.

Transcript
CHAPTER 2 – JA SET UP
Special code needs to be added to the business application screen to create and access
the JA options. The code displayed below created the options highlighted in Figure 2.2.
When 41, 42, 43 or 44 are entered, the corresponding code is executed to access a JA
screen.
command "$jacmdloc/jarevjun"
&
label "Job Assistance Job Review..."
id 41
&
refresh all
command "$jacmdloc/jausrsun"
&
label "Job Assistance User Setup..."
refresh all
&
&
command "$jacmdloc/jadevsun"
&
label "Job Assistance Device Setup..."
refresh all
command "$jacmdloc/jamnumun"
&
label "Job Assistance Main Menu..."
refresh all
&
&
• Figure 2.3 – Code to Access Various JA Screens
In this example — starting with option 41 (id 41) — JA commands (shell scripts) are
executed from the ‘ja/cmd/’ sub-directory to access various JA screens.
command "$jacmdloc/jarevjun"
accesses Job Review screen [JA06001]
command "$jacmdloc/jausrsun"
accesses User screen [JA02005]
command "$jacmdloc/jadevsun"
accesses Devices screen [JA02004]
command "$jacmdloc/jamnumun"
accesses JA Main Menu screen [JA01001]
See: Appendix 'M' – API Calls – $jacmdloc Command Scripts
¥
Access to the JA Job Selection, Job Execution and Job Review screens.
Many business users may be restricted to using the Job Selection, Job Execution and Job
Review screens (See: Chapter 4 – Issuing and Reviewing Jobs) to issue and review
jobs. Figure 2.4 provides an example of a business interface screen that allows users
access to the Job Selection screen [JA04001] to issue various report jobs.
The Job Review screen, used to view the job output, is accessed using the ‘REV’ option
on the business application interface screen or on the JA Job Selection screen.
SEWARD CONSULTING LTD.
15