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 / natarajan
at compile time
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
) how do u code after getting data?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the compute verb? How is it used?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
In COBOL, what is the different between index and subscript?
Write a program that uses move corresponding.
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?
Can we change the password using ALTER? anyone tried and changed?
What kind of error is trapped by on size error option?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Give some examples of command terminators?
What are the pertinent COBOL commands?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do you reference the fixed block file formats from cobol programs