Search found 4 matches

by sss_shashank12
Mon Apr 03, 2006 9:24 am
Forum: JCL
Topic: How to write a JCL using IEBCOMPR
Replies: 5
Views: 28307

Comparing files

Hi I wanted to know the strings which comes after the comparision. In 3.13 I will get the number of strings which are same.... But not the strings which are same.... Could you plz tell me a Jcl for the same so that I could get the strings which pass the comparision... i.e. which are same in two file...
by sss_shashank12
Thu Mar 30, 2006 10:27 am
Forum: JCL
Topic: SYSIN and SYSPRINT
Replies: 1
Views: 11068

SYSIN and SYSPRINT

The default attributes for SYSIN and SYAPRINT are Externel. How to Internal attributes to these variables.

Along with this what is the default use of this variables
by sss_shashank12
Tue Mar 28, 2006 1:47 pm
Forum: COBOL
Topic: What is precompilation variables and compilation variables
Replies: 0
Views: 4116

What is precompilation variables and compilation variables

What can be the example of compilation and precompilation variables. Can the bind variables used in both these categories? When we include the Dclgen in the program then is this the case that the variables taken from here are compiled at the start of the program and also when these variables are cal...
by sss_shashank12
Mon Mar 27, 2006 5:05 pm
Forum: INTERVIEW QUESTIONS
Topic: Pre Compilation and Compilation
Replies: 1
Views: 4890

Pre Compilation and Compilation

Is the Precompilation occurs every time the variables from a dclgen are referred inside a SQL in Cobol