We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
1 6502what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
HCL,
1 9312WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
4 8495I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
4 12070
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Difference between array and sub-script ?
how do you reference the ksds vsam file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
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.
what happens if parmparameter passes zero bytes to the program
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Name some of the examples of COBOl 11?
what is the use of outrecord?
) how do u code after getting data?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are 77 levels used for?
What is report-item in COBOL?