Are you comfortable in cobol or jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What are VS COBOL 11 special features?
What is 88 level used for ?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
What divisions, sections and paragraphs are mandatory for a COBOL program?
What is the figurative constant in cobol?
how can you identify wheather the program is using search or search all in the cobol program?
Can we put move statement in COBOL copybook
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
I got user abend U4038 while compiling my runjcl.. can anyone help me?
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
What is the difference between copy and include in cobol?