can i sort packed decimal if i can tell the syntax
Answer / uttam das
Yes, we can sort the packed decimal
SYNTAX
SORT FIELDS=(01,06,PD,A)
Is This Answer Correct ? | 11 Yes | 1 No |
i just need the first and last record from a sequencial file?how
do we need to mention the location of catalogued procedure for each it's call in a single job?
Name the system library from which modules are retrieved at execution
What is the significance of addrspc parameter in exec statement?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
What are three major types of JCL statements? What are their functions?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
wht r different types of sort fields in jcl ?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??