** This thread discusses the article: TechTip: Upgrade Your JWSPLF **
** This thread discusses the Content article: TechTip: Upgrade Your JWSPLF0
** This thread discusses the article: TechTip: Upgrade Your JWSPLF **
** This thread discusses the Content article: TechTip: Upgrade Your JWSPLF0
** This thread discusses the article: TechTip: Upgrade Your JWSPLF **
How do you install this code?
** This thread discusses the article: TechTip: Upgrade Your JWSPLF **
I'd like that info also how do you install this code,,, no instructions
** This thread discusses the article: TechTip: Upgrade Your JWSPLF **
The zip contains a savf and all the sources in clear text (for people that do not want or can't restore savf). The savf is an entire library (JWSPLF) with all the programs compiled and the source file as well. You can create a savf JWSPLF in your as/400, ftp and restore the library. If you restored the library, you can use the command immediately However if you want to recreate the tool by your own just create a library (say JWSPLF or any other else) and run the REXX JWMAKE (directly from PDM - opt. 16). If you want to build the pkg in a library other than JWSPLF just change the variable LIB in REXX procedure. If you have any problem feel free to mail me.
** This thread discusses the article: TechTip: Upgrade Your JWSPLF **
Ciao Guiseppe! Using JWSPLF (another great tool) to duplicate spool file entries. If I have several entries, and I select option 7 on several different entries (usually selecting one, pressing enter, then selecting another, etc.) - - after several duplications, I get CPF3C14 ("Starting position xxxxx and length 5000 cause space overflow"). xxxxx is usually more than 5000. Can you duplicate this situation? Grazie! Paul
** This thread discusses the article: TechTip: Upgrade Your JWSPLF **
Do you know the correct parameters for QSPDSPFM API on V5R2? The only ones that I had found were: SPOOL FILE NAME JOB SPOOL FILE NUMBER SYSTEM NAME TIME STAMP(not sure about this one) NULL POINTER I keep getting "File xxxx not found..." error. Thanks for any help you can give me.
** This thread discusses the article: TechTip: Upgrade Your JWSPLF **
DCL &SPFSYS *CHAR 8 /* SPOOL FILE SYSTEM */ DCL &SPFTS *CHAR 15 /* SPOOL FILE TIMESTAMP */ CHGVAR %SST(&SPFTS 1 3) x'0002F1' .... add date and time CHGVAR %BIN(&SPLNBRB 1 4) &SPFNBR CHGVAR &FULLJOB (&SPJNAM !! &SPUSER !! &SPJNBR) CALL QSPDSPFM (&SPFILE &FULLJOB &SPLNBRB &SPFSYS &SPFTS)
** This thread discusses the article: TechTip: Upgrade Your JWSPLF **
Costagliola, I downloaded the source for this from http://www.mcpressonline.com/ftp/pro...ostagliola.zip and attempted to install from source (since our system automatically converts the user in the save file to QDFTOWN which I have very little authority to). The biggest problem is that there are A LOT of special characters in the source like § and £ in the RPGLE source. I would like to know what these characters are supposed to have been so that I can translate them. Member (as its in archive) is jwsplf.jsplgetr. Thnaks, Matt Tyler mattt@wincofoods.com