what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
4 11558A 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 7396I 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 3741Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..
1 5799Shall 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 7535Select 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 6246what 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 21836I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
IBM,
4 11962What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
1 9416
What is host variable?
What is the term “where” for?
What are the error (ONCODES) codes did you encounter in PL/1 programme?
Which isolation level provides maximum concurrency?
what are transient data sets defined to cics?
What is a dbrm in db2?
How does jcl act on code(if you take a cobol program)?
How to find schema of a table in db2?
differentiate between sequential files and esds files in vsam?
How to test SQL -911 error while developing COB-DB2 program
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
what is the difference between COBOL2 AND COBOL390?
How to handle exceptional conditions in cics?
Define base cluster?
How do we specify index to include or not during bind process.