How do you fetch current date in normal cobol pgm and in
cobol-db2 pgm?
Answer Posted / adithya
procedure division.
accept a from date.
accept b from date
accept c from day-of-week
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
Explain about different table spaces.
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.
Write some characteristics of cobol as means of business language.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is length is cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Explain how you can characterize tables in cobol?
how to convert the recors form vsam file to db2 table tru file aid
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How you can characterize tables in cobol?
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.
What is the LINKAGE SECTION used in COBOL?
What is the problem of ordered sequential files access?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.