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?
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?
View page [1] 2 3 4 5 6 Next >>

Go Top