IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Determining the job that creates the disk sequential file


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Anu Narayanan

New User


Joined: 12 Sep 2005
Posts: 20
Location: USA

PostPosted: Tue Nov 14, 2006 11:43 pm
Reply with quote

Hi,

I would like to know as how to find the name of the job which creates the flat sequential file. I do not want to use 3.14, since the jobs are in panvalet and i cannot specify a pds for searching.

if it is a tape/GDG file i have the option to type V in ISPF and given the file name, it displays all information about the job creating the file, file creation date, vol ser number etc.

i want to get the information similar to tape files specified above

Thanks for your replies.
Back to top
View user's profile Send private message
raghunathns

Active User


Joined: 08 Dec 2005
Posts: 127
Location: rochester

PostPosted: Wed Nov 15, 2006 12:02 am
Reply with quote

CA-7 keeps track of all files. you can try with this command. it may work in your mainframe.

TSO CROSSREF

OPTION 1 - STANDARD JCL CROSS REFERENCE REPORT
list of files and jobs creating that file

OPTION 2 - CA-11 CROSSREFERECE REPORT
list of gdg versions currently active
Back to top
View user's profile Send private message
Anu Narayanan

New User


Joined: 12 Sep 2005
Posts: 20
Location: USA

PostPosted: Wed Nov 15, 2006 12:14 am
Reply with quote

Hi,

I tried that option . It says IKJ56500I COMMAND CROSSREF NOT FOUND
***
Thanks,
Anu narayanan
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Wed Nov 15, 2006 1:10 am
Reply with quote

Try this command in CA-7 itself

Code:

LDSN,LIST=USERS,DSN=GIVE.DATASET.NAME

Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Wed Nov 15, 2006 10:37 am
Reply with quote

Quote:
since the jobs are in panvalet and i cannot specify a pds for searching.

Don't you have any option in Panvalet for Scan ?
Back to top
View user's profile Send private message
muthuvel

Active User


Joined: 29 Nov 2005
Posts: 217
Location: Canada

PostPosted: Wed Nov 15, 2006 11:58 am
Reply with quote

May be try this CA7-Command.

LDSN,LIST=ALL,DSN=<filename>

It will list a set of jobs,in those jobs which has DISP=NEW is the job which creates the file.

Regards,
Muthuvel.
Back to top
View user's profile Send private message
Anu Narayanan

New User


Joined: 12 Sep 2005
Posts: 20
Location: USA

PostPosted: Fri Nov 17, 2006 1:39 am
Reply with quote

Hi,


I tried the option LSDN, it says invalid option.

I am not sure about the options to be used to scan Panvalet. Please let me know if you ahve any options

I am trying to find the GDG (+1) generation being created in which job.
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Fri Nov 17, 2006 5:14 am
Reply with quote

Anu,

Quote:

tried the option LSDN, it says invalid option.



It is LDSN not LSDN. LDSN is available in CA-7.



Code:


SLI0                                                                           
                           CA-7 - HELP FACILITY                         PAGE 001
                                                                               
           THE CA-7 GENERAL INQUIRY APPLICATION PROVIDES INFORMATION           
         FROM THE DATA BASE AND QUEUE DATA SETS. THIS INFORMATION CAN           
         BE USED TO INVESTIGATE THE DATA BASE, DETERMINE STATUS OF A           
         TASK FROM THE QUEUES, REVIEW JCL OR CONTROL CARDS, ETC.               
                                                                               
         COMMANDS AND THE INFORMATION THEY PROVIDE ARE -                       
                                                                               
         DUMP    - HEXADECIMAL DUMP OF DATA BASE RECORDS                       
         LACT    - JOBS IN THE ACTIVE QUEUE                                     
         LACTR   - RESOURCE INFO FROM ACT QUEUE                                 
         LCTLG   - ENTRIES FROM THE CA-7 CATALOG                               
         LDSN    - ENTRIES FROM THE DATASET DATA SET                           
         LDTM    - ANAYSIS OF REQUIREMENT SATISFACTION LEAD TIMES               
         LJCK    - JCL FOR JOB (& VALIDATE IF JCLCHECK INSTALLED)               
         LJCL    - JCL FOR SPECIFIED JOBS                                       
         LJES    - JES JOB # FOR JOBS IN THE ACT/PRN QUEUES                     
                                                                               
                                                                               


Syntax as given in prior post.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top