01 xxx pic 9(4).
01 yyy pic 9(6).
move 123456 into yyy.
move yyy to xxx.
display yyy.
what would be the value of yyy
Post New Answer View All Answers
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What rules are followed by the search verb.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What the difference is between continue and next sentence?
Explain how to differentiate call by context by comparing it to other calls?
What is inspect in cobol ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
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 do you reference the variable unblock file formats from cobol programs
Name the sections present in data division.
Write a program that uses move corresponding.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to print 10 to 1 if the input have only 10 digit number?
Write the code to count the sum of n natural numbers.
what is the use of outrecord?