journal, '/home/cdaweb/tmp/ssc_journal_dev'
ON_ERROR, 1
s = execute("restore, '/home/cdaweb/dev/lib/spdflib.dat'")
if s ne 1 then journal
if s ne 1 then exit
print, version()
print, 'from within LATEST make_ssc_plots5_dev ...'
print, 'IDL_PATH is: ',getenv('IDL_PATH')
print, 'IDL_DIR is: ',getenv('IDL_DIR')
print, cdfnames
s = ssc_plot(cdfnames,PID,OUTDIR)
!p.noerase=0
!p.multi=0
!p.background=0
!p.position=0
!p.region=0
print, 'Status of ssc_plot = ',s
print, 'Make_ssc_plots finished'
help, /files
journal
exit