Author |
Message |
Topic: E15 & E35 COBOL routines |
abhishek_snn
Replies: 6
Views: 7354
|
Forum: Application Programming Posted: Wed Aug 10, 2011 5:31 am Subject: E15 & E35 COBOL routines |
Does anyone know how to put displays in a COBOL program that is called through E15. Normal Display doesnt seem to work even though the SYSOUT is coded.
Any pointers would be of great help.
Rega ... |
Topic: how to allocate more space to one's id? |
abhishek_snn
Replies: 1
Views: 2389
|
Forum: Other Technical Topics Posted: Thu Sep 06, 2007 5:01 am Subject: how to allocate more space to one's id? |
Hi all,
Does anyone know how to allocate more space to one's id at the time of startup?
Thanks,
Abhishek |
Topic: how to break expediting when a condition is met? |
abhishek_snn
Replies: 5
Views: 3420
|
Forum: Utilities Posted: Fri Aug 03, 2007 12:16 am Subject: how to break expediting when a condition is met? |
thanks guys. i could do it. |
Topic: how to break expediting when a condition is met? |
abhishek_snn
Replies: 5
Views: 3420
|
Forum: Utilities Posted: Thu Aug 02, 2007 2:34 am Subject: how to break expediting when a condition is met? |
thanks dbzTHEdinosauer. i would try the same. |
Topic: how to break expediting when a condition is met? |
abhishek_snn
Replies: 5
Views: 3420
|
Forum: Utilities Posted: Thu Aug 02, 2007 2:24 am Subject: how to break expediting when a condition is met? |
Hi,
Whats the command to put a break when a particular condition is met. Say when values of ABC = 1234 then i need to break expediting.
Thanks,
Abhishek |
Topic: new to assembler....plz explain the flow of this code. |
abhishek_snn
Replies: 2
Views: 1936
|
Forum: Application Programming Posted: Thu Jul 12, 2007 11:19 pm Subject: new to assembler....plz explain the flow of this code. |
Thanks CICS guy. Things are clearer now. |
Topic: new to assembler....plz explain the flow of this code. |
abhishek_snn
Replies: 2
Views: 1936
|
Forum: Application Programming Posted: Thu Jul 12, 2007 9:06 am Subject: new to assembler....plz explain the flow of this code. |
START 0
REGS
BEGIN BEGIN
WTO 'TEACH4A |
Topic: Delete a member from a PDS |
abhishek_snn
Replies: 9
Views: 13820
|
Forum: Job Control Language(JCL) Posted: Mon Nov 27, 2006 4:59 am Subject: Delete a member from a PDS |
any idea how to delete a long list of members (listed in a file) from a PDS
?????
Abhishek |
Topic: How to list members of PDS? |
abhishek_snn
Replies: 7
Views: 9040
|
Forum: TSO and ISPF Posted: Thu Aug 31, 2006 11:58 pm Subject: How to list members of PDS? |
I want to list the members of a PDS in a Dataset.
Can this be done using LMMLIST or is there any other way? I am not supposed to use rexx or clist.
Any idea how this can be achieved? |
Topic: How to created member using rexx? |
abhishek_snn
Replies: 13
Views: 4963
|
Forum: TSO and ISPF Posted: Tue Aug 29, 2006 2:57 am Subject: How to created member using rexx? |
Hey i could do it using MOD.....thanks a lot guys. |
Topic: How to created member using rexx? |
abhishek_snn
Replies: 13
Views: 4963
|
Forum: TSO and ISPF Posted: Mon Aug 28, 2006 7:19 am Subject: How to created member using rexx? |
tried doing without NEW but not working still..... It says "NO MEMBERS IN DATA
SET" |
Topic: How to created member using rexx? |
abhishek_snn
Replies: 13
Views: 4963
|
Forum: TSO and ISPF Posted: Mon Aug 28, 2006 7:02 am Subject: How to created member using rexx? |
oh no.....i cant???...there should be some way. plz tell me whenever u come to know. |
Topic: How to created member using rexx? |
abhishek_snn
Replies: 13
Views: 4963
|
Forum: TSO and ISPF Posted: Mon Aug 28, 2006 4:53 am Subject: How to created member using rexx? |
HI ofer,
I did the same. I allocated the PDS(MEMBER) after allocating the PDS. But when i tried to browse the PDS, it throws the error message "INVALID BLOCKSIZE"
I tried allocating the ... |
Topic: How to created member using rexx? |
abhishek_snn
Replies: 13
Views: 4963
|
Forum: TSO and ISPF Posted: Mon Aug 28, 2006 3:04 am Subject: How to created member using rexx? |
oh fine....thanks a lot.i will try this way. |
Topic: How to created member using rexx? |
abhishek_snn
Replies: 13
Views: 4963
|
Forum: TSO and ISPF Posted: Mon Aug 28, 2006 2:15 am Subject: How to created member using rexx? |
So the TSO commands have to be used in the REXX if i m not wrong? I know the EXECIO DISKW command but creation of member is the problem.
ALLOC DA statement creates a PDS and i have used that. Can t ... |
|