Answer Posted / ananta bajpai
no only 66 level is used for rename clause.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro
What are the cobol coding sheets?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
example for sub strings ? and refernce modifications whit output pls
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
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 ?
What rules are to be followed while using the corresponding options?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How you can read the file from bottom?
how to convert the recors form vsam file to db2 table tru file aid
Which is not true about evaluate statement
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how do you reference the esds vsam file formats from cobol programs