IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What is dump


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
varsha

New User


Joined: 20 May 2005
Posts: 12
Location: bangalore

PostPosted: Mon May 23, 2005 2:33 pm
Reply with quote

HI,
What is dump? how & where is it used?

where is the structure of VSAM dataset get stored? i mean which lib?

when we declare a cursor where does the cursor pointer points?

I want to fetch a row from anywhere in the middle of a column, so how can i do this? pls snd me the code?

How & where can we use the bind statement? pls send me the code or screen shot?

what is DSORG? when should it be used?
Back to top
View user's profile Send private message
varsha

New User


Joined: 20 May 2005
Posts: 12
Location: bangalore

PostPosted: Mon May 23, 2005 2:39 pm
Reply with quote

send me the code how to execute a set of JCL from cobol?

what is the use of null indicator?

whatever programs we code where do they get stored?

how to retrieve the first 10 rows of a table? pls send me the code?

how can we improve the performance of database?
Back to top
View user's profile Send private message
krishh

New User


Joined: 20 May 2005
Posts: 12

PostPosted: Mon May 23, 2005 6:50 pm
Reply with quote

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.
Back to top
View user's profile Send private message
krishh

New User


Joined: 20 May 2005
Posts: 12

PostPosted: Mon May 23, 2005 6:57 pm
Reply with quote

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.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Printing a dataset in DUMP format wit... ABENDS & Debugging 2
No new posts Sorry - Trying again: How can we impr... ABENDS & Debugging 2
No new posts adrdssu tool to dump a files from a PDS JCL & VSAM 5
No new posts DUMP A Multi volume datasets and rest... JCL & VSAM 6
No new posts DFSMShsm dump tape migration to new t... IBM Tools 1
Search our Forums:

Back to Top