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?
Answer Posted / mahesh satya
123124590abc
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between perform … with test after and perform … with test before?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
what happens if parmparameter passes zero bytes to the program
Write a program to enter and display the names of students in a class using the occurs clause.
How many bytes S(8) comp field occupy and its maximum value?
What is the local-storage section?
What is report-item in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
Discuss about changing dataset name in proc.
When is inspect verb is used in cobol?