what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
IBM,
4 8730i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
4 6303when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
1 7851There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
1 808701 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
3 8221how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
2132What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
2 9236i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
2219I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
1 5174what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
2 8703
how to refer the data field?
Why did you choose to work with ibm mainframe cobol programming?
What are all the divisions of a COBOL program?
IF I mention stop run in CICS what happens?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Define cobol?
Discuss about changing dataset name in proc.
example for sub strings ? and refernce modifications whit output pls
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the different open modes available in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
Write a cobol program making use of the redefine clause.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
When is inspect verb is used in cobol?
What is the difference between binary search and sequential search?