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 used to allocate space for datasets.
We can allocate space in Cylinders/Tracks/Blocks
Syntax -> SPACE=(CYL,(primary,secondary,directory),RLSE,CONTIG,MXIG,ROUND)
Instead of CYL, We can use TRK or BLK
Meaning of Sub Parameter ...
What is the best way to retrieve a record from a vsam file?
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?
How to access VSAM from CICS?
How to get the mismatch data in dataset during comprision of two datasets of different length?
What are the different types of procs available in JCL?
Latest Answer: hi ramya, There are 2 types of procs in jcl 1. Instream Procedure 2. Cataloged Procedure ...
View page << Previous 1 [2] 3 4 5 6 Next >>

Go Top