what will be the error code if duplicate key of VSAM file
is found?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
Which statement is used to identify the private libraries in job?
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What are the parameter in the job card wihtout which job won't run........
What parameters can be used to limit the number of records written to a sysout dataset?
What is one line to pass PARM from JCL to COBOL?
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 full form of AIX
Explain the jcl exec statement?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
What does SYSIN * indicate?