All examples for DATASET
# 	Datasets containing multiple files
#	In this example, three datasets are created and one of the use, based on
#	user-specified vintage number
####################################################################################

#	Obtain vintage number from job call:

*params
vintage		# this is supposed to be given as 1999, 2001, or 2002

*call	dataset	data_1999
files	
segy	{jindir}1999_vertical_with_kill_trace.sgy
segy	{jindir}1999_inline.sgy
segy	{jindir}1999_Xline.sgy

*call	dataset	data_2001
files	
segy	{jindir}2001_vertical_with_kill_trace.sgy
segy	{jindir}2001_inline.sgy
segy	{jindir}2001_Xline.sgy

*call	dataset	data_2002
files	
segy	{jindir}2002_vertical_with_kill_trace.sgy
segy	{jindir}2002_inline.sgy
segy	{jindir}2002_Xline.sgy

##	load the specified vintage:

*call	load	data_{vintage}