01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
what is search and searchall?what is the diffrence between them?give an best example?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
A table has two indexes defined. Which one will be used by the SEARCH?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
State the various causes of s0c1, s0c5 and s0c7.
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 ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the variable unblock file formats from cobol programs
How you can read the file from bottom?
What is a report item?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How many bytes S(8) comp field occupy and its maximum value?