where did you see the information regarding abend codes in jcl?
What is the difference between write & move in COBOL?
What is binary search?
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 can you identify wheather the program is using search or search all in the cobol program?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
88 class is used for
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
why we are using picture clause in the cobol programs?
What is the difference between working storage copybook and linkage section copybook?