Author |
Message |
Topic: How to set a password to EXCEL thru JCL |
petluri
Replies: 12
Views: 10198
|
Forum: Job Control Language(JCL) Posted: Fri Nov 20, 2009 12:22 pm Subject: How to set a password to EXCEL thru JCL |
Why don't you use PKZIP with a password? |
Topic: Map Display |
petluri
Replies: 3
Views: 3173
|
Forum: CICS and Middleware Posted: Wed Mar 18, 2009 10:03 pm Subject: Map Display |
Did you try using CECI command in CICS region?
CECI Send map(mapname) Mapset(mapsetname) |
Topic: How to find the length of the generated copybook |
petluri
Replies: 5
Views: 2488
|
Forum: Application Programming Posted: Mon Jan 07, 2008 11:56 pm Subject: How to find the length of the generated copybook |
If you have File-Aid, you can use option "8 - View Interpreted Record Layout". |
Topic: Procedure |
petluri
Replies: 4
Views: 2190
|
Forum: Job Control Language(JCL) Posted: Fri Jan 04, 2008 8:46 am Subject: Procedure |
You can try it the following way...
//STEP01 EXEC procname,
// COND.STEP010=(0,LE), SKIP THIS PROCSTEP
// COND.STEP030=(0,LE), ... |
Topic: Calling CICS-BMS Maps from the Browser |
petluri
Replies: 4
Views: 2927
|
Forum: CICS and Middleware Posted: Tue Dec 11, 2007 7:22 am Subject: Calling CICS-BMS Maps from the Browser |
Hi,
These are my thoughts....Some one correct me, if I am wrong.
I think you can browse the screens thru Internet explorer. But it requires you to have the CICS Job to have the DD Name DFHHTML d ... |
Topic: How to find out when is a load module created? |
petluri
Replies: 4
Views: 2111
|
Forum: Application Programming Posted: Tue Jun 12, 2007 11:43 am Subject: How to find out when is a load module created? |
if you have File-Aid, you can try 3.1 in File aid. |
Topic: EZT Report Help |
petluri
Replies: 4
Views: 2890
|
Forum: Application Programming Posted: Tue Jan 18, 2005 6:06 am Subject: EZT Report Help |
But how can I do that? I will be there REPORT Process already. From there I want to skip writing LINE01 only. But I still want to write LINE02.
Regards,
Sreeni |
Topic: EZT Report Help |
petluri
Replies: 4
Views: 2890
|
Forum: Application Programming Posted: Tue Jan 18, 2005 1:44 am Subject: EZT Report Help |
Hi,
If my report is having LINE 01 and LINE 02. If LINE 01 is having the Data spaces, How do I skip printing a line if the data in it is having spaces?
Regards,
Sreeni |
Topic: Easytrieve Report Help |
petluri
Replies: 4
Views: 4035
|
Forum: Application Programming Posted: Mon Jan 17, 2005 9:10 am Subject: Easytrieve Report Help |
Hi,
I have a file like this
ABCTESTNAME1123DAT1DAT2
ABCTESTNAME1123DAT3DAT4
CDETESTNAME2234DAT1DAT2
DEFTESTNAME3345DAT1DAT2
I want to have a report like this
Account bbbb Account Name bbbb ... |
Topic: Splitting Files depending on Input file |
petluri
Replies: 2
Views: 2199
|
Forum: Utilities Posted: Mon Dec 27, 2004 6:22 am Subject: Splitting Files depending on Input file |
Thank you very much Phantom! Actually, I need both the solutions.
Regards,
Sreeni |
Topic: Splitting Files depending on Input file |
petluri
Replies: 2
Views: 2199
|
Forum: Utilities Posted: Mon Dec 27, 2004 2:00 am Subject: Splitting Files depending on Input file |
Hi,
I have 2 files as followed
file1
A20B20C20D20
File2
A1112345
B1123456
C1145678
D1167888
I want the second file to be split in to 4 files. But the condition is like this. We need to ... |
Topic: VSAM StartBR Problem |
petluri
Replies: 5
Views: 4888
|
Forum: CICS and Middleware Posted: Tue Oct 26, 2004 7:11 am Subject: VSAM StartBR Problem |
Can you tell me where I can get the information for EIBRESP2 values>
-Sreeni |
Topic: PROG 403 Error for CICS Programs |
petluri
Replies: 1
Views: 3436
|
Forum: CICS and Middleware Posted: Thu Mar 11, 2004 7:32 am Subject: PROG 403 Error for CICS Programs |
Hi All,
I am getting this PROG 403/PROG 402 errors when I am testing my CICS programs.Can any one tell me how to solve these kind of problems?
Regards,
Sreeni |
Topic: Using REXX to populate data on CICS screens |
petluri
Replies: 1
Views: 1489
|
Forum: TSO and ISPF Posted: Mon Mar 08, 2004 3:48 am Subject: Using REXX to populate data on CICS screens |
I am not sure you can use REXX for this. Coz you want to link the PC and Mainframe tasks. I would go with Rumba macro for this, which is very easy to code and efficient. |
Topic: Releasing the which are held on the commnad TYPERUN=HOLD |
petluri
Replies: 6
Views: 5160
|
Forum: Job Control Language(JCL) Posted: Wed Oct 15, 2003 8:21 am Subject: Releasing the which are held on the commnad TYPERUN=HOLD |
'A' against the job should release the job, if you are authorized for that |
|