How to see the COMP3 value(packd decimal)
Answers were Sorted based on User's Feedback
Answer / suvir
U Can move ur comp-3 value to numeric value and then display
this value
| Is This Answer Correct ? | 4 Yes | 0 No |
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is difference between Return Code, user completion code, Abend code and reason Code?
what is “Cond= even” and “Cond=only”?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
How to send data from cobol program to jcl?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
what is the purpose of SYSOUT parameter in the DD statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
can i sort packed decimal if i can tell the syntax
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?