RAMESH KRISHNA REDDY mainframe discussion forum - cobol, db2,cics,jcl,file-aid,changeman,... interview questions, quizs
Online Tutorials   | PREV  | TOP  | NEXT



DRONA SERIES
SORT INCLUDE TUTORIAL


CHAPTER - 1


Introduction to SORT INCLUDE in JCL



   
 
 
INTRODUCTION
 
 




What is INCLUDE statement in SORT? Using INCLUDE statement we can select the records from input file. using INCLUDE statement in SORT, we can select the records from input file 1. By comparing two fields in the file 2. By comparing fields value with date,numberic, alphanumeric, character. 3. By searching the constant within a field 4. By comparing one field with multiple values. 5. If a particular field is numberic, non-numberic,zoned decimal, packed decimal format. SORT INCLUDE syntax INCLUDE COND= < condition1,,condition2,condition3.....>, FORTMAT=f, ,< ALL > ,< NONE > Simple SORT INCLUDE syntax SORT INCLUDE in JCL
    

NEXT CHAPTER TOPIC : SORT INCLUDE COND Example 1


                                   




Home | Donations | Online Tutorials | Books | Entertainment | Contactme | privacy |  sql tutorial | jcl interview questions | JCL Tutorial | JCL Tutorial - chapter1 | JCL Tutorial - chapter2 | JCL Tutorial - chapter3 | JCL Tutorial - chapter4 | JCL Tutorial - chapter5 | JCL Tutorial - chapter6 | JCL Tutorial - chapter7 | JCL Tutorial - chapter8 | JCL Tutorial - chapter9 | JCL Tutorial - chapter10 | JCL Tutorial - chapter11