what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?



what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include te..

Answer / dimpy19

----yes we need to include one temp file whose record size is same as that of input file record size

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

Explain about SYSVAR

1 Answers  


what is full form of AIX

3 Answers   Accenture,


what do you mean by include statement in jcl?

1 Answers   IBM,


Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


How do You skip a Step In JCL?

9 Answers   HTC,


suppose i have 10 job steps and i want to execute only step 6.How to write?

6 Answers  


Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance

2 Answers   Cap Gemini,


IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?

2 Answers   IBM,


What are the differences between JES2 & JES3 ?

4 Answers  


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

0 Answers   IBM,


how many members can be created inside a single pds?

8 Answers  


what is the purpose of SYSOUT parameter in the DD statement?

1 Answers  


Categories