what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
4 11561A 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 7397I 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 7540Select 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 21839I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
IBM,
4 11965What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
1 9417
What is the difference between the mro & isc?
What is the need of running runstats in the test environment?
Mention some fields that are a part of sqlca.
Explain how do you handle errors in cics programs?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
how to convert the recors form vsam file to db2 table tru file aid
How many bytes will a s9(8) comp field occupy ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What does the sample library of uni-rexx consist of?
Explain the difference between external subroutine and subprogram?
What is the role of data manager in the db2 database?
Can you explain cics transaction gateway?
what are the parameter we cannot use in procedure? How many instream we can write in single jcl? Can we call instream to catalog and catalog to instream?
What is the physical storage length of the data types date, time, and timestamp?
HOW to change the coloumns in XREF?