Author |
Message |
Topic: Easy retreive : get current date |
anaik
Replies: 5
Views: 3212
|
Forum: Utilities Posted: Thu Sep 20, 2007 3:32 pm Subject: Easy retreive : get current date |
i am sorry.. Will follow the rules |
Topic: Catalog an empty dataset |
anaik
Replies: 10
Views: 5165
|
Forum: Job Control Language(JCL) Posted: Thu Sep 20, 2007 1:30 pm Subject: Catalog an empty dataset |
the empty file is not catalogued becuase the file storage is on TAPE and not on DISK.. |
Topic: Easy retreive : get current date |
anaik
Replies: 5
Views: 3212
|
Forum: Utilities Posted: Thu Sep 20, 2007 11:21 am Subject: Easy retreive : get current date |
Kolusu,
i agree with you. i am coding it for the first time.
how do i pass the variable CURRENT-DATE to TEMPOR variable. i have added the below code to my existing code
CURRENT-DATE ... |
Topic: Catalog an empty dataset |
anaik
Replies: 10
Views: 5165
|
Forum: Job Control Language(JCL) Posted: Thu Sep 20, 2007 11:01 am Subject: Catalog an empty dataset |
Kolusu,
The last qualifier in file DXYYDD1 is populated run time. For 20th sept it will be DX072831 etc
vkphani,
the file is created by a different group. I am processign their file.
how ... |
Topic: Easy retreive : get current date |
anaik
Replies: 5
Views: 3212
|
Forum: Utilities Posted: Thu Sep 20, 2007 10:45 am Subject: Easy retreive : get current date |
In the below code in the comment
' FILE EMPTY-INSERTED BY + TST TEAM DATE: 09/20/2007'
i want to pick up the date from the system. But not sure how to do it using easyretrieve. Please advi ... |
Topic: Catalog an empty dataset |
anaik
Replies: 10
Views: 5165
|
Forum: Job Control Language(JCL) Posted: Thu Sep 20, 2007 10:34 am Subject: Catalog an empty dataset |
I am having an input dataset called PRWTSSS.DNLD.INPSTM.DXYYDDD1. This is created by a different system. If the file is empty then predecessor job does not catalog the file. So our jobs fail. i tried ... |
Topic: reading a file |
anaik
Replies: 11
Views: 5856
|
Forum: Application Programming Posted: Thu Sep 06, 2007 3:33 pm Subject: reading a file |
i am giving an example of my requirement. |
Topic: reading a file |
anaik
Replies: 11
Views: 5856
|
Forum: Application Programming Posted: Thu Sep 06, 2007 2:53 pm Subject: reading a file |
do you mean i should save it in memory..
it is a big file |
Topic: reading a file |
anaik
Replies: 11
Views: 5856
|
Forum: Application Programming Posted: Thu Sep 06, 2007 2:38 pm Subject: reading a file |
I have the below requirement.
input file
Line 1 - !PROGRAM !COBOL PROGRAMES,
Line 2 - JCL, VSAM !REXX
output file
line 1 - !PROGRAM
line 2 - !COBOL PROGRAMES, JCL, VSAM
line 3 - ... |
Topic: converting VB to FB |
anaik
Replies: 4
Views: 2826
|
Forum: Application Programming Posted: Thu Sep 06, 2007 10:45 am Subject: converting VB to FB |
I am trying to use IBM utility IEBGENER to do the same. Will update if i need anyhelp |
Topic: converting VB to FB |
anaik
Replies: 4
Views: 2826
|
Forum: Application Programming Posted: Thu Sep 06, 2007 10:35 am Subject: converting VB to FB |
Hello,
i want to convert a VB block file(133) to FB(133). I was thinking of reading the length of each record in VB block file and then inserting blank spaces to make it a FB. Is this approach cor ... |
Topic: checking file |
anaik
Replies: 5
Views: 2366
|
Forum: Job Control Language(JCL) Posted: Wed Aug 29, 2007 10:28 am Subject: checking file |
thanks |
Topic: checking file |
anaik
Replies: 5
Views: 2366
|
Forum: Job Control Language(JCL) Posted: Wed Aug 29, 2007 10:01 am Subject: checking file |
the jobs are scheduled to run once the predecessor jobs runs. they are not triggered on individual files. we have a different team which schedules our job. They have advised me to handle it in my job ... |
Topic: checking file |
anaik
Replies: 5
Views: 2366
|
Forum: Job Control Language(JCL) Posted: Wed Aug 29, 2007 9:58 am Subject: checking file |
i do not own the job |
Topic: checking file |
anaik
Replies: 5
Views: 2366
|
Forum: Job Control Language(JCL) Posted: Wed Aug 29, 2007 9:44 am Subject: checking file |
Hello,
Every month a predecessor job does not create a output file if their is no data in it. My job runs after the above job runs. But if the input dataset is not created then i get a JCL error. ... |
|