From: Doug Talley
To: All
Does anyone know how to intercept an interactive job and force it into batch mode?
From : Ted Holt
To : Doug Talley
Let's say you have a CL program called MYCLPROG, as illustrated in 9. Suppose the user keys in CALL MYCLPROG at a command line. The program starts running interactively.
Let's say you have a CL program called MYCLPROG, as illustrated in Figure 9. Suppose the user keys in CALL MYCLPROG at a command line. The program starts running interactively.
Since the job is running interactively, the Retrieve Job Attribute (RTVJOBA) command puts a '1' in &JOBTYPE. The IF statement evaluates as true, MYCLPROG gets submitted to batch, and the interactive invocation of MYCLPROG ends.
Another copy of MYCLPROG starts up in batch. RTVJOBA returns a value of '0,' the IF statement evaluates as false, and the program continues after the comment.
If your problem is with commands that you don't want run interactively, the ALLOW parameter on the Create Command (CRTCMD) and Change Command (CHGCMD) commands prevents commands from running interactively. For example, if you have programmers who constantly compile RPG programs interactively with the Create RPG Program (CRTRPGPGM) command, you can change the CRTRPGPGM command to run only in batch mode with this command.
CHGCMD CMD(CRTRPGPGM) +
ALLOW(*BATCH *BPGM *BREXX)
Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.
IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn:
LATEST COMMENTS
MC Press Online