hai varsha,
dump means it contains information about the ouput of the job in spool.
when a job abended or to get the information about the status of the job
it is useful.
the storage of dump you can specify in job by using sysout .
for ur 2nd question
when a dataset created then it should be catloged in user catlog or in vsam catlog also the informaiton about the dataset is maintained in VTOC.
it contains information about the dataset.if you want to know the information about the dataset u can IDCAMS utility and specify in
sysin dd *
use LISTCAT ALL
it will give the entire information about datset.
hai
Normally cursor declared for tables.and it will give a resultant table.
when u open the cursor it will point to the before first record in the table.
if you want to fetch rows from middle of the table.
for every table there is row-id so by using row-id we can access the required no.of records.
DOSRG means dataset organization it is used in jcl in the DCB parameter
it is used to declared the dataset organization while creating the datset.
DSORG=PO/PS.