what will be the output when
a)pic 9(6)value 000178 is moved to pic ***,***.
b)pic 9(5) value 57397 is moved to pic $$,$$9.
Answer Posted / rx
Agree Jaganmohanreddy's answer!
B answer is 57,397
I missed the ','
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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?
Explain how to differentiate call by context by comparing it to other calls?
how do you reference the fixed unblock file formats from cobol programs
What is amode(31)
how can i see junk values in dclgen or in hostvariable of comp ?
Write the code implementing the perform … varying.
How are the next sentence and continue different from each other?
What is the difference between external and global variables in COBOL?
How many sections are there in data division in COBOL?
What is the difference between comp and comp-3 usage?
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between binary search and sequential search?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?