Search found 12 matches

by ksk
Wed Mar 18, 2009 1:58 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: compare 2 files with different LRECL
Replies: 13
Views: 34104

Thanks Frank, it worked with the provided option.
by ksk
Tue Mar 17, 2009 9:05 am
Forum: DFSORT , ICETOOL & Utilities
Topic: compare 2 files with different LRECL
Replies: 13
Views: 34104

Following is DFSMSG log. ********************************* TOP OF DATA ********************************** ICE200I 0 IDENTIFIER FROM CALLING PROGRAM IS 0001 ICE280I 1 ORIGINAL STATEMENTS FROM CTL1CNTL FOLLOW INREC BUILD=(F2_KEY:F1_KEY,301:C'BB') ICE280I 2 ORIGINAL STATEMENTS FROM PARMLIST FOLLOW DEBU...
by ksk
Mon Mar 16, 2009 7:52 am
Forum: DFSORT , ICETOOL & Utilities
Topic: compare 2 files with different LRECL
Replies: 13
Views: 34104

Hi Frank, I have given total DFSMSG but that was deleted by some one. Below is my complete JCL. //DFSORT EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //SYMNAMES DD * F1_KEY,1,5,CH F2_KEY,14,5,CH F2_RCD,1,300 F2_ID,*,2,CH F2_ID1,=,1,CH /* //IN1 DD DISP=SHR,DSN=SSY361.USER.FLSBRNCH.PCOM...
by ksk
Fri Mar 13, 2009 11:31 am
Forum: DFSORT , ICETOOL & Utilities
Topic: compare 2 files with different LRECL
Replies: 13
Views: 34104

Frank, I was trying to compare 2 files with the above suggested code which have different record length and key positions are different. But it's giving following error. ICE201I E RECORD TYPE IS F - DATA STARTS IN POSITION 1 ICE027A 1 END OF FIELD BEYOND MAXIMUM RECORD LENGTH ICE751I 0 C5-K26318 C6-...
by ksk
Mon Aug 04, 2008 4:00 pm
Forum: JCL
Topic: In jcl please help me.
Replies: 2
Views: 6880

Use the following JCL.

//JOBNAME JOB (ABCD),TEST,MSGLEVEL=(1,1),CLASS=K,MSGCLASS=X,

// NOTIFY=&SYSUID

//STEP0001 EXEC PGM=IEBEDIT

//SYSUT1 DD DISP=SHR,DSN=TEST.JCL(MEMBER)

//SYSUT2 DD SYSOUT=(*,INTRDR)

//SYSPRINT DD SYSOUT=*

//SYSIN DD DATA

EDIT TYPE=INCLUDE,STEPNAME=(STEP20)
by ksk
Tue May 20, 2008 2:12 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: how to see VSAM DATASET
Replies: 4
Views: 12802

Dick,

Can I know which option we need to provide after ISPF 3.2.V to get IDCAMS PRINT.

Because, I could see DEFINE, DELETE and INFORMATION(LISTCAT) only. Please let me know through which command we can view the VSAM dataset without using File-Aid.

KSK
by ksk
Tue May 20, 2008 12:19 pm
Forum: COBOL
Topic: Corresponding statement
Replies: 4
Views: 11029

Yes. But I could see these options in the following manuals.

http://publib.boulder.ibm.com - 3.2 "VS COBOL II Application Programing Language Reference".

--- deleted reference competitive sites -------
by ksk
Fri May 16, 2008 4:27 pm
Forum: COBOL
Topic: Reg Maxinum Internal table size in COBOL
Replies: 2
Views: 7460

16,777,215 Bytes.

Refer the following link:

http://publibz.boulder.ibm.com/cgi-bin/ ... 0227004926

KSK
by ksk
Fri May 16, 2008 4:21 pm
Forum: COBOL
Topic: Corresponding statement
Replies: 4
Views: 11029

CORRESPONDING is valid with MOVE, ADD and SUBTRACT verbs. Refer the following. For SUBTRACT: http://publib.boulder.ibm.com/infocenter/systems/scope/i5os/index.jsp?topic=/rzasb/sc092539540.htm For ADD: http://publib.boulder.ibm.com/infocenter/systems/scope/i5os/index.jsp?topic=/rzasb/sc092539540.htm ...
by ksk
Fri May 16, 2008 12:15 pm
Forum: JCL
Topic: Symbolic Parameters
Replies: 2
Views: 15650

If you are using same variable multiple times in a PROC or JCL, symbolic parameters are preferred. By doing this, you no need to change in all the places. E.g., You want to create datasets 1st node with your TSO ID, provide some name like PROD=TSO ID in EXEC statement or PROC statement and use it fo...
by ksk
Fri May 16, 2008 12:07 pm
Forum: JCL
Topic: Related to Jcl
Replies: 2
Views: 7869

For uncatalogued datasets, we need to provide VOL=ser parameter.
by ksk
Fri May 16, 2008 11:52 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: how to see VSAM DATASET
Replies: 4
Views: 12802

You can browse a VSAM dataset using File-Aid.