how to create temporary data set in jcl? what is the use?
Answer Posted / guest
by using the symbolic parameter we can create temporary data
set.the temporary dataset is used for storing the sorted
records before it store into the output file..
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
Describe the cobol database components?
How you can characterize tables in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
) How do u handle errors in BMS macro
What is a SSRANGE and NOSSRANGE?
What are the rules of the move verb?
Can we change the password using ALTER? anyone tried and changed?
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.
Discuss about changing dataset name in proc.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What are the different rules to perform a Search?
What are the access modes of START statement?
What is the difference between a binary search and a sequential search what are the pertinent cobol?