Answer Posted / himap
As the name suggest - VSAM - Virtual Storage Access Method - it is the Access Method that is major difference between VSAM and FLAT file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how to run batch program without jcl?
What is condition checking in jcl? Is this possible?
How can a stopped job be started again?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
List the different jcl statements that are not permitted in the procedures?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What dd statement is used to supply the name of a dataset?
which utility is used a dummy utility?
Explain the hierarchy levels in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain the jcl exec statement?