Latest Answer: If you have written in PS data set then using SORT utility you can sort the column either date or month or year.Thanks. ...
Latest Answer: It is not possible to lock a perticular record in a file. We can lock the entire dataset using DISP=(OLD,...)If it is a VSAM file we can use READ with UPDATE option, that way we can lock the perticular record... ...
Latest Answer: S0C9 reasons:while trying to edit or browse a PS dataset with LRECL=0, the File Manager abends with S0C9S0C2 : PRIVILEGED OPERATION EXCEPTION ...
Latest Answer: Hi,I agree with the above answer.generally, for the purpose of compilation, compiler will accept the data in blocks.for example...if you specified LRECL=200, BLKSIZE=1000.when compiler takes one block of data....means it has 5 records completely...thenit ...
Latest Answer: ICETOOL is a multi-purpose utility that allows you to use DFSORT's highly efficient I/O and processing to perform multiple operations on one or more data sets in a single job step. ICETOOL's twelve operators allow you to ...
Latest Answer: DRFRRC00 is an IMS routine to execute IMS programs through JCLs. ...
Latest Answer: If the program get terminated abnormally abend occurseg://t210 job notify=t210,msg level=(1,1),//step1 exec pgm=ibegenger
see in this eg. abend occurs in between these two steps ...
Latest Answer: Assuming you mean modifying the exec, and not eliminating it, you can use symbolic parameters like with any parameter substitution. For example, lets say you are in a shop that manually assigns sequential number suffixes 01-04 to a program ...
Latest Answer: Fixed records have a fixed record lengthVariable records have variable length. The length of the record is recorded in the first 4 bytes of each record.Blocked vs unblocked - Blocked means it is formated into a series of records. I/o is done on the ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top