how to increase the space of a dataset in instream procedure.
Simply override the parameter.
//STEP1 EXEC TESTPROC,
//STEP2.DD1 DD SPACE=(100,100)
| Is This Answer Correct ? | 1 Yes | 1 No |
How to read records in reverse order in flat file?
How I sort the records in a file and copy the first 10 records to another file
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
how to execute the last 5 steps in jcl
what is the use of JCL?
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.
How gdg are concatenated?
how do you code a null statement?
Can we change the LIMIT of GDG?
what is meant by jobtrac?
Suppose I have five jobs to do. But I want to hold one?