Write a cobol program making use of the redefine clause.
Explain about Redefines cluse?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
What does MAXCC 3 means? It is used in one my codes.
why we are using picture clause in the cobol programs?
When and how can we use index & subscript ?
what is scope terminator
what is meant by binary search?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
how you read control card into array?
In INITIALIZE what is Repalcing Word will do
Explain the configuration section of a cobol program with examples of syntax.
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?