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 8491I 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 12066
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
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 ?
) How do u handle errors in BMS macro
What is the difference between comp and comp-3?
How to print 10 to 1 if the input have only 10 digit number?
What is a scope terminator give example?
A table has two indexes defined. Which one will be used by the SEARCH?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between comp and comp-3 usage?
How do you get the data to code the BMS macro?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to know whether the module is dynamical or statistical?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the usage of comp fields in cobol?