How do you define a variable of COMP-1? COMP-2?
Answers were Sorted based on User's Feedback
Answer / pal
77 A COMP-1.
77 B COMP-2.
because we can't use PIC clause in comp-1 & comp-2
| Is This Answer Correct ? | 42 Yes | 8 No |
Answer / paddu
01 a usage comp-1.
01 b usage cpmp-2.
this way to define
| Is This Answer Correct ? | 12 Yes | 1 No |
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
How do you reference the fixed block file formats from cobol programs
can you declare redefine in level 01?
What do you understand by passing by reference and passing by content?
what is Reentrancy and Quasi-reentrancy?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between a DYNAMIC and STATIC call in COBOL?
Can JUSTIFIED be used for all the data types?