Hi, We plant to migrate to jBASE 5 but we have a couple of jBASE printer queue that use a program to be able to do special thing.
It's working fine with jbase 3 but not with jbase 5. Here is a little program to test that. TEST_PTR 001 EQUATE MYPATH TO "/tmp/" 002 OPEN "/JBASE_ACCOUNTS/OPER/SYST" TO SYST ELSE DEBUG 003 READVU VR.SEQ FROM SYST,"VR_NUM",1 THEN VR.SEQ ++ ELSE VR.SEQ = 0 004 VR.SEQ = VR.SEQ "R%8" 005 EXECUTE "/usr/bin/tee ": MYPATH : VR.SEQ 006 WRITEV VR.SEQ TO SYST,"VR_NUM",1 After that you create a jBASE printer queue with that program as the device 11:19:14 30 JUN 2016 QUEUE STATUS PAGE 2 OF 2 PAGES QUEUE NAME DEVICE STATUS #Q SKIP XLT BLKSZ Q99 PROG TEST_PTR ASSIGNED 0 0 If you print something to that queue you should have a file in the /tmp that begin with 000000* Work fine with jBASE 3.4.10 on AIX 5.3 but not with jBASE 5 on AIX 7.1 Does anybody have a solution? Thanks, Robert B. -- -- 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 --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
