What are the different rules to perform a Search?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
DATAONLY, MAPONLY functionality?
what is subscript in cobol?give realtime example?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what is filler and what is use of filler
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
what is the use of outrecord?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible