What is a MODEL Paramater in GDG ?
Answers were Sorted based on User's Feedback
Answer / jayanth
MODEL PARAMETER ENSURES THAT SAME DCB AND EXPDT INFO IS
USED TO CREATE ALL GENERATIONS.ENSURES GREATER CONSISTENCY
AMONG GENERATIONS.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / shakila vinayagam
Before using GDG , We need to create GDG index and model.
IDCAMS (the 'AMS' stands for Access Method Services),
utility is used to create GDG index.
Once the index has been created, a model data set must
be created. This model data set contains specifications
for the DCB subparameters for all data sets that will
belong to that GDG. Programmer can override this default
values if he want.
| Is This Answer Correct ? | 5 Yes | 2 No |
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
What are some jcl statements that are not allowed in procedures?
what is a null indicator in db2?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
How to fetch even records from one file to another file by using ICETOOL in JCL?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
Can we change a FB file to VB file in JCL? Please help
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is force complete
Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.
What is the function of the dd mgmtclas keyword in sms datasets?
How to execute step2,step1,step3 when step1,2&3 are in order