MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Unload job executing ALPMAIN

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
chandrasekhar.a
Beginner


Joined: 05 Apr 2006
Posts: 7
Topics: 3

PostPosted: Tue May 22, 2007 6:08 pm    Post subject: Unload job executing ALPMAIN Reply with quote

Hi,

I have this job which executes this program ALPMAIN(LOGSCAN EXEC PGM=ALPMAIN). Here is the SYSIN card for this step. I dont have access to any of the files or even the jcl. I just have this file ABC.DEF.GHI and I was told it is unload of a table. So I am guessing this program is unloading data from this table into this dataset. But I am not sure.

LOGSCAN
LOAD
DATASET ABC.DEF.GHI NEW
UNIT(TAPE) RETPD(45)
CONTROL xxx.xxx.xxx.xxx.xxx OLD
FORMAT UNLOAD PLUS
SEPARATE DATASETS NO
UPDATES AFTER
DB2CATALOG NO
FROM DATE(xxxx-xx-xx) TIME(00.00.00.000000)
TO CURRENT
WHERE TABLE NAME IN (
xxxxxx.xxxxxx)
ONGOING HANDLE 194

After this step there is one more exec (PGM=AMUUMAIN) which takes the dataset ABC.DEF.GHI as its SYSREC card. I am thinking this one uploads the data from this dataset into another table. I am not sure of this either.

Here is my requirement. I need to read this file in one of my programs and I am not sure of the format for one of those fields. The DB2 field type for this field is of type DOUBLE FLOAT and is present in the file from position 1 to 8.

I had never run across these executables. But i know they belong to BMC utilities. Can someone one throw some light on these and provide any links to manuals related to these?
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12382
Topics: 75
Location: San Jose

PostPosted: Tue May 22, 2007 6:51 pm    Post subject: Reply with quote

chandrasekhar.a,

Check this for pdf manual of BMc's Log Master for DB2

www.bmc.com/supportu/documents/46/05/54605/54605.pdf

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
chandrasekhar.a
Beginner


Joined: 05 Apr 2006
Posts: 7
Topics: 3

PostPosted: Tue May 22, 2007 8:31 pm    Post subject: Reply with quote

Thanks!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group