can u give result for the fallowing example...
05 a pic 9(2)
05 b redifines a pic x(2).
move 'xy' to b.
display a,b.
Answer Posted / muttaiah
Dharma, can you give some clarification how a, b will hold
xy.
Thanks in advance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do u write test cases?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the problem of ordered sequential files access?
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 ......
Describe the cobol database components?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Name the divisions, which are available in a cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Why occurs cannot be used in 01 level in COBOL?
how do you reference the esds vsam file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
What guidelines should be followed to write a structured cobol prgm?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
In COBOL, what is the different between index and subscript?