Define concatenating?
No Answer is Posted For this Question
Be the First to Post Answer
How many instream we can write in single jcl?
Explain dd statement in jcl?
Explain about LMINIT - generate a data ID for a data set
wht r different types of sort fields in jcl ?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
What is DYNAMBR in jcl?
how to edit a tape dataset ? asked in wipro
What happens if both JOBLIB & STEPLIB is specified ?
can i sort packed decimal if i can tell the syntax
Can you execute a PROC from another PROC?
what is the meaning of keyword in jcl?what is is opposite?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?