Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Integration / Customization
S3 Customization/Development
Wrtitting the Comments.
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Steve G
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5242
People Online:
Visitors:
192
Members:
0
Total:
192
Online Now:
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chesca
1042
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Integration / Customization
S3 Customization/Development
Wrtitting the Comments.
Please
login
to post a reply.
9 Replies
0
Subscribed to this topic
17 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Srini Rao
Veteran Member
Posts: 149
10/25/2012 1:51 PM
Hello I'm trying to add comments to existing requisition and my program fails on the compile it self :-)
Here is my code and I copied it from RQ500...
323697 INITIALIZE WS-CMTRQH.
64911 PERFORM 900-CREATE-CMT-REQHEADER.
64913 MOVE "P" TO CMTRQH-TYPE.
64917 MOVE "TEST COMMENT" TO CMTRQH-NAME.
64919 MOVE 205 TO CMTRQH-SIZE.
64920 MOVE "Testing" TO CMTRQH-EXT-TEXT.
64921 PERFORM 900-STORE-CMT-REQHEADER.
Compile Listing/Error message....
* 250-S******************* **
** STATUS field WS-WORK-FILE-STATUS missing or illegal
* Checking complete - errors found
Errors encountered-c
Please advise me.
Thanks
---Srini
Tags:
Comments/Attachmenst
Woozy
Veteran Member
Posts: 709
10/25/2012 4:03 PM
Split
Hi Srini Rao - My company is not licensed for the requisition module, so I can't look at the RQ500 on my system for reference, so it's difficult to guess the issue with the information you provided. However, it looks like it's expecting a value to be in your *WS file (or maybe in your work file configuration) that it's not finding in your code.
Here are some questions that may help us point you in the right direction:
- Did you include the entire compile error in your post, or is there more to it? If there is more, please or attach the entire .err file.
- Are you modifying the RQ500, or is this a custom program?
- If you comment out the lines of code you posted, does the program compile? I'm wondering if the issue is related to these lines or if it might live elsewhere.
Maybe someone with RQ experience will chime in too...
Srini Rao
Veteran Member
Posts: 149
10/25/2012 4:37 PM
Split
Hello Kelly Meade, Thanks for quick response.
I think, i might be missing some thing. I did looked the lawson API documentation and it does not adding any WS* or work file variables.
1. I'm attaching the full compile list.
2. It's custom program. I cloned the RQ500 and try to change add same lines in RQ500 and it worked.
3. If I comment the lines I mentioned it does get compile and works as it's designed.
Thanks
---Srini
Compiled on DA1LWXXXXX
Building COBOL Shell
Processing PgmInfo Request ...
bismark TEST Z3 ZR503
Processing K:\linte\apps/test/z3src/ZR503.rpt
Created RptMap: ZR503 and Archive RptMap: ZR503.1351186461.rmp
Created rd File: K:\linte\apps/test/z3src/ZR503.rd
Syntax Check K:\linte\apps/test/z3src/ZR503WS
Syntax Check K:\linte\apps/test/z3src/ZR503PD
Building Int From ZR503PD, ZR503WS, ZR503SD, ZR503.rd, wslibs & workfiles
Building K:\linte\apps/test/sdlib/ZR503SD
Build Of Int Complete For ZR503
Editing PGM: ZR503
Building K:\linte\apps/test/z3src/ZR503.cbl
Shell has been built.
Compiling K:\linte\apps\test\z3src\ZR503.cbl with cobol K:\linte\apps\test\z3src\ZR503.cbl /case /outdd"stdout" /fixopt /initcall"lacobrts.dll" /gnt ;
Micro Focus Net Express V5
Version 5.103.0043 Copyright (C) 1984-2009 Micro Focus (IP) Limited.
URN AXCGG/AA0/00000
* 250-S******************* **
** STATUS field WS-WORK-FILE-STATUS missing or illegal
* Checking complete - errors found
Errors encountered-c
Woozy
Veteran Member
Posts: 709
10/25/2012 5:06 PM
Split
Is there a chance you can dump the definition for the REQHEADER workfile for your custom program, and add it as an attachment?
From the command line: "metadumpwrk {prodline} {programcode} REQHEADER"
Woozy
Veteran Member
Posts: 709
10/25/2012 5:10 PM
Split
Oops - sorry. I was thinking work file rather than database file. Never mind...
John Henley
Posts: 3362
10/25/2012 5:16 PM
Split
Did it compile before you added those lines?
Woozy
Veteran Member
Posts: 709
10/25/2012 5:47 PM
Split
I noticed one thing - I think you need to put the "CMTRQH-TYPE" assignment before the 900-CREATE call. This may or may not be your immediate problem, but I think it is a problem.
Do you happen to have a copy of the "Doc for Developers: Lawson 4GL Application Program Interfaces" document? It has a nice section relating to comment attachment processing. If you don't have it, I'd suggest you get a copy from the Infor Documentation Library. It is very helpful for this.
Also, you might check to see if RQ500WS includes "WS-WORK-FILE-STATUS", and if it does, make sure you include it (and any redefines, etc) in your program.
David Cron
Basic Member
Posts: 13
10/25/2012 6:21 PM
Split
Hi Srini,
When you cloned the RQ500, did you go into workdef and change the names of the workfiles that RQ500 uses natively. The cloning changes the workfile name in the COBOL code but not in workdef. There is an executable that can be used to globally change the workdef names but at the moment I can't remember it.
However you can manually change them to reference the new program name and that should(hopefully) solve your problem.
David Cron
DR Technology Corporation.
John Henley
Posts: 3362
10/25/2012 6:25 PM
Split
WS-WORK-FILE-STATUS is a variable in the COMMON wslib.
Since the COMMON library isn't being inserted by the pre-compiler, I think the program didn't compile before the changes were made.
Comment out or remove the lines you added for the comments and see if it compiles.
Srini Rao
Veteran Member
Posts: 149
10/25/2012 7:19 PM
Split
I did API guide was not so use full.
I added the 840-FIND-RQHSET1 before comments section. At least I got it compiled.
Please
login
to post a reply.