What is the maximum size of a 01 level item in COBOL I? in
COBOL II?
Answer Posted / preethi
16777215
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
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 remove the spaces at the end of each record in the output file of variable length, via cobol program?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do get the result of your program directly on your pc?
What is comp-1 and comp-2?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are various search techniques in cobol? Explain.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
In COBOL programming, what is PERFORM? What is VARYING?
What is cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.