MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 5 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: C-program compatibility on z/OS(1.4-1.7) and OS/390
iklingen

Replies: 2
Views: 1780

PostForum: Application Programming   Posted: Tue May 23, 2006 5:44 am   Subject: C-program compatibility on z/OS(1.4-1.7) and OS/390
Hi All.

I need to compile C-programms to running on z/OS (1.4-1.7) and OS/390 2.10.

Currently, when I use a default compiler options to compile on z/OS 1.6 I can not run these programms on OS/39 ...
  Topic: How to monitor if a JCL submitted under REXX is completed
iklingen

Replies: 9
Views: 14273

PostForum: TSO and ISPF   Posted: Mon Apr 11, 2005 8:00 am   Subject: How to monitor if a JCL submitted under REXX is completed
My solve is below.
Notes:
1) I've run the rexx from batch;
2) you must have a NETRC dataset in your 'home';
3) FTP server must be running with JESINTERFACELEVEL = 2.


//XXXXXXX JOB ,'MY NAME', ...
  Topic: data passing from JCL to PL/I pgm using PARM parameter
iklingen

Replies: 2
Views: 4774

PostForum: Application Programming   Posted: Mon Feb 14, 2005 3:19 am   Subject: data passing from JCL to PL/I pgm using PARM parameter
Another variant. You can pass to your program a string with pairs 'my_var1=value1,my_var2=value2,...' and parse it:

my_prm: proc(param) options(main);
dcl (param, pair, ...
  Topic: Getting all volumes of a dataset
iklingen

Replies: 3
Views: 2046

PostForum: Application Programming   Posted: Fri Feb 11, 2005 10:12 am   Subject: Getting all volumes of a dataset
Kolusu, thank for answer.

If I will be use IEHLIST I must run this utility and then parse it sysout to get volume names. I think that it way will more long instead of IGGCSI00.

Thanks,
Igor Kli ...
  Topic: Getting all volumes of a dataset
iklingen

Replies: 3
Views: 2046

PostForum: Application Programming   Posted: Fri Feb 11, 2005 9:30 am   Subject: Getting all volumes of a dataset
Hi ALL.
I must to get all volumes on which a specified dataset is resided.
Earlier I used the IGGCSI00 call with 'VOLSER' field specified. But this way is very slow for my tasks.

Recently I've go ...
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group