if a pic 9(3) value 354,b pic x(2) value '46' then
a)a>b
2)a<b
3)error
Answer Posted / guest
cobol
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Define static linking and dynamic linking.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Write down the divisions of cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
A table has two indexes defined. Which one will be used by the SEARCH?
Write a cobol program making use of the redefine clause.
What are the cobol coding sheets?
How do you define a variable of comp-1 and comp-2?
Why occurs cannot be used in 01 level in COBOL?
How do u write test cases?
What is a SSRANGE and NOSSRANGE?
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 the various section in data division and briefly explain them.
In which area will you utilize 88 level items in cobol?