what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
4 11767A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
1 7509I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
1 3847Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
1 5896Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
3 7710Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
2 6376what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
2 21996I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
IBM,
4 12182What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
1 9515
suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?
How do you define a variable of comp-1 and comp-2?
What is batch dl/i mode?
how to access the file from prodution from changeman tool and to submit a file to production
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
what is an mdt (modified data tag)? Its menaing and use?
Define a junction record in idms?
what is the use of outrecord?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Explain about LMFREE�free data set from its association with data ID
Explain about different table spaces.
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.
how to retrieve the instream data in sysin?
what are the statements that are not valid to be included in an include statement?