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

How can I check a non-VSAM file is cataloged or not ?


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kattavenkatanarayana

New User


Joined: 27 Jul 2010
Posts: 2
Location: Chennai

PostPosted: Wed Oct 19, 2011 7:32 pm
Reply with quote

Hi all,

I got a requirement to check whether a Non-VSAM file is cataloged or not in assembler language....

Please help me to code that above requirement.....

Thanks in advance.....
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed Oct 19, 2011 7:38 pm
Reply with quote

Search on the internets for LOCATE and CAMLST
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Wed Oct 19, 2011 7:55 pm
Reply with quote

With due respect for assembler programmers, why would anyone write a program to do this? icon_eek.gif
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Oct 19, 2011 8:31 pm
Reply with quote

I agree and don't understand this requirement at all.

There are already IBM utilities in-place and available to do this.

I'm light on REXX, but I think it can do it as well.

Why reinvent the wheel?

Do you have an Assembler background?

If not, then it would be ill advised.

Homework, perhaps?

Mr. Bill
Back to top
View user's profile Send private message
kattavenkatanarayana

New User


Joined: 27 Jul 2010
Posts: 2
Location: Chennai

PostPosted: Thu Oct 20, 2011 10:55 am
Reply with quote

We got this requirement to allocate 1000 files which is provided in a PS file as DSN name and VOLSER number......

Any how, I have coded successfully with PeterHolland's hint.

The logic is as follows

LOCATE INDAB
LTR 15,15
BZ CATLOGED

INDAB CAMLST NAME,FILE,,LOCAREA
FILE DC CL44'a.b.c'
LOCAREA DS 0D
DS 265C
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 2
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
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
Search our Forums:

Back to Top