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 |
What is multithreading in jcl?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
what is mainframe?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
How to search strings in multiple dataset with conditions 'string1 & string2'?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
what is static and dynamic call with examples?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.