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

select clause query


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kiran

New User


Joined: 08 Apr 2004
Posts: 25
Location: hyd

PostPosted: Wed May 12, 2004 4:58 pm
Reply with quote

Hi,

my query is , if suppose, we've

SELECT FILE1 ASSIGN TO DD1
ORGANIZATION ..........
ACCESS MODE..........
FILE STATUS ..........

can we declare DD1 as working-storage section variable like:

working-storage section.
01 DD1 pic x(20) value 'c:\nnnn\txt'.

And also i want to know about " EXTERNAL in the SELECT clause".

pls send me the answer
Back to top
View user's profile Send private message
Nitin Tambe

New User


Joined: 20 May 2004
Posts: 1

PostPosted: Thu May 20, 2004 10:33 pm
Reply with quote

from the value you are passing in to the variable it seems that it is a PC-Cobol if yes then u can very much do it.
Back to top
View user's profile Send private message
Arun Joseph

New User


Joined: 30 Mar 2005
Posts: 13
Location: India

PostPosted: Wed Mar 30, 2005 9:29 pm
Reply with quote

I think u have to give
01 FILE1 pic x(20) value 'c:\nnnn\txt'
instead of
01 DD1 pic x(20) value 'c:\nnnn\txt'.

Am i right?
Back to top
View user's profile Send private message
nave

New User


Joined: 16 May 2005
Posts: 10
Location: bangalore,india

PostPosted: Mon May 16, 2005 6:22 pm
Reply with quote

hi kiran,


you should not declare ws variable as DD1.since it will show some error during run time.

as exetrnal means the variable can be declared with any no of pic clause in different subroutines.
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts SELECT from data change table DB2 5
Search our Forums:

Back to Top