Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
select clause query

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
kiran

New User


Joined: 08 Apr 2004
Posts: 26
Location: hyd

PostPosted: Wed May 12, 2004 4:58 pm    Post subject: select clause query
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
References
Nitin Tambe

New User


Joined: 20 May 2004
Posts: 1

PostPosted: Thu May 20, 2004 10:33 pm    Post subject:
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    Post subject:
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    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1