Sorry Tony: see below From: [email protected] To: [email protected] Subject: RE: Pick r83 to jbase conversion Date: Wed, 21 Mar 2012 14:11:11 -0700
I believe the issue is that in R83 there are the multiple items broken up into Include items. So try this: BASIC MIGRATION.BP XBASIC <<< that should compile with no issues There are issues with this compile. says line 159 is a bad statement. Looking at the code I see "...OKAY = TRUE" Then several more error messages such as LINE 158 "ELSE" CLAUSE MISSINGThere are also a couple of Blank lines , that R83 CANNOT HANDLE. On one of my instances of trying to correct, I removed these two blank lines. Perhaps this is a version for another mvdb system.DaveCATALOG MIGRATION.BP XBASIC SSELECT MIGRATION.BP = “SAVE]”XBASICFile =MIGRATION.BPItem.Name = <<enter>>Precompile YCompile NO … you don’t want to compile Include items. When that’s done, BASIC MIGRATION.BP SAVE.RESTORE.AT.That will pull in the Includes. HTHT From: David Grenfell Tony: Sorry for being such a dork, but have to ask any-way. I have my migration.bp file on R83 with SAVE.RESTORE.AT, 1,2,3 ETC and also XBASIC. I tried to "BASIC" the SAVE.RESTORE.AT item, but came up with a bunch of compiler errors, So I attempted to repair the code, but then realized that perhaps I should leave it alone and run XBASIC on it . I attempted to compile XBASIC, but got some errors, and patched so it will run. So it is now asking me for following and my responses are: File name > MIGRATION.BPItem.name> SAVE.RESTORE.ATOperating Environment > R83Precompile for R83 > YLeave Source ? YPrecompiling SAVE.RESTORE.AT FOR R83...Compiling SAVE.RESTORE.AT ......*I331* (IT STOPPED HERE)so I ended it.*END> So, I suppose I should restore MIGRATION.BP items to your original code and run XBASIC on them again as above.?? In orther words, can you confirm that I should start over and follow the XBASIC ROUTE ? -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
