When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
CTS,
1 8346have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
3 9846I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
IBM,
3 11850If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
2 6069I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
DSRC,
1 9746Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
1 3372
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between PIC 9.99 and PIC9v99?
What is redefines clause in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How you can read the file from bottom?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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?
Explain about different table spaces.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How to know whether the module is dynamical or statistical?
What is the difference between Global and External Variables?
Explain what you understand by passing by value.