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.
1289When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
IBM,
1267A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
IBM,
1350
Does jcl support automatic restart?
Explain how can a stopped job be started again?
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 is timing concept in mainframe?
How jcl work to handle various input output file operations?
List the various advantages of using jcl language?
How can a fb file convert to vb file using sort program?
What is the function of a dd statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Is it possible to code instream data in a PROC?
How is the record format of an output dataset specified?
what is use of space parameter in dd statement?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the function of the dd mgmtclas keyword in sms datasets?
How can return codes be tested before execution of a job step?