Answer Posted / dhasani
STRING verb.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
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.
In COBOL, what is the different between index and subscript?
) How do u handle errors in BMS macro
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Difference between cobol and cobol-ii?
In COBOL programming, what is PERFORM? What is VARYING?
What are the various section in data division and briefly explain them.
i need a small 3d program using inline and outline.
Name the sections present in data division.
What is amode(31)
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?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
) how do u code after getting data?
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?
What the difference is between continue and next sentence?