How to count the records in COBOL data file?what will happen if the file open in extent mode and corresponding is equal to OLD in jcl?by opening an empty vsam file in i/o wii get file status 35 how can you over come this ?
What is the difference between plan & packagewhat is difference between views & joinswhat is db2 stored procedures? how to work it in mainframehow to calculate n th maximum valueif the error code -811 ? how to rectify it?if the error in dead lock how to rectify it?how to read the last record in data file don't know the no.of records?what is the use of profile in Qmf?
Latest Answer : If the data is in a specific position in the records, use the sort INCLUDE statement to select the records.//SORTSEL EXEC PGM=SORT//SYSOUT DD SYSOUT=*//SORTIN DD DSN=INPUT.FILE,DISP=OLD//SORTOUT DD ...
Latest Answer : A lot depends on how much data and where it is coming from. Assuming the data is originated in JCL1, simply include a step to write the data to a data set or member of a PDS. You can do this with IDCAMS, SORT, FILE-AID, etc. Then in JCL2 you just read ...
If i'm trying to populate an Array with some data, it is giving ABENDU4038.The Array - element (record) size is 70 and the Array Size is 99,999. It is Abending after populating some 10,074 elements
how can one migrate data from discrete sources into db2 environment let me know the methods and pls it would be better if u could explain it in detail
How to get the mismatch data in dataset during comprision of two datasets of different length?
How data can be passed to a dynamically called module without using linkage section?