Answer Posted / suvir
U Can move ur comp-3 value to numeric value and then display
this value
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
//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 /*
What do you know about jcl?
Differentiate between addressing mode and run mode.
what is the use of IEBGENER utility?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What do you understand by jcl?
What is one line to pass PARM from JCL to COBOL?
Explain how can the submitting users racf authority be overridden in a job stream?
Matching Logic in Jcl not in cobol.Could any one please answer this question
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How to pass the parameter in parm using linkage section ? (syntax)?
which parameter is use to declare the name of dataset in dd statement?
Is their any set of rules for dd? Explain.
What is the function of dd name parameter with a 2 part structure; audit.report?