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 / siddesh
I think at run time
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
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
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the different rules to perform a Search?
State the various causes of s0c1, s0c5 and s0c7.
What is redefines clause in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
IF I mention stop run in CICS what happens?
example for sub strings ? and refernce modifications whit output pls
What is a report item?
Write the code to count the sum of n natural numbers.
Write a program to enter and display the names of students in a class using the occurs clause.
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
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Write the code implementing the perform … varying.