Link to home
Start Free TrialLog in
Avatar of jclark01
jclark01Flag for United States of America

asked on

System/36 Procedure question

I am attempting to modify what I believe is an old S/36 procedure because some filename changes by a software vendor have rendered them useless. I have very little experience programming on an iSeries, let alone in an S/36 environment.

I am using the following:
System i 525 Power 6
OS version V5R4M5

The source file for the procedure I am trying to modify is QS36PRC. I can access the source, make the necessary change (change the name of a file it is referencing) and then save the source.

If I run the program at this point, it still fails on the same line. I am assuming that I first need to recompile the program from source for the change to take effect.

My question is, how do I recompile the program? Digging through what reference material I could find, I found some methods of compiling such as RPGC (within the S/36 env) or CRTS36RPG. All of these commands fail claiming the library #RPGLIB was not found. This error returns 0 results on Google.

Can someone point me in the right direction to solve this problem?
ASKER CERTIFIED SOLUTION
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jclark01

ASKER

Gary, thanks for the help. With your suggestions I was able to get started and fix some of these old procedures. I am running into a different problem on a few of them that I will post as a new question. If you can, I would appreciate any help you can offer on that.