Answer Posted / saravanan
yes we can use redifines claues at level num 01... and alos
we can use both (redifine and occurs clause) together......
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
What is a scope terminator give example?
Which division and paragraphs are mandatory for a COBOL program?
What do you understand by psb and acb?
) How do u handle errors in BMS macro?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the compute verb? How is it used?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What rules are to be followed while using the corresponding options?
What are 77 levels used for?
Write a program that uses move corresponding.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
how to refer the data field?
Differentiate between structured cobol programming and object-oriented cobol programming.
How do we get current date from system with century in COBOL?