How is it possible to do a cross-sysplex copy of a PDS
dataset by running one JCL on the target sysplex?
I tried to use IEBCOPY with SUBSYS & CSM as follows:
//CSMTRAN1 EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=PDS-Dataset-name-from,DISP=SHR,
// SUBSYS=(CSM,'SYSPLEXNAME-FROM')
//SYSUT2 DD DSN=PDS-Dataset-name-to,DISP=OLD,
// SUBSYS=(CSM,SYSPLEXNAME-TO')
//SYSIN DD DUMMY
This did not work. I always get the following error
"IEB1071E DD NAME SYSUT1 IS SUPPOSED TO BE A PARTITIONED
DATA SET BUT IT HAS NO DIRECTORY. EXPECT A TERMINAL I/O
ERROR. (DS1LSTAR=X'000000' DS1DSORG=X'0000'
JFCDSORG=X'0200') "
The source dataset is a catalogued pds dataset with many
entries. The target dataset is allocated in the same job
some lines before the transfer.
I got an example like this for PS datasets with IEBGENER.
But for PO datasets there should be a similar possibility...
I found in one of the jcl, gdg version being mentioned as :
abc.def.ghi(-0)
Can anyone tell me how referring the version as (-0) is
different from referring it as (0)
<CICSFault
xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10
08 05/13/2009 05:47:14 FSCIBM SOAP message generation
failed because of incorrect input
(INPUT_STRUCTURE_TOO_SMALL ).</CICSFault>
Can anyone suggest how to handle this type of error?
If my file contains 100,000 records and job abended at
55,000th records processing then how can i restart job from
that record onward by ignoring that record. I can not edit
the file as file size is big and it is getting browse
substituted?
In a JCL if previous steps return code is greater than 0 or
4 then the next step will not execute. But the job will be
successfull with the maximum return code. How can we reset
this maximum return code to '0' regardless of return codes
of any steps?
SET is the ANSI standard for variable assignment, SELECT is
not.
SET can only assign one variable at a time, SELECT can make
multiple assignments at once.
If assigning from a query, SET can only assign a scalar
value. If the query returns multiple values/rows then SET
will raise an error. SELECT will assign one of the values
to the variable and hide the fact that multiple values were
returned (so you'd likely never know why something was
going wrong elsewhere - have fun troubleshooting that one)
When assigning from a query if there is no value returned
then SET will assign NULL, where SELECT will not make the
assignment at all (so the variable will not be changed from
it's previous value)
As far as speed differences - there are no direct
differences between SET and SELECT. However SELECT's
ability to make multiple assignments in one shot does give
it a slight speed advantage over SET.
I have some 3 particular fields ..i want to know which all
tables have those 3 fields. Is there any way to identify..
can we know by quering system tables..
If there are two copybooks which have same variables and we
are using both the copybooks in our program. will there be
an error and if i move values to the variable which copybook
varibales gets the values i move in.
I have a seq file with different fields one field is address
with pic x(50) as input in a cobol program. In address there is
'PUNE' at any different positions in the address field ( form 1
t0 50) . My requirement is select the fields with address 'PUNE'
by using cobol. Please suggest
Mainframes gets a text file that contains the name of the
file. Now using JCL i want to locate that file name in the
mainframe system and perform further processing. Please tell
how to proceed
How can I find the maximum value of a field in a file while
reading the file dynamically? without using sort function.
Suppose i have a file with fields Timestamp, description,
teamname, teamnumber.. i have read the file till end and
find the maximun value of timestamp which is not in sorted
order.. can we use function max(timestamp)?
When you are working with the project..
once your coding is over what will u do?
where u r maintaining your CR(change request)
what is the format
what are the documents u need to prepare while testing?
80
how can we override data definitions in jcl.
can any one give detailed example
50
How to get the last but one duplicate record of the file
using Sort?
hi
provide info about any real time requirement in health care
and banking
services mainframe applications.
pls send immediate reply to me.
126
i tried to copy some records from microsoft excel to as-400
physical file through "Bosanova" emulation. Out of 14000
records only 12000 records copies and subsequently programe
started to hang. Then, i closed the program forcefully. I
did' under stand the problem. Also when i try to compile
the physical file it is showing as "The file in use". How
to overcome this problem?
I found in one of the jcl, gdg version being mentioned as :
abc.def.ghi(-0)
Can anyone tell me how referring the version as (-0) is
different from referring it as (0)
19
How many minimum number of line codes does PL/1 DB2 program
requires?
Hi all,
I have >200 members per Dataset,
I need to delete 2 lines from all members of a Dataset. To
do Manually it is difficult. So please tell me simple
method. is there any Tool or........
151
Name some translator and compile options and explain their
meaning?