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:
Zac Shields
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5210
People Online:
Visitors:
433
Members:
0
Total:
433
Online Now:
New Topics
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
Lawson S3 Procurement
ED501 Error: Map 850 not supported by /law/c15vda/lawson/test10/edi/bin/laws_out_91
11/12/2024 3:47 PM
Tried runnning ED501 and getting the atathced erro
Lawson S3 HR/Payroll/Benefits
Error
11/6/2024 9:54 PM
When I try to enroll a retiree in 72.1 health plan
Infor ERP (Syteline)
Syteline: New Data Maintenance Wizard (Error) Need help
11/1/2024 4:24 PM
Hi, I need help with an error on syteline while us
Dealing with Lawson / Infor
Implementing Lawson v10 with Cerner Surginet, Case Cart Picking, and Quick Adds for the OR
10/29/2024 4:20 PM
Hi Everyone, I am wondering if there is any org
Lawson S3 HR/Payroll/Benefits
Canada Tax Calculation (Federal and Provincial) Issue
10/23/2024 5:00 AM
Initially, we had problem with CPP2 calculation is
Lawson S3 HR/Payroll/Benefits
CA Section 125 401k Plan
10/22/2024 10:13 PM
Does anyone have any recommendations on how to fac
S3 Systems Administration
Running AC120 deleted records from ACMASTER table
10/22/2024 3:40 PM
We recently ran the AC120 as normal and somehow it
Lawson S3 Procurement
RQ13 Approval Info
10/17/2024 2:12 PM
When a Requisition is approved on RQ13, what table
S3 Customization/Development
Read and Write CSV file COBOL
10/9/2024 2:53 PM
Does anyone have a quik example of a program that
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1372
Roger French
1315
mark.cook
1244
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
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...
Tags:
Comments/Attachmenst
Srini Rao
Veteran Member
Posts: 149
10/25/2012 4:37 PM
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
Tags:
Comments/Attachmenst
Woozy
Veteran Member
Posts: 709
10/25/2012 5:06 PM
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"
Tags:
Comments/Attachmenst
Woozy
Veteran Member
Posts: 709
10/25/2012 5:10 PM
Oops - sorry. I was thinking work file rather than database file. Never mind...
Tags:
Comments/Attachmenst
John Henley
Posts: 3353
10/25/2012 5:16 PM
Did it compile before you added those lines?
Tags:
Comments/Attachmenst
Woozy
Veteran Member
Posts: 709
10/25/2012 5:47 PM
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.
Tags:
Comments/Attachmenst
David Cron
Basic Member
Posts: 13
10/25/2012 6:21 PM
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.
Tags:
Comments/Attachmenst
John Henley
Posts: 3353
10/25/2012 6:25 PM
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.
Tags:
Comments/Attachmenst
Srini Rao
Veteran Member
Posts: 149
10/25/2012 7:19 PM
I did API guide was not so use full.
I added the 840-FIND-RQHSET1 before comments section. At least I got it compiled.
Tags:
Comments/Attachmenst
Please
login
to post a reply.