what happens if parmparameter passes zero bytes to the program
No Answer is Posted For this Question
Be the First to Post Answer
can anyone explain me the concept of COMP-4 PLEASE??
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
What are some examples of command terminators?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
which is better comp or comp-3 in terms of memory utilization?
Why we are using comp and comp-3 in real time projects?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How you can characterize tables in cobol?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?