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 |
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
What will happen if two JOB statements are mentioned in an JCL continuously.
Can we change the LIMIT of GDG?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
Explain the hierarchy levels in jcl?
How can a stopped job be started again?
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?