Author |
Message |
Topic: ICETOOL , VB input record file... |
avd678
Replies: 5
Views: 6173
|
Forum: Utilities Posted: Fri Jun 05, 2009 5:45 am Subject: ICETOOL , VB input record file... |
Hi Frank,
Honestly appreciate your prompt help, its working perfectly now
Thanks a lot
Regards |
Topic: ICETOOL , VB input record file... |
avd678
Replies: 5
Views: 6173
|
Forum: Utilities Posted: Tue Jun 02, 2009 3:55 am Subject: ICETOOL , VB input record file... |
Hi,
I did update my JCL & rerun the job as suggested
SELECT FROM(INFILE1) TO(TEMP1) ON(34,2,BI) VSAMTYPE(V) FIRSTDUP
but received following error!
ICE218A 0 6 BYTE VARIABLE RECORD I ... |
Topic: ICETOOL , VB input record file... |
avd678
Replies: 5
Views: 6173
|
Forum: Utilities Posted: Fri May 29, 2009 3:35 am Subject: ICETOOL , VB input record file... |
Hi,
Using ICETOOL, I am trying to selcet data from input file to output file.
If input file is FB then it works fine but if input file is VBA type then my JCL is failing
//STEP20 EXEC PGM=I ... |
Topic: Time based calculations inside JCL.. |
avd678
Replies: 0
Views: 2185
|
Forum: Job Control Language(JCL) Posted: Tue Apr 07, 2009 7:44 am Subject: Time based calculations inside JCL.. |
Hi,
In our shop on Pordcution lpar, we are runing TWS 8.3 and in my JCL I am using OPC date & time variable CHHMM to do some time calaulations and it works fine..
//*%OPC SETVAR TNYT=(CHHMM - ... |
Topic: TSO command through assembler |
avd678
Replies: 14
Views: 9371
|
Forum: TSO and ISPF Posted: Tue Jan 13, 2009 11:41 am Subject: TSO command through assembler |
Yup, I already thought of using that option but drawback of using RACF console commands is, if my code is issuing #ALU command then temporary password will get exposed in syslog or if I try to suppres ... |
Topic: TSO command through assembler |
avd678
Replies: 14
Views: 9371
|
Forum: TSO and ISPF Posted: Tue Jan 13, 2009 6:40 am Subject: TSO command through assembler |
My problem is, our automation tool does support TSO environment but it does not support TSO external commands (i.e LU, ALU). So I am looking for some other options which will run well through my autom ... |
Topic: TSO command through assembler |
avd678
Replies: 14
Views: 9371
|
Forum: TSO and ISPF Posted: Mon Jan 12, 2009 12:28 am Subject: TSO command through assembler |
Hi,
I am trying following rexx code to call IKJEFTSR
STORAGE_AREA = LEFT('00000000'X,4)
CMD = 'LU AOABT'
D ... |
Topic: TSO command through assembler |
avd678
Replies: 14
Views: 9371
|
Forum: TSO and ISPF Posted: Sun Jan 11, 2009 3:12 am Subject: TSO command through assembler |
semigeezer,
Thank you so much for your advice, definitely I will try both the options and see which option best fit to accomplish this task.
Regards
avd678 |
Topic: TSO command through assembler |
avd678
Replies: 14
Views: 9371
|
Forum: TSO and ISPF Posted: Sat Jan 10, 2009 4:42 am Subject: TSO command through assembler |
Hi,
There are limitations to run tso commands through my automation product as it does not support TSO external commands. I already tried batch job option with IKFEFT01 but problem is we have no co ... |
Topic: TSO command through assembler |
avd678
Replies: 14
Views: 9371
|
Forum: TSO and ISPF Posted: Fri Jan 09, 2009 4:47 am Subject: TSO command through assembler |
Hi,
We are doing this activity as a part of autimation and my scurity team will provide the SPECIAL privilage to my started task id, which is suppose to execute this code.
Do you have any sample a ... |
Topic: TSO command through assembler |
avd678
Replies: 14
Views: 9371
|
Forum: TSO and ISPF Posted: Thu Jan 08, 2009 9:11 pm Subject: TSO command through assembler |
Hi,
I want to execute tso RACF command ALTUSER Resume & Revoke through Assebly code. Then I would like to compile and link edit that code.
Would appreciate some tips and sample code to build ... |
Topic: TSO command through assembler |
avd678
Replies: 14
Views: 9371
|
Forum: TSO and ISPF Posted: Thu Jan 08, 2009 9:16 am Subject: TSO command through assembler |
Hi,
I would greatly appreciate if somebody can help to post the sample assembly code to issue TSO command through assembler. Like RACF TSO commands(e.g LU , ALU) through assembly code.
Thanks
... |
|