CL batch program Questions

1

batch Script for tnsping test
Hi All I want  to write a batch script to read tnsnames from a text file and write the o/p to another text file . i/p file is having multiple coulms seperated by space also having multiple entries i have userd for command with delimites,but it works only for first line how i can it for multiple lines [...]

Answer Question   |  March 31, 2012  12:54 PM
Batch Scripts, CL batch program, Oracle
asked by:
5 pts.

AS400 Triggers
I have some triggers set up on our AS400. A record gets written to a physical file each time one of the triggered files has an add, update or delete performed against it. The problem is that we have a few batch programs that do not write to the trigger file when run (and update [...]

Answer Question   |  May 27, 2011  7:58 PM
AS/400 administration, AS/400 Parameters, AS/400 triggers, CL batch program, TRIGGER, Trigger failure
asked by:
15 pts.

How to pass data from online program to batch program
how to pass data from online program to batch program

Answer Question   |  October 7, 2010  12:46 PM
CL batch program, Passing Data
asked by:
5 pts.

iSeries (AS400) – can batch program send event-driven interrupt to interactive screen (not SNDBRKMSG)
I am looking for a way for an active batch program (waits on a data queue) to send an interrupt display to one or more users, based on specific data the program receives from the data queue. The interrupt would be a 1-way advice – no need for a reply, only ENTER – overlaying the application currently active [...]

Answer Question   |  October 6, 2010  6:21 AM
AS/400, AS/400 Display File, CL batch program, iSeries
asked by:
250 pts.

how to access QTEMP files in batch programs.
Hi All, I have developed one tool in AS400 which consists of one CL program and one RPGLE program. I have created 2 temporary files in QTEMP in CL program. RPG program is called by CL. these two files will be used in RPG program in update and output mode. after that i want to [...]

Answer Question   |  March 11, 2010  5:15 AM
CL batch program, QTEMP, RPG, RPG ILE
asked by:
695 pts.

CL TimeStamp Duration
Hi, I have to compute the duration it takes to execute a batch process. So I need to compute the difference between Start Time & End Time and display it in HH:MM:SS format. So is there any command in CL which can compute the time difference? Thanks

Answer Question   |  February 25, 2009  1:18 PM
CL batch program, CL Procedure, CL TimeStamp
asked by:
70 pts.

Append date to FTP file name
I want to append the date to the file name I am putting on the pc. I am using a cl batch program to process the files on a daily basis. The files are identified in a member in a source file. (PUT ftpdbf/filea filea102408.txt). The files from the 400 are created with a cpysplf [...]

Answer Question   |  August 31, 2009  6:04 AM
AS/400 FTP, CL, CL batch program, CLP, CPYSPLF
asked by:
95 pts.

1