I want to join to input files and write the matching fields
on to an output file but i dont want the output file a
sorted one
No Answer is Posted For this Question
Be the First to Post Answer
Can you execute a PROC from another PROC?
What is the function of dd name parameter with a 2 part structure; audit.report?
What does the one advantange of using IEBUPDTE?????
What is the maximum length of a single line of jcl?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
Explain about LMMLIST�list a library's members
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
Can an individual step be restricted from using all the jobs allowed cpu time?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
How much space OS allocates when you create a PS or PDS?
Explain the purpose of dd dummy statement?