Search found 48 matches

by dhiraj
Tue May 06, 2014 5:59 pm
Forum: JCL
Topic: Dataset allocation problem
Replies: 26
Views: 23903

Nic,

I checked the file status and it resulted as 00 for OPEN/WRITE/CLOSE.

Thanks
--Dhiraj
by dhiraj
Tue May 06, 2014 3:52 pm
Forum: JCL
Topic: Dataset allocation problem
Replies: 26
Views: 23903

NicC, Corrupt data means here that I'm getting symblols like ">" in file which should not be present in outfile. Example: Var1 = 0.00 but it's in out file is 0.>0 . i checked program for this and displayed value Var1 before write as sysout but it's showing proper 0.00 but completion of job value is ...
by dhiraj
Tue May 06, 2014 11:32 am
Forum: JCL
Topic: Dataset allocation problem
Replies: 26
Views: 23903

Dataset allocation problem

I have a jcl which allocates an output file. Problem: when I am giving DCB and Space parameters for the required dataset. after job completion it allocates file with some currupt data like '>' . DISP=(NEW,CATLG,KEEP),SPACE=(CYL,(100,10),RLSE), DCB=(RECFM=FB,LRECL=1200,BLKSIZE=0) and when I'm not giv...