Are you comfortable in cobol or jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What are differences between COBOL and java ? why we are giving more preference to COBOL ?
what is index and how to use two tables using index?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
what is the use of keep and pass in disp
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
Under which scenario you would go for a static call as opposed to dynamic call?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
What is SQL Code -904 and -903 in DB2 And how to handle it?
how would you resolve sb37 and SE37?