HELLO FRIENDS,
THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING
QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE
IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
Answer Posted / jeena.mj
You cannot move LOW-VALUES or HIGH-VALUES to a "PIC 9"
field.
if we move low value and high values to alpha or
alphanumeric field the low value and high values are
x'0000' and x'FFFF'
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
When is inspect verb is used in cobol?
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
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Are you comfortable in cobol or jcl?
What is cobol?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How do we get current date from system with century in COBOL?
What is comp-1 and comp-2?
What is the utilization of copybook in cobol?
how do you reference the rrds file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.