What are the different open modes available in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
What are the two search techniques ?
what is the use of comp2 ? where can we use it with example ?
how will u find out 3rd week's 2nd day using occurs ?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
how we rectify soc7 and soc4 errors in project?
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 is sync clause?
wht do u mean by (*,intrdr) wht is * used for ?
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
If you were passing a table via linkage, which is preferable - a subscript or an index?