Latest Answer: Let us the program is TEST and JCL you want to submit from program is A.B.C(MEM).//STEP1 EXEC PGM=TEST//INPUT DD DSN=A.B.C(MEM)//SUB DD ...
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 ...
How to write "No records found" text to output file if input file is empty, by writting JCL.
Latest Answer: JCL acts as an intermediate which links the source code with the resources needed.for example: If in a cobol program you specify a file which you are manipulating, then through JCL, you tell the System about the specifications/Location of this file.Other ...
Latest Answer: Hi Siva,What is the purpose of JOB 7359?Elaborate your question......... What is that JOB 7359? What exactly you are looking for? ...
Latest Answer: Tape storage processing can only be used to store and retrieve sequential data. But in disk storage processing can used to store and retrieve data in sequentially and randomly. Access is faster in disk storage than tape storage. Tape storage device ...
What functions would you assign to mainframe, Unix servers, and Windows servers in an enterprise computing environment?
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?
View page << Previous 4 5 6 7 [8] 9 Next >>

Go Top