Re: NETSOL CBT 1981 edition question

2012-11-28 Thread Shmuel Metz (Seymour J.)
In
,
on 11/27/2012
   at 06:11 PM, "Cifani, Domenic"  said:

>When I try to run the Assembly for CMDSUB it fails looking for a
>Macro called RPLUSFLD, or at least I believe it's a macro.

Why? Didn't you read the error message or look it up?

>the assembly error.

Is that the only one?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NETSOL CBT 1981 edition question

2012-11-27 Thread Scott Ford
Domenic,

You might try a google on it , I just did there were references and source 
listing

Scott ford
www.identityforge.com

Tell me and I'll forget; show me and I may remember; involve me and I'll 
understand. - Chinese Proverb


On Nov 27, 2012, at 1:11 PM, "Cifani, Domenic"  wrote:

> Hi
> 
> First of all, I know why are we still using Ed's 1991 version? The client 
> transitioned to us and I have to try and figure out how to use this old 
> version.  I'm trying to add a new VTAM APPL to the CMDTAB for Insight DB2.  
> When I try to run the Assembly for CMDSUB it fails looking for a Macro called 
> RPLUSFLD, or at least I believe it's a macro. Does anyone have any experience 
> with this version of NETSOL?  Here is the cut/paste of the assembly error.
> Domenic
> 
> 
>278 
> *$$$
>279 
> *$$$
>280 *
>281 *
>282 *SEARCH COMMAND TABLE FOR 
> MATCHI
> 
> 0001CA  284 SRCHTAB  DS0H
> R:1  0 285  USING CMDDSECT,R1 
> O
> 0001CA 5810 B66C0166C   286  L R1,=AL4(CMDTAB)
> 0001CE 4170 52F2002F2   287  LAR7,DATASEQ 
>  P
> 0001D2 91FF 1000  0 288 CMDLOOP  TMCMDGAPPL,X'FF' 
>  E
> 0001D6 47E0 C1F4001F4   289  BNO   CMDCHECK   
>  N
> 0001DA 4100 00022   290 CMDERROR LAR0,MSG02   
>  Y
> 0001DE  0   291  L R3,RPLUSFLD
>  E
> ** ASMA044E Undefined symbol - RPLUSFLD
> ** ASMA435I Record 271 in NET9.NETSOL.SOURCE(CMDSUB) on volume: X1SMS4
>292  $CALL SEND
> 0001E2 58F0 B67001670   293+ L R15,=V(SEND)  LOAD 
> EP
> 0001E6 05EF 294+ BALR  R14,R15   
> BRANCH
> 0001E8 59F0 B67401674   295  C R15,=F'08' 
>  R
> 0001EC 4780 C58C0058C   296  BERELOPEN
>  T
> 0001F0 47F0 B62401624   297  B EXIT   
>  E
>298 *
> 
> Domenic Cifani
> Technology Consultant III
> Network Software Canada
> HP Enterprise Services
> Telephone (905) 383-7864
> HP Cell (905) 869-3279
> Email domenic.cif...@hp.com
> 242 Upper Mount Albion RD Unit 12 Stoney Creek On L8J 0B1
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NETSOL CBT 1981 edition question

2012-11-27 Thread Gerhard Postpischil

On 11/27/2012 1:11 PM, Cifani, Domenic wrote:

First of all, I know why are we still using Ed's 1991 version? The
client transitioned to us and I have to try and figure out how to use
this old version.  I'm trying to add a new VTAM APPL to the CMDTAB
for Insight DB2.  When I try to run the Assembly for CMDSUB it fails
looking for a Macro called RPLUSFLD, or at least I believe it's a
macro. Does anyone have any experience with this version of NETSOL?


RPLUSFLD is defined in macro IFGRPL, which is located in SYS1.MACLIB. 
Ensure that your assembly step includes the library on a SYSLIB DD, and 
that IFGRPL is requested (normally near end of module, with other macros).


Gerhard Postpischil
Bradford, Vermont

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: NETSOL CBT 1981 edition question

2012-11-27 Thread Richard Peurifoy

On 11/27/2012 12:12 PM, Cifani, Domenic wrote:

Hi

First of all, I know why are we still using Ed's 1991 version? The client 
transitioned to us and I have to try and figure out how to use this old 
version.  I'm trying to add a new VTAM APPL to the CMDTAB for Insight DB2.  
When I try to run the Assembly for CMDSUB it fails looking for a Macro called 
RPLUSFLD, or at least I believe it's a macro. Does anyone have any experience 
with this version of NETSOL?  Here is the cut/paste of the assembly error.
Domenic


 278 
*$$$
 279 
*$$$
 280 *
 281 *
 282 *SEARCH COMMAND TABLE FOR 
MATCHI

0001CA  284 SRCHTAB  DS0H
  R:1  0 285  USING CMDDSECT,R1 
O
0001CA 5810 B66C0166C   286  L R1,=AL4(CMDTAB)
0001CE 4170 52F2002F2   287  LAR7,DATASEQ  P
0001D2 91FF 1000  0 288 CMDLOOP  TMCMDGAPPL,X'FF'  E
0001D6 47E0 C1F4001F4   289  BNO   CMDCHECKN
0001DA 4100 00022   290 CMDERROR LAR0,MSG02Y
0001DE  0   291  L R3,RPLUSFLD E
** ASMA044E Undefined symbol - RPLUSFLD
** ASMA435I Record 271 in NET9.NETSOL.SOURCE(CMDSUB) on volume: X1SMS4
 292  $CALL SEND
0001E2 58F0 B67001670   293+ L R15,=V(SEND)  LOAD EP
0001E6 05EF 294+ BALR  R14,R15   BRANCH
0001E8 59F0 B67401674   295  C R15,=F'08'  R
0001EC 4780 C58C0058C   296  BERELOPEN T
0001F0 47F0 B62401624   297  B EXITE


RPLUSFLD is defined in the IFGRLP macro which is in SYS1.MODGEN.

--
Richard

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


NETSOL CBT 1981 edition question

2012-11-27 Thread Cifani, Domenic
Hi

First of all, I know why are we still using Ed's 1991 version? The client 
transitioned to us and I have to try and figure out how to use this old 
version.  I'm trying to add a new VTAM APPL to the CMDTAB for Insight DB2.  
When I try to run the Assembly for CMDSUB it fails looking for a Macro called 
RPLUSFLD, or at least I believe it's a macro. Does anyone have any experience 
with this version of NETSOL?  Here is the cut/paste of the assembly error.
Domenic


278 *$$$
279 *$$$
280 *
281 *
282 *SEARCH COMMAND TABLE FOR MATCHI

0001CA  284 SRCHTAB  DS0H
 R:1  0 285  USING CMDDSECT,R1 O
0001CA 5810 B66C0166C   286  L R1,=AL4(CMDTAB)
0001CE 4170 52F2002F2   287  LAR7,DATASEQ  P
0001D2 91FF 1000  0 288 CMDLOOP  TMCMDGAPPL,X'FF'  E
0001D6 47E0 C1F4001F4   289  BNO   CMDCHECKN
0001DA 4100 00022   290 CMDERROR LAR0,MSG02Y
0001DE  0   291  L R3,RPLUSFLD E
** ASMA044E Undefined symbol - RPLUSFLD
** ASMA435I Record 271 in NET9.NETSOL.SOURCE(CMDSUB) on volume: X1SMS4
292  $CALL SEND
0001E2 58F0 B67001670   293+ L R15,=V(SEND)  LOAD EP
0001E6 05EF 294+ BALR  R14,R15   BRANCH
0001E8 59F0 B67401674   295  C R15,=F'08'  R
0001EC 4780 C58C0058C   296  BERELOPEN T
0001F0 47F0 B62401624   297  B EXITE
298 *

Domenic Cifani
Technology Consultant III
Network Software Canada
HP Enterprise Services
Telephone (905) 383-7864
HP Cell (905) 869-3279
Email domenic.cif...@hp.com
242 Upper Mount Albion RD Unit 12 Stoney Creek On L8J 0B1


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN