What is the default value of DISP for temp datasets
Answer Posted / sampath kumar
in the above answer is not correct...
disp=(new,pass,delete) and dsn=&&temp...it is correct answer..
| Is This Answer Correct ? | 32 Yes | 4 No |
Post New Answer View All Answers
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Why did you choose to work with ibm mainframe cobol programming?
Explain about different table spaces.
IF I mention stop run in CICS what happens?
What is the compute verb? How is it used?
A table has two indexes defined. Which one will be used by the SEARCH?
how do you define single dimensional array and multidimensional array in your cobol?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
what is search and searchall?what is the diffrence between them?give an best example?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
In COBOL, what is the different between index and subscript?
how do you reference the variable block file formats from cobol programs
What are declaratives and what are their uses in cobol?
How to remove 2 duplicate records and copy only one using job control language?
What are the access modes of START statement?