> is there a batch job equivalent of ISPF =3.4 dataset list? I want to
> get a total (or at least a list of) tracks for a dataset list.


Bill,

If your shop has File-Manager you can run the following to get he listing
similar to 3.4

//STEP0100 EXEC PGM=FILEMGR
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
$$FILEM SET HEADERPG=YES,PAGESIZE=60
$$FILEM DVT ,
$$FILEM VOLSER=*,
$$FILEM DSNAME=your dsn hlq.*
/*

Thanks,
Kolusu

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to