PDA

View Full Version : CL program question.



nmadhuhb
11-03-2003, 08:16 PM
Thanx Mr Robins i am bale to do it. >A new message was posted by Bill Robins in > >CL: CL program question. -- > Pl. give me the example CL Programe. > >Madhu Naik wrote: >> There is one file named xxx in temp library. i would like to check >> records in that file for perticalar DATE range. If the records in >> that file are not matching to the given date range message to be >> displayed on screen immediatly. How can i do it in CL Program. what >> are all commands can i use in CL program. > >Madhu, > >The command you will be using for this would be: >DclF (Declare a file) >RcvF (Receive a record from a file) >SndMsg (Send a message) > >The declare file is going to be tricky because the file must be in an >accessable library at the time of program compilation. Each job carries >it's own QTemp library and that includes batch jobs, so if you were to >submit the program compilation to batch, the compilation would not have >that file in QTemp. > >bill > > > > >------------------------------------------------------ >View/reply at <http://www.mcpressonline.com/mc?13@175.koVMfHb6dae.1@.6ae7d356/2> >You must visit the conference to reply. Email replies are not allowed and will be returned. >Use the unsubscribe form at <http://www.mcpressonline.com/mc?280@175.koVMfHb6dae.1@.6ae7d356!folder=.ef5b31d> to cancel your email subscription. ----- http://www.mcpressonline.com The Source for eServer Technical Resources.