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

LOGICAL Name exists but the PHISICAL NAME does not exits.


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

New User


Joined: 09 Feb 2007
Posts: 5
Location: hyd

PostPosted: Thu Aug 16, 2007 6:03 pm
Reply with quote

while i was doing R&D i saw PROGRAM in which the logical name of the file mentioned, but in the respective proc (in which the programs gets executed) the phisical name of the file does not exit. i saw that it has been executed without giving any abend.
Can any body help me out in this Concern?

Regards ,
Balu
Back to top
View user's profile Send private message
balakrishna reddy

Active User


Joined: 13 Jul 2007
Posts: 128
Location: Guntur

PostPosted: Thu Aug 16, 2007 6:10 pm
Reply with quote

hi balu,

will you please post the proc only the declaration part of the file.

if possible the program file section,where the logical name is used.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Thu Aug 16, 2007 6:11 pm
Reply with quote

Possibly the file name is provided as an override.
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu Aug 16, 2007 7:53 pm
Reply with quote

Quote:
the phisical name of the file does not exit


The physical file name can be accessed dynamically inside the program.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Aug 16, 2007 8:00 pm
Reply with quote

Like Craq Giegerich mentioned, it could be provided external to the proc...
Or, if it is not opened, there would be no problem......
Back to top
View user's profile Send private message
balu reddy

New User


Joined: 09 Feb 2007
Posts: 5
Location: hyd

PostPosted: Fri Aug 17, 2007 9:58 am
Reply with quote

hi guys,

this is the proc you guys can find below:

Code:
//CPA06030 EXEC PGM=*******                     
//SYSOUT   DD SYSOUT=*                           
//SYSDBOUT DD SYSOUT=*                           
//SYSUDUMP DD SYSOUT=*                           
//UNCOLL   DD DSN=CP&TYPE..D.UNCOLL.MASTER.KS,   
//         DISP=SHR,                             
//         AMP='BUFNI=1,BUFND=48'               
//SYSPRINT DD SYSOUT=*     



here UNCOLL is the input file and LOGICAL name of the output file is TAPRPT i can't make out how its has been executing....
CAN YOU GUYS PLEASE HELP ME OUT....................

Regards,
Balu.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Fri Aug 17, 2007 3:21 pm
Reply with quote

balu reddy wrote:
hi guys,

this is the proc you guys can find below:

Code:
//CPA06030 EXEC PGM=*******                     
//SYSOUT   DD SYSOUT=*                           
//SYSDBOUT DD SYSOUT=*                           
//SYSUDUMP DD SYSOUT=*                           
//UNCOLL   DD DSN=CP&TYPE..D.UNCOLL.MASTER.KS,   
//         DISP=SHR,                             
//         AMP='BUFNI=1,BUFND=48'               
//SYSPRINT DD SYSOUT=*     




here UNCOLL is the input file and LOGICAL name of the output file is TAPRPT i can't make out how its has been executing....
CAN YOU GUYS PLEASE HELP ME OUT....................

Regards,
Balu.



LOOK IN THE EXECUTE JCL!
Back to top
View user's profile Send private message
sudhakar_lendave

New User


Joined: 21 Nov 2006
Posts: 48
Location: mumbai

PostPosted: Fri Aug 17, 2007 4:39 pm
Reply with quote

is there 'OPTIONAL' keyword is coded within SELECT statement in Program.?
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 Rotate partition-logical & physic... DB2 0
No new posts user exits in Column Map procedures IBM Tools 0
No new posts Maintain LIVE data for many sysplexes... PL/I & Assembler 6
No new posts how to show listing in physical locat... PL/I & Assembler 2
No new posts Start CICS but A STORAGE SHORTAGE EXISTS CICS 2
Search our Forums:

Back to Top