what type of version is we r using now real time in all
modules(cobol, jcl, cics, db2, vsam)?
How to identify where file is empty or not? How many ways are there to identifying?
wht happens if blksize = 0 and lrec = 0 ?
How to find the number of duplicates in a file using Sort?
how to execute the last 5 steps in jcl
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
Name some of the JCL statements that are not allowed in procs.?
can any one plzzzzzz tell the jcl code for creating ps using idcams
how can handle the s0c4 abend???
A job has 150 steps i want to execute only 57th step
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.
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
Explain about LMCLOSE�close a data set