Get answers.  Share knowledge.  Collaborate with peers.




AS400 report issue

If you could post the O spec’s we might be able to identify likely issues.



View Discussion   |  April 3, 2012  12:05 PM
AS/400 reporting, AS/400 Reports, RPG36
discussed by:
philpl1jb
44,150 pts.

What is QSSP/PRTBAR and how do I call it?

In the original application, PRTBAR (licensed IBM pgm) existed in the application library. I can only assume that it was copied from QSSP. This version would not convert. After the upgrade, I copied the new licensed IBM pgm to the application libray. It tries to run but gets the pointer exception error. I’ve tried to create a program dump, but only get the dump of the calling program.

The application is written in Cobol (1996). I am not a Cobol programmer. I don’t understand the printfile associated with the program. It doesn’t have any fields. Maybe it’s internal. I can make adjustments to call my RPG program for the barcode, but that’s a separate printfile with just the barcode. If I could get the call to prtbar to work, I wouldn’t have to struggle to rewrite a program that I don’t understand.

Thanks for you help!



View Discussion   |  April 3, 2012  11:32 AM
AS/400 v6.1, iSeries v6.1
discussed by:
modiyooch
540 pts.

Implmenting Custom Password rules on Domino using Security Settings document

Make sure you have ID vault in place before you turn this on because it will help if a password is forgotten and allow ID recovery.



View Discussion   |  April 3, 2012  9:39 AM
Domino 8.5.3, Lotus Domino security
discussed by:
gabe9527
10,615 pts.

Data base with Visual C++

how to connect database to the Visual C++



View Discussion   |  April 3, 2012  9:25 AM
C++, SQL Server, SQL Server database, Visual C++
discussed by:
debochkr
10 pts.

AS400 report issue

Hi All,

Appreciate all of your input, due to various constraint i could not communicate the code used. It seems that there are some indicators causing this issue leads to printing BLANK line between each row during its printing.

There is a place where speicifc indicators are commented in O specification.

Thanks,
Barath



View Discussion   |  April 3, 2012  7:45 AM
AS/400 reporting, AS/400 Reports, RPG36
discussed by:
barathr11
45 pts.

How to get caller program list by Calle program

Hi Tom,
Thanks for your kind answer. Actually my requirement is, i have set of object list and get to know there parent program if any. for this i am planning to submit a job in batch.
my approach will be i will make outfile for each member trough RUNQRY command then I will use SQL LIKE statement. if its return a record then i will consider as parent program. Hope my requirement is clear to you.
could you please assis for any better idea.



View Discussion   |  April 3, 2012  5:57 AM
AS/400 V6r1m0, AS400 iseries
discussed by:
mdshadabalam
55 pts.

How to get caller program list by Calle program

Brown:
Thanks for your answer. But I have been tried with DSPPGMREF but not getting. As per my understanding DSPPGMREF will give the list of called program. for example MainPgm is calling SP1, SP2 ,SP3 and so on. once you give DSPPGMREF command on MainPgm, it return the list of calling program like SP1, SP2 ,SP3. but requirement is vise versa. I need to know from where SP1, SP2 ,SP3 is calling. i should get the anser MainPgm.



View Discussion   |  April 3, 2012  5:46 AM
AS/400 V6r1m0, AS400 iseries
discussed by:
mdshadabalam
55 pts.

Subfile

You can use SFLNXTCHG to update the subfile which has only record based on the condition in the loading of the record.Also, you have to handle the empty subfile by checking the RRN=0,then only display the control record format.



View Discussion   |  April 3, 2012  4:55 AM
AS/400, AS/400 Subfiles
discussed by:
hamsinee
130 pts.

What is QSSP/PRTBAR and how do I call it?

PRTBAR had been copied from the QSSP library. The original PRTBAR program would not convert for v6.1 so. I recopied the pgm from the current QSSP library.

In that case, you can forget PRTBAR. If it won’t convert, it can’t be called successfully. And if it was originally a QSSP program, it possibly wouldn’t work (without recompile and possible code changes) outside of a S/36 environment.

Is there a different advanced printing function program that I can call to print this barcode from Cobol.

Generally, printing bar codes should be irrelevant to the language being used. It should be part of the DDS for the printer file.

Is there something unusual about the design of the printed output?

And why is “COBOL” important? Is it simply because the existing procedure that calls PRTBAR is a COBOL program?

Tom



View Discussion   |  April 3, 2012  3:41 AM
AS/400 v6.1, iSeries v6.1
discussed by:
tomliotta
108,005 pts.

What is QSSP/PRTBAR and how do I call it?

The application software is not running in a system 36 environment. PRTBAR had been copied from the QSSP library. The original PRTBAR program would not convert for v6.1 so. I recopied the pgm from the current QSSP library.. Is there a different advanced printing function program that I can call to print this barcode from Cobol. I’m not a Cobol programmer.



View Discussion   |  April 3, 2012  2:02 AM
AS/400 v6.1, iSeries v6.1
discussed by:
modiyooch
540 pts.

Slow opening MS Office files on computer

I got an answer as to why office is taking a long time to load files.

The instruction are go to control panel
Then select add and remove programs
Find Microsoft file validation ad in and clock remove
Also look at modifying registry 2003
HKEY_CURRENT_USER
Software
Microsoft
Office
11
Common
Open Find
MAKE on EDIT menu NEW DWood Value call it'
EnableShellDataCaching
Right mouse MODIFY
Value Data 1

It will now enable caching



View Discussion   |  April 3, 2012  1:36 AM
Microsoft Office, Office 2003, Windows XP
discussed by:
wpengineer
10 pts.

What is QSSP/PRTBAR and how do I call it?

…QWPPSUBR…

That makes me think that someone created a S/36 “subroutine” function at some point in the past. It could have been IBM-supplied or it could have been created in-house or by a consultant. I’d think first that a program named PRTBAR is calling some S/36 “subroutine” incorrectly (for the new environment).

Do you still have the S/36 environment installed after the upgrade? Is it in known good working condition? Have appropriate PTFs been applied?

I recall something about S/36 subroutines changing recently, and it seems like it was for i 6.1. But I never used the S/36 environment for anything of significance, so I don’t have a good memory about it. I created a replacement of a S/36 subroutine for someone maybe a year ago to replace an original one that no longer worked after an upgrade. That’s as much as I recall about possible upgrade problems at the moment — and my basic thought might not be valid.

Tom



View Discussion   |  April 3, 2012  12:27 AM
AS/400 v6.1, iSeries v6.1
discussed by:
tomliotta
108,005 pts.

What is QSSP/PRTBAR and how do I call it?

Upgraded to v6.1 and the call to this program no longer works. The program is used to print a bar code on IPDS printer from Cobol. If it’s a matter a parameter list change, I wanted to know how to call it.

error msg is

Pointer not set for location referenced.
Function check. MCH3601 unmonitored by QWPPSUBR at statement *N,
instruction X’00DF’.



View Discussion   |  April 2, 2012  9:04 PM
AS/400 v6.1, iSeries v6.1
discussed by:
modiyooch
540 pts.

DNS IP addresses Disappears

Have you checked GPO’s being applied ? logon scripts ?



View Discussion   |  April 2, 2012  4:49 PM
DNS, Windows networking
discussed by:
carlosdl
63,535 pts.

Subfile

Answer for K[rrazor
You need to use SFLINZ to initialize the subfile



View Discussion   |  April 2, 2012  4:44 PM
AS/400, AS/400 Subfiles
discussed by:
charliebrowne
32,835 pts.

how to put attachments into richtext fields from web attachments in lotus notes document

Perhaps,He just want to know the upload files uploaded from which richtext item,But in
In Web,It’s from upload control.So can’t know form which item,Perhaps you can get the doc’s all upload files,then extract file to the server directory,at last ,upload the file to the doc from the rich text item instead of the old one.



View Discussion   |  April 2, 2012  4:22 PM
Lotus Notes, Lotus Notes attachments
discussed by:
simonchen
10 pts.