Question thread

55 views
Skip to first unread message

Jackson Ramos

unread,
Dec 13, 2021, 9:36:33 AM12/13/21
to Pick and MultiValue Databases
What English/Access statement could you issue at TCL to give you a list of all the names of the items in a specific file , that are subroutines ?

Chris Long

unread,
Dec 13, 2021, 9:50:39 AM12/13/21
to mvd...@googlegroups.com

Jackson,

 

A real simple ENGLISH statement would be: SELECT MAPPS WITH 1 = "SUB]" (C

 

Chris Long

RA Services IT

--
You received this message because you are subscribed to
the "Pick and MultiValue Databases" group.
To post, email to: mvd...@googlegroups.com
To unsubscribe, email to: mvdbms+un...@googlegroups.com
For more options, visit http://groups.google.com/group/mvdbms
---
You received this message because you are subscribed to the Google Groups "Pick and MultiValue Databases" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mvdbms+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mvdbms/fcd1eab5-6b97-4378-9f16-83604ab68c9bn%40googlegroups.com.

dan ell

unread,
Dec 13, 2021, 12:18:41 PM12/13/21
to Pick and MultiValue Databases
It depends on the vendor and the format the developer used for the SUBROUTINE line.   It can be SUBR or SUBROUTINE and can be on lines other than 1, but in general, something like this will work:

SELECT BPFILE WITH F1 = "[SUBR]" 

or

SELECT BPFILE WITH *A1 = "[SUBR]"

Jackson Ramos

unread,
Dec 13, 2021, 3:39:40 PM12/13/21
to mvd...@googlegroups.com
Thanks guys



Jackson

Chris Davies

unread,
Dec 13, 2021, 7:16:38 PM12/13/21
to mvd...@googlegroups.com
Something else to think about is dict level I_TYPES

dict FILE ITEM.NAME 
<1>  I
<2> SUBR ( subname, dict items..... )
<3>
<5> output conv


Reply all
Reply to author
Forward
0 new messages