Author |
Message |
Topic: PL/I ->С: Using "FETCH .. ; CALL ... ; WAI |
bnm1014
Replies: 2
Views: 1686
|
Forum: Application Programming Posted: Mon Sep 27, 2004 9:21 am Subject: PL/I ->С: Using "FETCH .. ; CALL ... ; WAI |
There is Pl/I code:
/* Attach module */
Call op06(...);
If Result ^= 'OK' Then Do;
Continue = No; ... |
Topic: C - problem with dynamic allocate |
bnm1014
Replies: 3
Views: 2155
|
Forum: Application Programming Posted: Mon Sep 20, 2004 7:46 am Subject: C - problem with dynamic allocate |
Excuse me, I'm young mainframe programmer...
Could you tell me how tso environment is usually established?
Thank's in advance. |
Topic: C - problem with dynamic allocate |
bnm1014
Replies: 3
Views: 2155
|
Forum: Application Programming Posted: Fri Sep 17, 2004 9:05 am Subject: C - problem with dynamic allocate |
There is a C-Subroutine where I do dyn. allocate as:
system( "ALLOC DD(FT05F001) NEW DELETE DSORG(PS) RECFM(F B)
"LRECL(80) BLKSIZE(0) ... |
Topic: How Can I exit from ISPF panel? F3 doesn't work... |
bnm1014
Replies: 5
Views: 2303
|
Forum: TSO and ISPF Posted: Fri Sep 17, 2004 1:31 am Subject: How Can I exit from ISPF panel? F3 doesn't work... |
Don't read my last message! )
I understood all!
Thnx to all |
Topic: How Can I exit from ISPF panel? F3 doesn't work... |
bnm1014
Replies: 5
Views: 2303
|
Forum: TSO and ISPF Posted: Fri Sep 17, 2004 1:17 am Subject: How Can I exit from ISPF panel? F3 doesn't work... |
I'm sorry, but I'm not ISPF expert..
Could you give me some example " to accept CANCEL in these situations" or "allow the END RC=8 to be handled" ?
Best regards,
in advance. |
Topic: How Can I exit from ISPF panel? F3 doesn't work... |
bnm1014
Replies: 5
Views: 2303
|
Forum: TSO and ISPF Posted: Thu Sep 16, 2004 9:55 am Subject: How Can I exit from ISPF panel? F3 doesn't work... |
I have ISPF field, that I must check
I do it by program
I use cycle where I display my panel and error-message and it works until user will insert correct data..
The problem: I can't exit from pane ... |
|