MC Press Online Forum
Welcome, Guest
Please Login or Register.    Lost Password?
TechTip: The DSPREL Command (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: TechTip: The DSPREL Command
#119485
101communications (User)
Posts: -10
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 3 Years, 2 Months ago Karma: 0  
I tried to open this file and get an error "missing .DLL file". Any comments? Thanks!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119486
Guest.Visitor (Visitor)

Birthdate:
TechTip: The DSPREL Command 3 Years, 2 Months ago  
I am unable to execute the RECOMPILE command per the installation instructions. The program, RECOMPILE, is not found. Should the RECOMPILE command be executing a different program or is the source for RECOMPILE located in one of the source files? <p>Terry
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119487
Khodge@genesys.org (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 3 Years, 2 Months ago Karma: 0  
I get the same error. <BR>
Please advise <p>Karen
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119488
gotto@islandpacific.com (User)
Senior Boarder
Posts: 64
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 3 Years, 2 Months ago Karma: 0  
I had to compile the RECOMPILE program manually. In addition, I had to compile the CMP01R module, CMP01C and CMP03C modules and then create program CMP01R (including all 3 of these modules). <BR>
The RECOMPILE command then appears to do something and did created some stuff but then it started. It looks like it successfully created the DDS members but then started having trouble. I'm not sure what went wrong yet but it's not going smoothly. Not that I'm complaining! I appreciate you sharing your tools. <BR>
Garrett
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119489
Guest.Visitor (Visitor)

Birthdate:
TechTip: The DSPREL Command 3 Years, 2 Months ago  
Is there any way to get the code for this command, pgm, etc. in another format rather than SAVF? Perhaps as text file? Programmers here do not have authority to restore save files. And I don't think anyone in management will do it for me. Just thought I would ask.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119490
whatram (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 3 Years, 2 Months ago Karma: 0  
Hi Dont Open that in Pc. UpLOAD this to 400, then restore but still i has some fixes. <p>tma
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119491
Guest.Visitor (Visitor)

Birthdate:
TechTip: The DSPREL Command 3 Years, 2 Months ago  
The RECOMPILE command and program should be in the PJUTILPGM save file. As long as you restore it and have the library in your library list it should be fine. I've been get a few questions about some problems recompiling and someone who replied it worked Okay after they specified the Recompile Files parameter as *YES on the first install. Thanks John.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119492
Guest.Visitor (Visitor)

Birthdate:
TechTip: The DSPREL Command 3 Years, 2 Months ago  
I moved to a new customer on Monday morning and restored and recompiled it Okay but I think my brain runs on autopilot when I do that and I've probably forgotten some info that I needed to pass on. The thing I've found out so far is the Recompile Files *YES parameter on the RECOMPILE command.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119493
Guest.Visitor (Visitor)

Birthdate:
TechTip: The DSPREL Command 3 Years, 2 Months ago  
I've had the same problem with save files in the past. I have tried using the MGET command in FTP to copy all of the individual members into text files and that works Okay. You can use MPUT to copy them back but when they get back to AS400 the text and attributes have been lost. I'm looking for a way to get around that. I think there's something you can do with XML (or something like it?) to copy sources. If anyone knows how then let me know and I'll see if I can post it as a text file.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119494
Guest.Visitor (Visitor)

Birthdate:
TechTip: The DSPREL Command 3 Years, 2 Months ago  
When compiling CMD11R, the compile ABEND's due to a binding error. Could you please advise. <p>Thank You.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119495
Guest.Visitor (Visitor)

Birthdate:
TechTip: The DSPREL Command 3 Years, 1 Month ago  
You should submit this to taatool and win the monthly prize. Maybe they would give you extra if you supplied the source to them.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119496
vin@planetchan.com (User)
Junior Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 3 Years, 1 Month ago Karma: 0  
I got it working at last. For others having trouble compiling this beast, here's how I did it.... <p>I manually compiled modules CMP01R, CMP01C and CMP03C. Then I created prog CMP01R with a command like "CRTPGM PGM(mylib/CMP01R) MODULE(mylib/CMP01R mylib/CMP0*)" <p>The RECOMPILE program is NOT in the PJUTILPGM save file, I had to manually compile it. Furthermore, there's a feature in this prog that causes it to sometimes try to compile code from the first source file found in your library list, which may or may not be the correct one. The fault lies in line number 242. The variable called "QualName" has it's library value clobbered by this statement so I changed lines 242 and 248 to use a different variable (see the code snippet below). So much for these blessed globals. Then I manually compiled RECOMPILE. <p>After RECOMPILE is succesfully compiled I ran it with "RECOMPILE LIB(mylib) FILES(*YES)", in batch mode obviously. <p>Vincent <p><!--mccodelink_begin--> <BR>
<!-- do not remove --> <BR>
<hr width=50 align=left><small><a href='http://www.mcpressonline.com/mc/showcode@@.6b30ca82/15' target='_blank'>Code</a></small> <BR>
<!--mccodelink_end-->
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119497
gotto@islandpacific.com (User)
Senior Boarder
Posts: 64
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 3 Years, 1 Month ago Karma: 0  
Thanks Vincent. <BR>
That code change made all the difference. RECOMPILE worked fine and now I can play with the tools. Thanks again. <BR>
Garrett
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119498
Guest.Visitor (Visitor)

Birthdate:
TechTip: The DSPREL Command 3 Years, 1 Month ago  
I have been looking for the source code of Dsprel for quite sometine but couldnt find any. Can anyone help me in getting one.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119499
gotto@islandpacific.com (User)
Senior Boarder
Posts: 64
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 3 Years, 1 Month ago Karma: 0  
Go to the article and click on the link within the body of the article.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119500
ckhayden86 (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 3 Years, 1 Month ago Karma: 0  
I tried compiling this program but the PJUTILSRV <BR>
service program doesn't exist <p>do you have the compile options used to create <BR>
PJUTILSRV
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119501
rlhenley@hiwaay.net (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 3 Years ago Karma: 0  
save source as text files before zipping. <p>/richard
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119484
MC Press Web Site Staff (Admin)
Admin
Posts: 1061
graphgraph
User Offline Click here to see the profile of this user
TechTip: The DSPREL Command 2 Years, 4 Months ago Karma: 1  
This is a discussion about <B>TechTip: The DSPREL Command</b>.<p align='center'><a href=http://www.mcpressonline.com/mc? This e-mail address is being protected from spam bots, you need JavaScript enabled to view it @.6b309421>Click here for the article</a>.</p>
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#119502
Guest.Visitor (Visitor)

Birthdate:
TechTip: The DSPREL Command 2 Years, 4 Months ago  
Garrett, could you provide further details on how to manually compile those objects? I just downloaded the DSPREL tool today and I, like others, am having trouble. Now I can't seem to get those modules you listed to compile without errors.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
   MC-STORE.COM