Author |
Message |
Topic: XCOM issue |
jai79
Replies: 3
Views: 1602
|
Forum: Utilities Posted: Thu Sep 13, 2007 4:28 am Subject: XCOM issue |
I dont know how to find the LRECL of PDF file, can you help ?
Now iam allocating 1000 LRECL for mainframe file assuming this is bigger than the PDF file LRECL.
Regards
Jai |
Topic: XCOM issue |
jai79
Replies: 3
Views: 1602
|
Forum: Utilities Posted: Wed Sep 12, 2007 11:23 pm Subject: XCOM issue |
Hi
We are transferring .LIS and .PDF files from unix box to mainframe. When we try to XCOM a .PDF file we get logical record length error irrespective of whatever declaration i give for LRECL i ge ... |
Topic: Passing parameter to a jcl called by another job |
jai79
Replies: 5
Views: 2789
|
Forum: Job Control Language(JCL) Posted: Tue Aug 07, 2007 4:24 am Subject: Passing parameter to a jcl called by another job |
NIC and Expat
Thanks for your reply, can you please show me the code changes i required
to do in the given example. Will be great help.
Regards
Jai |
Topic: Passing parameter to a jcl called by another job |
jai79
Replies: 5
Views: 2789
|
Forum: Job Control Language(JCL) Posted: Wed Jul 25, 2007 7:33 am Subject: Passing parameter to a jcl called by another job |
Hi all
I need your help.
Assume job1 is going to be a scheduler which will receive the file names from unix box and trigger this job2.Please let me know how to pass the file name to job-2 ?
... |
Topic: Connecting to Unix from Mainframe |
jai79
Replies: 8
Views: 5031
|
Forum: Job Control Language(JCL) Posted: Tue May 29, 2007 4:46 am Subject: Connecting to Unix from Mainframe |
we tried using REXEC to connect UNIX and found it is not secured. Then changed the scope to use SSH or BPXBATCH.
Is it possible to connect remote UNIX box Using BPXBATCH ?
Any sample code to invo ... |
Topic: Connecting to Unix from Mainframe |
jai79
Replies: 8
Views: 5031
|
Forum: Job Control Language(JCL) Posted: Thu May 24, 2007 1:39 am Subject: Connecting to Unix from Mainframe |
we are trying other secured way of connectiion using SSH also.
Any one has idea how to use SSH in mainframe to connnect UNIX server. |
Topic: Connecting to Unix from Mainframe |
jai79
Replies: 8
Views: 5031
|
Forum: Job Control Language(JCL) Posted: Wed May 23, 2007 6:41 am Subject: Connecting to Unix from Mainframe |
Nic,
Parameters are correct.
No much information about the error message number.
Kolusu,
same link iam looking into, thanks a lot.
Should i do anything in the UNIX(to) server to listen this ... |
Topic: Connecting to Unix from Mainframe |
jai79
Replies: 8
Views: 5031
|
Forum: Job Control Language(JCL) Posted: Wed May 23, 2007 5:21 am Subject: Connecting to Unix from Mainframe |
We tried invoking Unix Shell script using rexec command. Below is the parameters that we used in a sample JCL.
rexec -l {UserID} -p {Password} -s {Port number} UserID@Hostname
We receive ... |
|