How to implement the View EAS to have the ability to browse reports directly from tape, without the need to do a SARBCH /LOAD of the report, which requires database data space usage.
Release: 12.1
//SAREAS EXEC PGM=SAREAS,
// PARM=('C=XCF,E=xxxx,LS=L350,MA=600,MI=15,NB=50,NREA=4',
// 'NREQ=200,NT=4,T=ONLY'),
// TIME=NOLIMIT,REGION=0M
//*
//STEPLIB DD DISP=SHR,DSN=VIEW.CVDELOAD <=== Modify, if used
//SYSPRINT DD SYSOUT=x
//SYSUDUMP DD SYSOUT=x
Note: The "E=xxxx" is the (E)ASTNAME parameter.