hi all....i couldn find the description for the abend code 1152... if anyone knows it pls let me know.....
How to filter 2 different files with one common field and write records from one of the files to an output file?
How to write JCL compiler without proc?
Latest Answer: //jobname job pgm=utility name by using this we can submit the job without proc parameter in job statement. ...
How many DB2 Plans can be connected to CICS region at a time?
How to transfer control from one screen to another screen in ADSO (IDMS)? Which command is used.
What are the various ways to define Space parameter ie using CYL/TRK/LRECL.
Latest Answer: The Space parameter is defined in the following way in a JCL.SPACE=(CYL,(Primary Space,Secondary Space),RLSE)Note : The Option RLSE means Release. Even though this option is not mandatory, this option is widely used to release the unused Memory. ...
What is the best way to retrieve a record from a vsam file?
Latest Answer: The Best way of retrieving a record from a VSAM file is performing a KEY READ on the VSAM File. Using the primary key of the record to be located, the record which is required is read directly and the process of Retrieval is faster. ...
How data can be passed to a dynamically called module without using linkage section?
What is a work file buffer?
What does a return code of -2 Imply?
View page << Previous 1 2 3 [4] 5 6 7 8 9 Next >>

Go Top