Author |
Message |
Topic: Sort Query for VB file |
sudoku
Replies: 5
Views: 2728
|
Forum: Job Control Language(JCL) Posted: Fri Nov 10, 2006 2:01 pm Subject: Sort Query for VB file |
Yes Frank!
I would like to have the two records "only if" condition for both the records are met.
Else it should be empty.
Expected output for Case1 and Case2:
Case1: (empty)
... |
Topic: Sort Query for VB file |
sudoku
Replies: 5
Views: 2728
|
Forum: Job Control Language(JCL) Posted: Thu Nov 09, 2006 11:17 pm Subject: Sort Query for VB file |
Thanks Frank,
I have a VB file with following record type:
======================
H01 RAW .
F01 R .
B01
B01
B01
T0 ... |
Topic: Sort Query for VB file |
sudoku
Replies: 5
Views: 2728
|
Forum: Job Control Language(JCL) Posted: Thu Nov 09, 2006 6:14 pm Subject: Sort Query for VB file |
Hi,
I have a VB file and need to do the following:
Fetch H01 and F01 (1st and 2nd record) to sort file output
If on H01 record 20th column is 'RAW'
and
If on F01 record 24th column ... |
Topic: Version Number of a GDG |
sudoku
Replies: 20
Views: 12774
|
Forum: Job Control Language(JCL) Posted: Tue Sep 26, 2006 8:57 pm Subject: Version Number of a GDG |
Hi,
Could you guys suggest how to get the creation "Time" and "Date" for the GDG generation.
Thanks,
Sudoku |
Topic: Cobol Declaration problem |
sudoku
Replies: 2
Views: 1336
|
Forum: Application Programming Posted: Mon Sep 25, 2006 3:45 pm Subject: Cobol Declaration problem |
Kolusu,
We will never have -100.00. The value will always be between 999.99 and -99.99
One option I am thinking of is to use redefined structures and do a -ve check.
Eg: 05 A ... |
Topic: ASCII to EBCDIC VB file |
sudoku
Replies: 1
Views: 1372
|
Forum: Job Control Language(JCL) Posted: Sun Sep 24, 2006 2:34 am Subject: ASCII to EBCDIC VB file |
Hi,
I have a Variable Length ASCII file , which I want to get onto Mainframe in a VB format maintaining the same record length.
What would be the best way?
Eg: ASCII Flat File
1st Record : 1 ... |
Topic: Cobol Declaration problem |
sudoku
Replies: 2
Views: 1336
|
Forum: Application Programming Posted: Sun Sep 24, 2006 2:14 am Subject: Cobol Declaration problem |
Hi,
I have a problem with cobol declaration for the following:
For a 6 digit field, Positive values in format 999.99 negative values in format -99.99, zero in format 000.00
Any suggestions a ... |
Topic: FTP Design problem |
sudoku
Replies: 6
Views: 2972
|
Forum: Job Control Language(JCL) Posted: Tue Aug 15, 2006 4:15 pm Subject: FTP Design problem |
One question I had was can I schedule a CA-7 trigger when a file name of the type: systemxxxxxxxxxxclmYYYYYYYYYYYYYY.txt is placed on the ftp server
Note: The xxx and yyy's are not know on the mai ... |
Topic: FTP Design problem |
sudoku
Replies: 6
Views: 2972
|
Forum: Job Control Language(JCL) Posted: Tue Aug 15, 2006 11:58 am Subject: FTP Design problem |
Thanks Kolusu and dz!
dz: please suggest a sample control card code with LS -ALR command.
I feel with the LS I should be able to get the file names and then I can play with it.
Thanks,
Sud ... |
Topic: FTP Design problem |
sudoku
Replies: 6
Views: 2972
|
Forum: Job Control Language(JCL) Posted: Mon Aug 14, 2006 7:32 pm Subject: FTP Design problem |
Hi,
I have a requirement to FTP GET files from PC to mainframe. I need suggestions on the JCL.
Filename from PC side will have a 10 digit random number on xxx and
timestamp on yyy.
Eg: ... |
|