Author |
Message |
Topic: Regarding __date__ __time__ and localtime in Z/OS |
deepthij
Replies: 1
Views: 2994
|
Forum: Application Programming Posted: Fri Jun 05, 2009 1:39 am Subject: Regarding __date__ __time__ and localtime in Z/OS |
Hi All,
In my application I need to display localtime of the client and I used the below code snippet
void getCurrentDateTime(char *dateTimeString, int dateTimeStringLen) {
time_t ... |
Topic: How to know POSIX is ON or OFF in JCL |
deepthij
Replies: 6
Views: 6023
|
Forum: Application Programming Posted: Wed May 27, 2009 4:21 am Subject: How to know POSIX is ON or OFF in JCL |
Hi Dave,
In my application we are calling localtime() function,
I have posted in the forum also
http://www.mvsforums.com/helpboards/viewtopic.php?t=10786
Please let me know if u have any ... |
Topic: IEW2456E 9207 SYMBOL FAIL UNRESOLVED |
deepthij
Replies: 1
Views: 5394
|
Forum: Application Programming Posted: Thu May 21, 2009 10:47 pm Subject: IEW2456E 9207 SYMBOL FAIL UNRESOLVED |
Hi All,
I modified the code changes for subprogram, it did run succesfully with RC=0. But when i try to compile main module its throwing error as RC=12.
It JESMSGLG its displaying as:
COMPI ... |
Topic: Reading file from application |
deepthij
Replies: 1
Views: 3381
|
Forum: Other Technical Topics Posted: Fri May 15, 2009 12:12 am Subject: Reading file from application |
Hi All,
This is the problem definition.
The jobs are reading one configuration file in read mode(DISP=SHR).
If any one want to edit that file in ISPF(EDIT) . Is it possible in MVS?
... |
Topic: How to know POSIX is ON or OFF in JCL |
deepthij
Replies: 6
Views: 6023
|
Forum: Application Programming Posted: Thu May 14, 2009 11:46 pm Subject: How to know POSIX is ON or OFF in JCL |
hI,
I need to findout is there any way to find whether POSIX is ON/OFF via JCL.
Thanks in advance. |
Topic: How to know POSIX is ON or OFF in JCL |
deepthij
Replies: 6
Views: 6023
|
Forum: Application Programming Posted: Thu May 14, 2009 11:28 pm Subject: How to know POSIX is ON or OFF in JCL |
Hi All,
Can any one help me how to find whether POSIX is ON/OFF in JCL.
This is the EXEC statement in my JCL.
//GO EXEC PGM=JEB,REGION=0M,PARM='RPTSTG(OFF) /DEBUG'
Thanks,
Deepthi |
Topic: Issue regarding opening file |
deepthij
Replies: 8
Views: 3946
|
Forum: Application Programming Posted: Tue May 12, 2009 5:31 am Subject: Issue regarding opening file |
Hi,
I am allocating file with DISP=SHR
Thanks,
Deepthi |
Topic: Issue regarding opening file |
deepthij
Replies: 8
Views: 3946
|
Forum: Application Programming Posted: Tue May 12, 2009 5:18 am Subject: Issue regarding opening file |
Hi Dennis,
In the above scenario the problem we are facing is even single person also not able to edit the file.We are getting error as:
Calling DYNALLOC (SVC99) for 'TIBR.PARMS.CARDLIB'
dynall ... |
Topic: Issue regarding opening file |
deepthij
Replies: 8
Views: 3946
|
Forum: Application Programming Posted: Tue May 12, 2009 5:14 am Subject: Issue regarding opening file |
Hi,
I have one question in MVS. If the file is already exist , is it required to use dynalloc() Function? |
Topic: Issue regarding opening file |
deepthij
Replies: 8
Views: 3946
|
Forum: Application Programming Posted: Tue May 12, 2009 2:08 am Subject: Issue regarding opening file |
Hi Dennis,
Yes we can do as per your suggestion as work around for the issue.
Could you suggest way to modify the code so that the client will not fail if someone attempts to edit the CARDLIB fil ... |
Topic: To get localtime in MVS |
deepthij
Replies: 4
Views: 5090
|
Forum: Application Programming Posted: Tue May 12, 2009 12:58 am Subject: To get localtime in MVS |
Hi,
Thanks for the reply. To set TZ variable we need to know whether POSIX is ON or OFF? by knowing this we can proceed with setting TZ variable.
Thanks,
Deepthi |
Topic: Issue regarding opening file |
deepthij
Replies: 8
Views: 3946
|
Forum: Application Programming Posted: Mon May 11, 2009 2:12 am Subject: Issue regarding opening file |
Hi All,
I have a requirement to read "file" from my application and written below code for the same. But, when this same "file" opened out side of my application in "Edit&q ... |
Topic: To get localtime in MVS |
deepthij
Replies: 4
Views: 5090
|
Forum: Application Programming Posted: Mon May 11, 2009 1:44 am Subject: To get localtime in MVS |
I have a requirement to print local time from my C application and below code is used for the same. But, below snippet is printing GMT Time always rather local time.
void getCurrentDateTime( ... |
|