On Thu, Aug 20, 2009 at 5:57 PM, Jim Idle<[email protected]> wrote:
>
> gbe386 wrote:
>> Is there any command that will list all the data levels in a file?
>>
>> For example, if I have a file called MYFILE which has the following
>> data levels:
>> MYFILE,D1
>> MYFILE,D2
>> MYFILE,D3
>> MYFILE,D4
>>
>> Is there something like LIST-DATA MYFILE which would produce the above
>> list?
>
> ls MYFILE]M* | sort
>
> LIST /data/dir WITH  etc.
>
> Also look in the DICT.
>
> Jim

That's going to get all of the 'data sections' that were created with
(for example):

CREATE-FILE MYFILE,datasection 11

but it will not get at the 'main' data section, created with

CREATE-FILE MYFILE 1 11
or
CREATE-FILE DATA MYFILE 11

Dan

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to