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 / kb
At compile time the working storage is allocated
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the compute verb? How is it used?
how to convert the recors form vsam file to db2 table tru file aid
what is difference between cobol and cobol/400
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are 77 levels used for?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What rules are to be followed while using the corresponding options?
What is the difference between external and global variables in COBOL?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What are various search techniques in cobol? Explain.
What are the different rules of SORT operation?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what is search and searchall?what is the diffrence between them?give an best example?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)