How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
where will we code call by content and call by reference dude pls reply soon ?
In INITIALIZE what is Repalcing Word will do
how to crack cts interview apps? NOVEMBER 21 2010
What is the file organization clause ?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
how will u code parm parameter and where pls ?
wht is the diff b/w if and evaluate stmts ?