Answer Posted / deepukn
we cannot use icetool in cobol program.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Which mode is used to operate the sequential file?
what is difference between cobol and cobol/400
What is the local-storage section?
Have you used comp and comp-3 in your project? And how?
How do get the result of your program directly on your pc?
What are the different rules for performing sort operation?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how can i see junk values in dclgen or in hostvariable of comp ?
In COBOL programming, what is PERFORM? What is VARYING?