i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
No Answer is Posted For this Question
Be the First to Post Answer
where will u code file status ?
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
01 x pic s9(8) comp. How will the following value be internally allocated '18787'
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
What does MAXCC 3 means? It is used in one my codes.
How to concatenation one or more string?
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?
What is the significance of 'above the line' and 'below the line'?
how to transfer the file from pc to mainframe??
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)