Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / manonmani.r
variable length is changed in dynamic variable creation.but
fixed lenth is mentioned in static variable creation.
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
Mention the guidelines to write a structured cobol program?
What is the problem of ordered sequential files access?
What is the difference between external and global variables in COBOL?
Define static linking and dynamic linking.
What is the difference between Call and a Link?
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 guidelines should be followed to write a structured cobol prgm?
Why occurs cannot be used in 01 level in COBOL?
Discuss about changing dataset name in proc.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is static and dynamic call in cobol?
What are the different types of condition in cobol and write their forms.
What is rmode(any) ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?