Re: [U2] How do I find the code?

2013-03-06 Thread Tom Whitmore
Hi,
You didn't identify the OS.  Here are a few examples of how you can see if 
there is a copy on your system:

   On Linux use locate (in Unix shell)
 locate A26.ISS.EMPLOYMENT
   On other flavors of Unix you will need to be root, and use the find 
command. (in Unix shell).  Find will work for Linux as well but it is slower.
 Find / -name A26.ISS.EMPLOYMENT -print

Sorry, I don't know the DOS command for Windows but you can do a search from 
the desktop.

The other thing is to look at the date time stamp of the object code and see if 
you have a backup from then and try to restore it.

Tom Whitmore
RATEX Business Solutions

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Tuesday, March 05, 2013 9:33 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] How do I find the code?

It might be a non-runnable command.
Have you tried to actually RUN this to see if it complains that the code is 
missing?


 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 6:19 pm
Subject: Re: [U2] How do I find the code?


Can't seem to find it in either WBP.O or WBP.OBS (I do have a VOC listing for 
WBP.OBS). 



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 09:06 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



Then Greg I suggest someone has stripped the source, and left you with 
only the object.
You can do
ED WBP.O A26.ISS.EMPLOYMENT
to verify that it exists, but DO NOT LIST IT
it will screw up your terminal emulator software most likely if you 
display the object code
ED only gives you Top, then you can do EX right away

 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 5:52 pm
Subject: Re: [U2] How do I find the code?


Unfortunately that was one of the first things I tried...

:AE WBP A26.ISS.EMPLOYMENT 
Top of New A26.ISS.EMPLOYMENT in WBP. 
*--: P 
Top. 
Top of new record. 

It looks like A26.ISS.EMPLOYMENT doesn't live in WBP.

Greg



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 07:51 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



You have a file called WBP so

ED WBP A26.ISS.EMPLOYMENT



 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 


the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT 
3 lines long. 
 
: P 
0001: PQ 
0002: HRUN WBP A26.ISS.EMPLOYMENT 
0003: P 
Bottom at line 3. 

As Always, THANKS!

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] How do I find the code?

2013-03-06 Thread Noel

From the filename, I think it is Wizard screen generated code. If it is,
there will be a W2 file that holds all the parameters for the screen
generator with the ID W.A26.ISS.EMPLOYMENT . Even though there is a voc
pointer, I suspect it is a subroutine called as part of sub screen.

Noel


 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 



the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT 
3 lines long. 
 
: P 
0001: PQ 
0002: HRUN WBP A26.ISS.EMPLOYMENT 
0003: P 
Bottom at line 3. 

As Always, THANKS!

Greg

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-06 Thread Leverett, Brendon
Not sure of how the different versions of Wizard work but ours is not the same 
as Noel has explained (but similar).

What I have is:
The Wizard screen generator uses the WVD param file (eg STOCK.MAINT) and when 
the code (executable basic code) is generated it creates an item in the W2 file 
with a 'W.' prefix (ie STOCK.MAINT in WVD will generate a basic program in W2 
called W.STOCK.MAINT)

Bad practice but:
Once the basic code is generated the WVD record could be deleted (then there is 
no ability to modify the program via the screen generator)
Or
The W.x basic code could be modified as required but this would mean that 
regenerating the code via the screen generator would over-ride the changes made 
to the basic code.
Both very messy and things I have had to deal with over the years.


Brendon


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Noel
Sent: Thursday, 7 March 2013 7:53 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] How do I find the code?


From the filename, I think it is Wizard screen generated code. If it 
is,
there will be a W2 file that holds all the parameters for the screen generator 
with the ID W.A26.ISS.EMPLOYMENT . Even though there is a voc pointer, I 
suspect it is a subroutine called as part of sub screen.

Noel


 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 



the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT
3 lines long. 
 
: P
0001: PQ
0002: HRUN WBP A26.ISS.EMPLOYMENT
0003: P
Bottom at line 3. 

As Always, THANKS!

Greg

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 
the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT  
3 lines long.  
  
: P  
0001: PQ  
0002: HRUN WBP A26.ISS.EMPLOYMENT  
0003: P  
Bottom at line 3. 

As Always, THANKS!

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-05 Thread Wjhonson
You have a file called WBP so

ED WBP A26.ISS.EMPLOYMENT



 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 
the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT  
3 lines long.  
  
: P  
0001: PQ  
0002: HRUN WBP A26.ISS.EMPLOYMENT  
0003: P  
Bottom at line 3. 

As Always, THANKS!

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
Unfortunately that was one of the first things I tried...

:AE WBP A26.ISS.EMPLOYMENT  
Top of New A26.ISS.EMPLOYMENT in WBP.  
*--: P  
Top.  
Top of new record. 

It looks like A26.ISS.EMPLOYMENT doesn't live in WBP.

Greg



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 07:51 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



You have a file called WBP so

ED WBP A26.ISS.EMPLOYMENT



 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 

the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT 
3 lines long. 
 
: P 
0001: PQ 
0002: HRUN WBP A26.ISS.EMPLOYMENT 
0003: P 
Bottom at line 3. 

As Always, THANKS!

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-05 Thread Kate Stanton
There is a UniBasic program for which the compiled object is in the WBP.O
file.  You may find its source in the WBP file.  This VOC entry is to run
that program.

On 6 March 2013 13:49, Greg Coelho coe...@american.edu wrote:

 All,

 I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find
 the code for A26.ISS.EMPLOYMENT?

 :AE VOC A26.ISS.EMPLOYMENT
 3 lines long.

 : P
 0001: PQ
 0002: HRUN WBP A26.ISS.EMPLOYMENT
 0003: P
 Bottom at line 3.

 As Always, THANKS!

 Greg
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users




-- 
Kate Stanton
Walstan Systems Ltd
4 Kelmarna Ave, Herne Bay, Auckland 1011, New Zealand
Phone: + 64 9 360 5310  Mobile: + 64 21 400 486
Email: k...@walstan.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-05 Thread Wjhonson
Then Greg I suggest someone has stripped the source, and left you with only the 
object.
You can do
ED WBP.O A26.ISS.EMPLOYMENT
to verify that it exists, but DO NOT LIST IT
it will screw up your terminal emulator software most likely if you display the 
object code
ED only gives you Top, then you can do EX right away

 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 5:52 pm
Subject: Re: [U2] How do I find the code?


Unfortunately that was one of the first things I tried...

:AE WBP A26.ISS.EMPLOYMENT  
Top of New A26.ISS.EMPLOYMENT in WBP.  
*--: P  
Top.  
Top of new record. 

It looks like A26.ISS.EMPLOYMENT doesn't live in WBP.

Greg



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 07:51 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



You have a file called WBP so

ED WBP A26.ISS.EMPLOYMENT



 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 

the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT 
3 lines long. 
 
: P 
0001: PQ 
0002: HRUN WBP A26.ISS.EMPLOYMENT 
0003: P 
Bottom at line 3. 

As Always, THANKS!

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
Kate,

Thanks!  We do have WBP.OBS and it is populated with some 20 items - none 
of which is A26.ISS.EMPLOYMENT.  Any other place this could be stashed?

Greg



From:   Kate Stanton k...@walstan.com
To: U2 Users List u2-users@listserver.u2ug.org, 
Date:   03/05/2013 08:52 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



There is a UniBasic program for which the compiled object is in the WBP.O
file.  You may find its source in the WBP file.  This VOC entry is to run
that program.

On 6 March 2013 13:49, Greg Coelho coe...@american.edu wrote:

 All,

 I am not versed in (PQ) PROC.  Can anybody tell where I have to go to 
find
 the code for A26.ISS.EMPLOYMENT?

 :AE VOC A26.ISS.EMPLOYMENT
 3 lines long.

 : P
 0001: PQ
 0002: HRUN WBP A26.ISS.EMPLOYMENT
 0003: P
 Bottom at line 3.

 As Always, THANKS!

 Greg
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users




-- 
Kate Stanton
Walstan Systems Ltd
4 Kelmarna Ave, Herne Bay, Auckland 1011, New Zealand
Phone: + 64 9 360 5310  Mobile: + 64 21 400 486
Email: k...@walstan.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
Can't seem to find it in either WBP.O or WBP.OBS (I do have a VOC listing 
for WBP.OBS). 



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 09:06 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



Then Greg I suggest someone has stripped the source, and left you with 
only the object.
You can do
ED WBP.O A26.ISS.EMPLOYMENT
to verify that it exists, but DO NOT LIST IT
it will screw up your terminal emulator software most likely if you 
display the object code
ED only gives you Top, then you can do EX right away

 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 5:52 pm
Subject: Re: [U2] How do I find the code?


Unfortunately that was one of the first things I tried...

:AE WBP A26.ISS.EMPLOYMENT 
Top of New A26.ISS.EMPLOYMENT in WBP. 
*--: P 
Top. 
Top of new record. 

It looks like A26.ISS.EMPLOYMENT doesn't live in WBP.

Greg



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 07:51 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



You have a file called WBP so

ED WBP A26.ISS.EMPLOYMENT



 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 


the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT 
3 lines long. 
 
: P 
0001: PQ 
0002: HRUN WBP A26.ISS.EMPLOYMENT 
0003: P 
Bottom at line 3. 

As Always, THANKS!

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-05 Thread Wjhonson
It might be a non-runnable command.
Have you tried to actually RUN this to see if it complains that the code is 
missing?


 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 6:19 pm
Subject: Re: [U2] How do I find the code?


Can't seem to find it in either WBP.O or WBP.OBS (I do have a VOC listing 
for WBP.OBS). 



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 09:06 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



Then Greg I suggest someone has stripped the source, and left you with 
only the object.
You can do
ED WBP.O A26.ISS.EMPLOYMENT
to verify that it exists, but DO NOT LIST IT
it will screw up your terminal emulator software most likely if you 
display the object code
ED only gives you Top, then you can do EX right away

 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 5:52 pm
Subject: Re: [U2] How do I find the code?


Unfortunately that was one of the first things I tried...

:AE WBP A26.ISS.EMPLOYMENT 
Top of New A26.ISS.EMPLOYMENT in WBP. 
*--: P 
Top. 
Top of new record. 

It looks like A26.ISS.EMPLOYMENT doesn't live in WBP.

Greg



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 07:51 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



You have a file called WBP so

ED WBP A26.ISS.EMPLOYMENT



 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 


the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT 
3 lines long. 
 
: P 
0001: PQ 
0002: HRUN WBP A26.ISS.EMPLOYMENT 
0003: P 
Bottom at line 3. 

As Always, THANKS!

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code?

2013-03-05 Thread Greg Coelho
This is a good point.  I have been trying to track down the reason why 
this process is NOT working.  I've already spent too much time going down 
this rabbit hole where I have very little access to runtime processing. 
Out of the 12 thousand lines of code that I was able to find - 
A26.ISS.EMPLOYMENT is my primary culprit.  It will just be too easy for 
all this to result from the code disappearing! LOL  I'm throwing in the 
towel for tonight - tomorrow morning I start looking for disappeared code.

Thanks!



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 09:33 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



It might be a non-runnable command.
Have you tried to actually RUN this to see if it complains that the code 
is missing?


 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 6:19 pm
Subject: Re: [U2] How do I find the code?


Can't seem to find it in either WBP.O or WBP.OBS (I do have a VOC listing 
for WBP.OBS). 



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 09:06 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



Then Greg I suggest someone has stripped the source, and left you with 
only the object.
You can do
ED WBP.O A26.ISS.EMPLOYMENT
to verify that it exists, but DO NOT LIST IT
it will screw up your terminal emulator software most likely if you 
display the object code
ED only gives you Top, then you can do EX right away

 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 5:52 pm
Subject: Re: [U2] How do I find the code?


Unfortunately that was one of the first things I tried...

:AE WBP A26.ISS.EMPLOYMENT 
Top of New A26.ISS.EMPLOYMENT in WBP. 
*--: P 
Top. 
Top of new record. 

It looks like A26.ISS.EMPLOYMENT doesn't live in WBP.

Greg



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 07:51 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



You have a file called WBP so

ED WBP A26.ISS.EMPLOYMENT



 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to find 



the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT 
3 lines long. 
 
: P 
0001: PQ 
0002: HRUN WBP A26.ISS.EMPLOYMENT 
0003: P 
Bottom at line 3. 

As Always, THANKS!

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] How do I find the code? [SECURITY=UNCLASSIFIED]

2013-03-05 Thread HENDERSON MIKE, MR
Greg,

Looks to me like you need to go through the entire file system looking
for something (*anything*!) that looks like ... A26.ISS.EMPLOYMENT...,
and hope that you find something and that all you find isn't just object
code.
Good luck, I'm afraid you might be going to need it :-(

You don't say if the target system is UV or UD, but the object code
could be globally catalogued somewhere - in UV IIRC it's be something
like *A26.ISS.EMPLOYMENT in the GLB.CTLG file.


Regards


Mike

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Greg Coelho
Sent: Wednesday, 6 March 2013 4:06 p.m.
To: U2 Users List
Subject: Re: [U2] How do I find the code?

This is a good point.  I have been trying to track down the reason why
this process is NOT working.  I've already spent too much time going
down this rabbit hole where I have very little access to runtime
processing. 
Out of the 12 thousand lines of code that I was able to find -
A26.ISS.EMPLOYMENT is my primary culprit.  It will just be too easy for
all this to result from the code disappearing! LOL  I'm throwing in the
towel for tonight - tomorrow morning I start looking for disappeared
code.

Thanks!



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 09:33 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



It might be a non-runnable command.
Have you tried to actually RUN this to see if it complains that the code
is missing?


 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 6:19 pm
Subject: Re: [U2] How do I find the code?


Can't seem to find it in either WBP.O or WBP.OBS (I do have a VOC
listing 
for WBP.OBS). 



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 09:06 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



Then Greg I suggest someone has stripped the source, and left you with 
only the object.
You can do
ED WBP.O A26.ISS.EMPLOYMENT
to verify that it exists, but DO NOT LIST IT
it will screw up your terminal emulator software most likely if you 
display the object code
ED only gives you Top, then you can do EX right away

 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 5:52 pm
Subject: Re: [U2] How do I find the code?


Unfortunately that was one of the first things I tried...

:AE WBP A26.ISS.EMPLOYMENT 
Top of New A26.ISS.EMPLOYMENT in WBP. 
*--: P 
Top. 
Top of new record. 

It looks like A26.ISS.EMPLOYMENT doesn't live in WBP.

Greg



From:   Wjhonson wjhon...@aol.com
To: u2-users@listserver.u2ug.org, 
Date:   03/05/2013 07:51 PM
Subject:Re: [U2] How do I find the code?
Sent by:u2-users-boun...@listserver.u2ug.org



You have a file called WBP so

ED WBP A26.ISS.EMPLOYMENT



 

 

 

-Original Message-
From: Greg Coelho coe...@american.edu
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Tue, Mar 5, 2013 4:50 pm
Subject: Re: [U2] How do I find the code?


All,

I am not versed in (PQ) PROC.  Can anybody tell where I have to go to
find 



the code for A26.ISS.EMPLOYMENT?

:AE VOC A26.ISS.EMPLOYMENT 
3 lines long. 
 
: P 
0001: PQ 
0002: HRUN WBP A26.ISS.EMPLOYMENT 
0003: P 
Bottom at line 3. 

As Always, THANKS!

Greg
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users 
The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or 
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users