If you are current on the owner of a set, what is the difference between obtain next and obtain first?
No Answer is Posted For this Question
Be the First to Post Answer
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
how many maximum no of variables can be declared in linkage section ?
what is a zoned decimal data type and how it will be stored?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
What are decleratives in COBOL ?
If we use GO BACK instead of STOP RUN in cobol?
how will u pass dadta to cobol+db2 program...?
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
Are you comfortable in cobol or jcl?
What guidelines should be followed to write a structured Cobol program?
what is the difference between Normal vaiable and comp variable.
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)