what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
IBM,
4 8746i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
4 6322when 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 7865There 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 809201 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
3 8240how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
2142What 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 9248i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
2230I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
1 5188what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
2 8720
Define static linking and dynamic linking.
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do you reference the fixed block file formats from cobol programs
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 ?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Are you comfortable in cobol or jcl?
What the difference is between continue and next sentence?
What are the rules of the move verb?
What are various search techniques in cobol? Explain.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Can we change the password using ALTER? anyone tried and changed?
Write some characteristics of cobol as means of business language.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is static and dynamic call in cobol?