Author |
Message |
Topic: Calling external C program from rexx |
chandrasekhar.a
Replies: 8
Views: 5253
|
Forum: TSO and ISPF Posted: Wed Sep 12, 2007 9:29 am Subject: Calling external C program from rexx |
I am sorry CHGSTR is a "C" program. The library is named as MY.REXX , but it is infact a C program. By the way we are able to invoke "C" program from rexx with some parameters an ... |
Topic: Calling external C program from rexx |
chandrasekhar.a
Replies: 8
Views: 5253
|
Forum: TSO and ISPF Posted: Wed Sep 12, 2007 9:17 am Subject: Calling external C program from rexx |
I already have CEESTART in my jcl...pls see below....
//BIND1 EXEC CBCCB,
// CPARM='OPTFILE(DD:OPTIONS)',
// BPARM='CAL ... |
Topic: Calling external C program from rexx |
chandrasekhar.a
Replies: 8
Views: 5253
|
Forum: TSO and ISPF Posted: Tue Sep 11, 2007 3:23 pm Subject: Calling external C program from rexx |
Hi,
I am trying to call a 'C' program from rexx. I am writing code both for the 'C' program and the rexx program and the example quoted here just describes the problem I am facing but not the compl ... |
Topic: Unload job executing ALPMAIN |
chandrasekhar.a
Replies: 2
Views: 4760
|
Forum: Utilities Posted: Tue May 22, 2007 8:31 pm Subject: Unload job executing ALPMAIN |
Thanks!! |
Topic: Unload job executing ALPMAIN |
chandrasekhar.a
Replies: 2
Views: 4760
|
Forum: Utilities Posted: Tue May 22, 2007 6:08 pm Subject: Unload job executing ALPMAIN |
Hi,
I have this job which executes this program ALPMAIN(LOGSCAN EXEC PGM=ALPMAIN). Here is the SYSIN card for this step. I dont have access to any of the files or even the jcl. I just have this fil ... |
Topic: variable length to Fxed length |
chandrasekhar.a
Replies: 3
Views: 7812
|
Forum: Utilities Posted: Wed May 16, 2007 9:20 pm Subject: variable length to Fxed length |
Thanks all! I really appeciate ur answers! |
Topic: variable length to Fxed length |
chandrasekhar.a
Replies: 3
Views: 7812
|
Forum: Utilities Posted: Wed May 16, 2007 4:26 pm Subject: variable length to Fxed length |
Hi,
I am trying to convert a variable length file to a fixed file format using SYNCSORT(I have to use this only and thats my restriction). Here is the sort card which does that but with some proble ... |
|