If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
Difference between array and sub-script ?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
What is an explicit scope terminator?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
01 a pic s9(5) occupies how many bytes ?
what is subscript in cobol?give realtime example?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How can we increase the size of an existing PDS to include more no. of modules.
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
) How do u handle errors in BMS macro
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks