Forum: S3 Customization/Development

 77 Subscribed to this forum
Page 23 of 23 << < 1920212223

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

Changing field sizes in apvenmast    

Started by  Deleted User
How big a deal is it to change field sizes in apvenmast for addr1,2,3,4 from 30 to 40 and city from 18 to 19 I have used dbdef to setup some custom views and tables before(SQL server). I also assume I would need to recompile everything.
3 13676 1
by  John HenleyJump to last post
5/22/2006 9:11 PM

A batch program replicating PR23 edit checks    

Started by  Deleted User
We hav been asked by the users to create a batch program which should delete all records in EMPDISTMAST table (updated by PR23), takes an input file from another system and do the same edit checks as PR23 and then populate the table. In their words, it should invoke the same AGS/DME calls that PR23 uses. What is the fastest way to do that Note: I will be learning Lawson programming as I do that. Thanks
3 12921 0
by  John HenleyJump to last post
4/15/2006 1:23 AM

IBM Rational Clear Case with Lawson    

Started by  John Henley
I'm looking for any organizations who have used Clear Case for managing their Lawson customizations.
0 13745 0
4/24/2006 8:20 PM

Batch program for FTP    

Started by  Deleted User
We do not have unix command line access so we are struck with users using winptxfr program between Lawson and windows. Some use wsftp but I would like to write a program which invokes unix ftp commands. Does anyone have a readymade program which can I can use Thanks
2 14242 0
by  Phillip FellerJump to last post
4/28/2006 2:47 AM

.NET Web Authentication    

Started by  Deleted User
I have a .NET web application that currently uses windows authentication. This grabs the current user off the machine. In some cases however it would be better for us to use Lawson's authentication. Basically the person logged into the machine may be logged into Lawson as a different user. Has anyone done this Thanks --JayR
8 15007 1
by  John HenleyJump to last post
8/11/2006 4:52 PM

Getting a result from a CALL SYSTEM    

Started by  Leon Feder
I know how to call a system command from a COBOL program (Thanks, your article is great) but how can I use the results I would like to get the result code and also look at the redirected output of the command.
3 16122 0
by  Leon FederJump to last post
6/22/2006 6:19 PM

How to access Lawson Job output from a Java program    

Started by  Deleted User
Greetings, I am trying to determine the best way to access output from a Lawson Jobdef. It is a multistep job and I want a way that a Java program by having key information about the job user id , job name can automatically read the output files from the latest directory output for that job and process them to a .zip file for transport. Is there a series of system DB tables that contain the actual job output directory user id ,run number etc. for all platforms. I was thinking the ...
1 13424 1
by  John HenleyJump to last post
7/24/2006 2:18 PM

Format Issues    

Started by  Shasidhar Vemireddy
I have a column that needs to be populated it is CHAR(17), i need to populate this fied with the EMPLOYEE number which is numeric (size 9). so when i try to move the value directly into the CHAR field the end result is something like this '000002456 '..however i want soemthing like this '2465 '.I tried various formatting options including lawson API's with no good result.Does anyone have a suggestion
1 12825 1
by  John HenleyJump to last post
10/23/2006 10:08 PM

WinFax Pro Alternative?    

Started by  Roger French
Looking at any alternatives to WinFax Pro with Fax Integrator. WFPro v10 isn't really supported by Symantec and Fax Integrator isn't certified with any other product which leaves us in a bit of a bind. We're looking at a product by Esker www.esker.com as a pooled-fax application. Has anyone built an interface between Lawson (fax integrator) and another supported fax application using API's or otherwise Thank you in advance, Roger French Houston,TX. Apps: 8.0.3....
0 13855 0
11/6/2006 1:11 PM

iSeries RPG Lawson API calls    

Started by  Deleted User
I've heard rumors of a conversion utility that will convert a Lawson Cobol program to a Lawson RPG program. Can anyone confirm or dispell this rumor I've heard it referred to as delmid. Does anyone have information or a link on what the names are for an RPG API routine and the corresponding Cobol API paragraph are within the Lawson environment Thanks in advance
4 16729 2
by  Scott KruegerJump to last post
2/21/2007 6:16 PM

Adding new system code    

Started by  Karl Kemp
I'm trying to create a new SYSTEM CODE which we will then build our 'in house' applications under I got the new code created via GL01.4, and I can see it in the SYSTEMCODE table. I can also query it back up via GL01.4. However, when I go to PGMDEF to begin creating my new apps under this new System Code, I don't see it in the System Code drop-down list. I'm wondering if there is a security set-up someplace. I looked throughout LAUA but didn't see anything.
1 13778 0
by  John HenleyJump to last post
12/1/2006 7:15 PM

Access to PMTOUT    

Started by  Sam Simpson
We are app 8.0.2x (unixlsolaris). In 7.0x and 8.0.3 PMTOUT is located in /<productLine>/work/PMTOUT/ but in 8.0.2x it is located in the root directory of work. This gives me a dilemna because the root directory of work is supposed to be for temporary files. I'm writing a cobol program to redo PMTOUT before check printing and the only way I can access this flat file is to call .ksh script(within cobol) to move the file to a different directory before opening it. Is there a way of dire...
3 14364 0
by  John HenleyJump to last post
12/5/2006 1:08 PM

Calling batch program interactively    

Started by  Deleted User
I need to call a Lawson batch program PR530 interactively from a non-lawson program. I had initialized the lawson environment within the program and called the program with the entry parameters EENTRYCNTRL and EENTRYSCREEN populated. But the program ends abnormally on the UINITBATCH procedure with pointer not referenced error. What could be the reason for this
0 13423 1
12/4/2006 7:21 PM

Is there a way to call a Lawson batch program from another?    

Started by  Sam Simpson
Almost related to this question, is there a way to call a Lawson batch program from another cobol program(custom). I tried INVOKE but this is only for online programs. I never have tried this before so my appreciation for any help.
2 13573 0
by  Sam SimpsonJump to last post
12/5/2006 6:20 PM

Lawson Job Number    

Started by  Deleted User
Job numbers used by Lawson as seen in files like QUEUEDJOB has 10 characters. It seems to be the combination of IBM job number followed by a sequence number. What is the significance of this sequence number and how is it generated
0 13804 0
12/8/2006 8:46 PM

Tool to find out ladb changes?    

Started by  PV Rajan
Hi: Over the past many years, we have been making some minor changes to lawson tables (7.2.4). Is there a tool to find out the differences we have made so far Thanks in advance!
1 12709 2
by  John HenleyJump to last post
12/15/2006 11:00 AM

AGS call via HTML    

Started by  Deleted User
Hi, I'm working on a custom HTML page which extracts Invoices to be released for a Vendor Class based on user's login info. I get as far as DME query displaying all the unreleased Invoices. Upon selecting the desired Invoice, the following AGS call gets created but doesn't post. function AGSCall(vAuthCode, vVendor, vInvoice) { var o = new ActiveXObject('Microsoft.XMLHTTP'); var s = 'http://Servername:port/servlet/Router/Transaction/Erp_PDL=PDLname' ...
7 15753 1
by  John HenleyJump to last post
1/23/2007 9:12 PM

Cobol EXAMINE statement    

Started by  Karl Kemp
Has anyone ever used the Micro Focus COBOL Examine statement within Lawson I have used this in non-Lawson apps with success, but can't seem to get it to work in Lawson. Maybe you have other ideas. Here is what I am needing to do. I'm reading a file with records such as the following rec 1 = /lawson/work: rec 2 = /lawson/obj: I'm needing to determine where the ':' character is on each individual record. Thus I was going to use the EXAMINE TALLY...
1 15864 1
by  John HenleyJump to last post
3/15/2007 4:06 PM

Send email from Lawson Unix app to Outlook    

Started by  Karl Kemp
Anyone ever put code in a Unix Cobol app to send an email notification to Outlook or Groupwise It seems like in a previous life I did this in a custom Lawson app, but now I can't find my notes on it. Any ideas
4 13182 0
by  Sam SimpsonJump to last post
3/19/2007 6:03 PM
To join the discussion you need to register first. (Registration is free!) If you are already a registered user please login to join the discussion.
Page 23 of 23 << < 1920212223


RSS Feed Available