When the working storage variables get allocated?
a.At Compile time
b.At starting of the run time
c.At end of the run time.
d.None of these
Answer Posted / kumar
a.compile time
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
When is inspect verb is used in cobol?
Name the sections present in data division.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is difference between static and dynamic call in cobol?
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.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Explain the configuration section of a cobol program with examples of syntax.
What is the Purpose of Pointer in the string?
What is the problem of ordered sequential files access?
What is the difference between PIC 9.99 and 9v99 in COBOL?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Can we change the password using ALTER? anyone tried and changed?