can we read in input the file with a variable length ?
please , how ..could you help me ?
Answer Posted / sandy
can some one elaborat more on this....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between next sentence and continue in cobol programing language?
What is rmode(any) ?
What is report-item in COBOL?
What is length is cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How do you get the data to code the BMS macro?
Name some of the examples of COBOl 11?
how to access the file from prodution from changeman tool and to submit a file to production
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example