Write a program to explain size error.
No Answer is Posted For this Question
Be the First to Post Answer
Have you used comp and comp-3 in your project? And how?
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
1)what is use of linkage section? 2)what is difference between comp and comp-3
what is the difference between Plan & package
I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.
perform I from 0 by 1 until I=5?How maney times it will executes
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
Can we change the password using ALTER? anyone tried and changed?