What is the use of DSNDB07 ?
Answer / guest
This is the area where sorting takes place in DB2
| Is This Answer Correct ? | 2 Yes | 0 No |
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
What do you do if you do not want to keep all the space allocated to a dataset?
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 if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
hi friends........if u know syntax of IEBEDIT IN JCL
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
How can unused space allocation be returned to the system when a dataset is closed?
Min no of member?s (PDS) in one directory block?
what is the function of spool command?
what is full form of AIX
can we maintain 2 generations with different Lengths in Same GDG ?