how to move the records from file to array table. give with
code example
No Answer is Posted For this Question
Be the First to Post Answer
01 b pic +9(4) How many bytes it will take for storage???
Explain call by context by comparing it to other calls.
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
how we separate the cobol cics statements from cobol&cics programming?
Write the syntax of a two dimensional array?
Without using move verb how to move one variable to another.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how do you reference the variable unblock file formats from cobol programs