What are the different rules for performing sort operation?
What will happen if we generate GDG +2 version instead of +1 version?
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
How many maximum number of procedures can we write in one COBOL program?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
What is the difference between Call and a Link?
describe 805 error
which one is the best of com and com-3.using of real time ?
have 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
Can we call a CICS program from a batch program or viceversa?If so, how?
Explain call by context by comparing it to other calls.
why do u need inspect verb?