Answer Posted / guest
Hi,
Suppose if the database table has a couloumn empno, it may
or may not null.
to handle these type of values we have to use null
indicator.
It indicates that particular coloumn may contain null
values likewise.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How to alter the parameters for the existing gdg?
which parameter is used to check the syntax of a jcl without executing it?
What is timing concept in mainframe?
Explain dfsort utility?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
when does a dataset go uncataloged?
Why include statement is used in a jcl?
What are steplib and joblib?
Is it possible to left uncode disp? If yes, how?
Are there any set of rules for the names of the steps used in a job?
Can we use DISP=SHR in output file in JCL
How does jcl act on code(if you take a cobol program)?
Explain the job statement in jcl?
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
What is jcl in mainframe, and how many types of jcl statements are there for a job?