Is there any command to check wether the ps file is in
sorted order?

Answer Posted / swapraneel

we can do one thing here just edit the file and give sort on
command line if the file is already sorted it says records
are in sorted order if not it will sort.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List in order the hierarchical levels of jcl?

664


How does the jcl specify the job to os?

689


how to compare two datasets without using superce because output is limited to 133 bytes

1477


what is the purpose of coding class parameter in job statement?

715


whats the diff bw the evaluate also and and?

1850






How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

711


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

906


what is the compile process of cobol program expalin with code

1998


What is the motivation behind coding class parameter in job statement?

681


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

857


Explain the purpose of the dd keylen parameter?

670


How to submit a jcl from cics?

658


how you can direct the data to spool using SYSOUT option?

920


Name the statement which can be used to send data to another mvs jes3 node?

601


what is the use of JCL?

660