how many types of sorts are there in jcl?
Answers were Sorted based on User's Feedback
Answer / samba
only one
i.e External sort which we use in jcl
but in case of cobol we use internal sort.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / muttaiah
There are two types of sort..
1) DFsort
2) Syncsort
| Is This Answer Correct ? | 0 Yes | 5 No |
What is the difference between static call & Dynamic call ?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
Explain the hierarchy levels in jcl?
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
A job has 150 steps i want to execute only 57th step
how to eliminate the duplicates in sorting
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
What is a COND parameter in JCL?
what's the significance of freespace(0 0) and freespace(100 100)
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?